<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> <parent> <artifactId>tcap-parent</artifactId> <groupId>org.mobicents.protocols.ss7.tcap</groupId> <version>8.0.0-128</version> </parent> <artifactId>tcap-api</artifactId> <name>Restcomm jSS7 :: TCAP :: Api :: ${project.artifactId}</name> <dependencies> <!-- <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>${log4j.version}</version> </dependency> --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.protocols.ss7.statistics</groupId> <artifactId>statistics-api</artifactId> </dependency> <dependency> <groupId>org.mobicents.protocols.ss7.sccp</groupId> <artifactId>sccp-api</artifactId> </dependency> <dependency> <groupId>org.mobicents.protocols.asn</groupId> <artifactId>asn</artifactId> </dependency> </dependencies> <build> <finalName>${project.artifactId}-${project.version}</finalName> </build> </project>
<dependency> <groupId>org.mobicents.protocols.ss7.tcap</groupId> <artifactId>tcap-api</artifactId> <version>8.0.0-128</version> </dependency>
org.mobicents.protocols.ss7.tcap:tcap-api:8.0.0-128