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