PageRenderTime 15ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

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

http://mobicents.googlecode.com/
XML | 44 lines | 37 code | 5 blank | 2 comment | 0 complexity | 049b48c10f4cfa1da425ab5a06b75121 MD5 | raw file
Possible License(s): LGPL-3.0, GPL-3.0, LGPL-2.1, GPL-2.0, CC-BY-SA-3.0, CC0-1.0, Apache-2.0, BSD-3-Clause
  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>inap-parent</artifactId>
  5. <groupId>org.mobicents.protocols.ss7.inap</groupId>
  6. <version>2.0.0-SNAPSHOT</version>
  7. </parent>
  8. <artifactId>inap-api</artifactId>
  9. <name>Mobicents SS7 :: INAP :: Api :: ${pom.artifactId}</name>
  10. <dependencies>
  11. <!-- <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId>
  12. <version>${log4j.version}</version> </dependency> -->
  13. <dependency>
  14. <groupId>junit</groupId>
  15. <artifactId>junit</artifactId>
  16. <scope>provided</scope>
  17. <version>${junit.version}</version>
  18. </dependency>
  19. <dependency>
  20. <groupId>org.mobicents.protocols.ss7.tcap</groupId>
  21. <artifactId>tcap-api</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>org.mobicents.protocols.ss7.sccp</groupId>
  25. <artifactId>sccp-api</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.mobicents.protocols.asn</groupId>
  29. <artifactId>asn</artifactId>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.mobicents.protocols.ss7.isup</groupId>
  33. <artifactId>isup-api</artifactId>
  34. </dependency>
  35. </dependencies>
  36. <build>
  37. <finalName>${pom.artifactId}-${pom.version}</finalName>
  38. </build>
  39. </project>