/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

  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</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. <dependency>
  35. <groupId>${pom.groupId}</groupId>
  36. <artifactId>mtp-api</artifactId>
  37. <version>${pom.version}</version>
  38. </dependency>
  39. </dependencies>
  40. </project>