/protocols/ss7/mtp/mtp-api/pom.xml

http://mobicents.googlecode.com/ · XML · 40 lines · 34 code · 5 blank · 1 comment · 0 complexity · a661583165fda4535b2086f0c0f5cff8 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. <groupId>org.mobicents.protocols.ss7.mtp</groupId>
  5. <artifactId>mtp-parent</artifactId>
  6. <version>2.0.0-SNAPSHOT</version>
  7. </parent>
  8. <artifactId>mtp-api</artifactId>
  9. <name>Mobicents SS7 :: MTP :: Impl :: ${pom.artifactId}</name>
  10. <dependencies>
  11. <dependency>
  12. <groupId>org.mobicents.protocols.stream</groupId>
  13. <artifactId>stream</artifactId>
  14. </dependency>
  15. <!-- non mobicents -->
  16. <dependency>
  17. <groupId>log4j</groupId>
  18. <artifactId>log4j</artifactId>
  19. <scope>provided</scope>
  20. </dependency>
  21. <dependency>
  22. <groupId>junit</groupId>
  23. <artifactId>junit</artifactId>
  24. <scope>provided</scope>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.testng</groupId>
  28. <artifactId>testng</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>javolution</groupId>
  32. <artifactId>javolution</artifactId>
  33. </dependency>
  34. </dependencies>
  35. </project>