/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

  1. <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">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <artifactId>m3ua</artifactId>
  5. <groupId>org.mobicents.protocols.ss7.m3ua</groupId>
  6. <version>2.0.0-SNAPSHOT</version>
  7. </parent>
  8. <artifactId>m3ua-api</artifactId>
  9. <name>Mobicents SS7 :: M3UA :: Api :: ${pom.artifactId}</name>
  10. <dependencies>
  11. <!--
  12. <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId>
  13. <version>${log4j.version}</version> </dependency>
  14. -->
  15. <!-- MTP3 -->
  16. <dependency>
  17. <groupId>org.mobicents.protocols.ss7.mtp</groupId>
  18. <artifactId>mtp-api</artifactId>
  19. </dependency>
  20. <dependency>
  21. <groupId>junit</groupId>
  22. <artifactId>junit</artifactId>
  23. <scope>provided</scope>
  24. </dependency>
  25. <dependency>
  26. <groupId>javolution</groupId>
  27. <artifactId>javolution</artifactId>
  28. </dependency>
  29. </dependencies>
  30. <build>
  31. <finalName>${pom.artifactId}-${pom.version}</finalName>
  32. </build>
  33. </project>