/protocols/asn/asn-impl/pom.xml

http://mobicents.googlecode.com/ · XML · 70 lines · 64 code · 6 blank · 0 comment · 0 complexity · 86cac1331bb0a9eba7d76867aa26555d 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.asn</groupId>
  5. <artifactId>asn-parent</artifactId>
  6. <version>2.0.0-SNAPSHOT</version>
  7. </parent>
  8. <groupId>org.mobicents.protocols.asn</groupId>
  9. <artifactId>asn</artifactId>
  10. <name>Mobicents :: ASN :: Impl :: ${pom.artifactId}</name>
  11. <developers>
  12. <developer>
  13. <id>amit.bhayani</id>
  14. <name>Amit Bhayani</name>
  15. <email>amit.bhayani@gmail.com</email>
  16. <organization></organization>
  17. <organizationUrl>http://amitbhayani.blogspot.com/</organizationUrl>
  18. <roles>
  19. <role>Active Developer</role>
  20. </roles>
  21. <timezone>+5.5</timezone>
  22. </developer>
  23. <developer>
  24. <id>serg.vetyutnev</id>
  25. <name>Sergey Vetyutnev</name>
  26. <email>serg.vetyutnev@gmail.com</email>
  27. <organization></organization>
  28. <organizationUrl></organizationUrl>
  29. <roles>
  30. <role>Active Developer</role>
  31. </roles>
  32. <timezone>+3</timezone>
  33. </developer>
  34. <developer>
  35. <id>baranowb</id>
  36. <name>Bartosz Baranowski</name>
  37. <email>baranowb@gmail.com</email>
  38. <organization>JBoss/Red Hat</organization>
  39. <organizationUrl>http://www.redhat.com/</organizationUrl>
  40. <roles>
  41. <role>Active Developer</role>
  42. </roles>
  43. <timezone>+1</timezone>
  44. </developer>
  45. </developers>
  46. <licenses>
  47. <license>
  48. <name>GNU GENERAL PUBLIC LICENSE</name>
  49. <url>http://www.gnu.org/licenses/gpl.html</url>
  50. <distribution>repo</distribution>
  51. </license>
  52. </licenses>
  53. <dependencies>
  54. <dependency>
  55. <groupId>log4j</groupId>
  56. <artifactId>log4j</artifactId>
  57. </dependency>
  58. <dependency>
  59. <groupId>junit</groupId>
  60. <artifactId>junit</artifactId>
  61. <scope>provided</scope>
  62. </dependency>
  63. </dependencies>
  64. </project>