restcomm-dialogic
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mobicents.protocols.ss7.hardware</groupId> <artifactId>restcomm-dialogic</artifactId> <version>8.0.112</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <parent> <groupId>org.mobicents.protocols.ss7.hardware</groupId> <artifactId>restcomm-dialogic-parent</artifactId> <version>8.0.112</version> </parent> <artifactId>restcomm-dialogic</artifactId> <name>Restcomm jSS7 :: Hardware :: ${project.artifactId}</name> <dependencies> <dependency> <groupId>javolution</groupId> <artifactId>javolution</artifactId> </dependency> <dependency> <groupId>org.mobicents.protocols.stream</groupId> <artifactId>stream</artifactId> </dependency> <dependency> <groupId>org.mobicents.protocols.ss7.mtp</groupId> <artifactId>mtp-api</artifactId> </dependency> <dependency> <groupId>org.mobicents.protocols.ss7.hardware</groupId> <artifactId>linkset</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mobicents.protocols.ss7.mtp</groupId> <artifactId>mtp</artifactId> </dependency> <dependency> <groupId>com.vendor.dialogic</groupId> <artifactId>gctapi</artifactId> <version>${dialogic.version}</version> </dependency> </dependencies> <build> <finalName>restcomm-dialogic</finalName> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version> ${maven-surefire-plugin.version} </version> <configuration> <forkMode>pertest</forkMode> <!-- So we dont have to juse xxxTest.java.bak "_" --> <!-- <excludes> <exclude>**/TestCircle.java</exclude> <exclude>**/TestSquare.java</exclude> </excludes> <includes> <include>Sample.java</include> </includes> --> </configuration> </plugin> </plugins> </build> </project>