/protocols/ss7/m3ua/api/pom.xml
http://mobicents.googlecode.com/ · XML · 37 lines · 28 code · 4 blank · 5 comment · 0 complexity · 7778d49fa2bd157d6188e546db116809 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>
- <artifactId>m3ua</artifactId>
- <groupId>org.mobicents.protocols.ss7.m3ua</groupId>
- <version>2.0.0-SNAPSHOT</version>
- </parent>
- <artifactId>m3ua-api</artifactId>
- <name>Mobicents SS7 :: M3UA :: Api :: ${pom.artifactId}</name>
- <dependencies>
- <!--
- <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId>
- <version>${log4j.version}</version> </dependency>
- -->
- <!-- MTP3 -->
- <dependency>
- <groupId>org.mobicents.protocols.ss7.mtp</groupId>
- <artifactId>mtp-api</artifactId>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javolution</groupId>
- <artifactId>javolution</artifactId>
- </dependency>
- </dependencies>
- <build>
- <finalName>${pom.artifactId}-${pom.version}</finalName>
- </build>
- </project>