/protocols/ss7/mtp/mtp-impl/pom.xml
http://mobicents.googlecode.com/ · XML · 45 lines · 39 code · 5 blank · 1 comment · 0 complexity · 200ec10c35dc4718ef74a216cc13e8be MD5 · raw file
- <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>
- <groupId>org.mobicents.protocols.ss7.mtp</groupId>
- <artifactId>mtp-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- </parent>
- <artifactId>mtp</artifactId>
- <name>Mobicents SS7 :: MTP :: Impl :: ${pom.artifactId}</name>
- <dependencies>
- <dependency>
- <groupId>org.mobicents.protocols.stream</groupId>
- <artifactId>stream</artifactId>
- </dependency>
- <!-- non mobicents -->
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- </dependency>
- <dependency>
- <groupId>javolution</groupId>
- <artifactId>javolution</artifactId>
- </dependency>
- <dependency>
- <groupId>${pom.groupId}</groupId>
- <artifactId>mtp-api</artifactId>
- <version>${pom.version}</version>
- </dependency>
- </dependencies>
- </project>