/protocols/ss7/pom.xml
http://mobicents.googlecode.com/ · XML · 455 lines · 400 code · 30 blank · 25 comment · 0 complexity · e750b53f7550f4a3c8506ddab3e2ee47 MD5 · raw file
- <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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.mobicents</groupId>
- <artifactId>mobicents-parent</artifactId>
- <version>2.20</version>
- </parent>
- <artifactId>ss7-parent</artifactId>
- <groupId>org.mobicents.protocols.ss7</groupId>
- <version>2.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>Mobicents SS7 :: ${pom.artifactId}</name>
- <properties>
- <!-- maven.test.skip>false</maven.test.skip -->
- <mobicents.tools.mavenplugin.eclipse.version>
- 1.0.0.FINAL
- </mobicents.tools.mavenplugin.eclipse.version>
- <concurrent.version>1.3.4</concurrent.version>
- <log4j.version>1.2.14</log4j.version>
- <junit.version>3.8.1</junit.version>
- <testng.version>6.2</testng.version>
- <javolution.version>5.5.1</javolution.version>
- <compiler.plugin.version>2.0.2</compiler.plugin.version>
- <compile.source>1.7</compile.source>
- <!-- mobicents but not strictly ss7 -->
- <asn.version>2.0.0-SNAPSHOT</asn.version>
- <stream.version>1.0.0.CR1</stream.version>
- <sctp.version>1.0.0-SNAPSHOT</sctp.version>
- <commons.version>1.0.0-SNAPSHOT</commons.version>
- </properties>
- <modules>
- <module>docs</module>
- <module>congestion</module>
- <module>clock</module>
- <module>m3ua</module>
- <module>mtp</module>
- <module>management</module>
- <module>hardware</module>
- <module>isup</module>
- <module>sccp</module>
- <module>tcap</module>
- <module>map</module>
- <module>inap</module>
- <module>cap</module>
- <module>service</module>
- <!--
- <module>sgw</module>
- -->
- </modules>
- <!-- declare our babies -->
- <dependencyManagement>
- <dependencies>
- <!-- ASN -->
- <dependency>
- <groupId>org.mobicents.protocols.asn</groupId>
- <artifactId>asn</artifactId>
- <version>${asn.version}</version>
- </dependency>
- <!-- STREAM -->
- <dependency>
- <groupId>org.mobicents.protocols.stream</groupId>
- <artifactId>stream</artifactId>
- <version>${stream.version}</version>
- </dependency>
- <!-- utils -->
- <dependency>
- <groupId>org.mobicents.commons</groupId>
- <artifactId>commons</artifactId>
- <version>${commons.version}</version>
- </dependency>
- <!-- SCTP -->
- <dependency>
- <groupId>org.mobicents.protocols.sctp</groupId>
- <artifactId>sctp-api</artifactId>
- <version>${sctp.version}</version>
- </dependency>
- <dependency>
- <groupId>org.mobicents.protocols.sctp</groupId>
- <artifactId>sctp-impl</artifactId>
- <version>${sctp.version}</version>
- </dependency>
- <!-- Clock -->
- <dependency>
- <groupId>org.mobicents.protocols.ss7.clock</groupId>
- <artifactId>clock</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <!-- Management Shell -->
- <dependency>
- <artifactId>shell</artifactId>
- <groupId>
- org.mobicents.protocols.ss7.management
- </groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- Management linkset -->
- <dependency>
- <artifactId>linkset</artifactId>
- <groupId>
- org.mobicents.protocols.ss7.management
- </groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- Hardware Dahdi Java -->
- <dependency>
- <artifactId>mobicents-dahdi</artifactId>
- <groupId>org.mobicents.protocols.ss7.hardware</groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- Hardware Dialogic Java -->
- <dependency>
- <artifactId>mobicents-dialogic</artifactId>
- <groupId>org.mobicents.protocols.ss7.hardware</groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- /hardware m3ua Java -->
- <dependency>
- <artifactId>mobicents-m3ua</artifactId>
- <groupId>org.mobicents.protocols.ss7.hardware</groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- MTP -->
- <dependency>
- <artifactId>mtp</artifactId>
- <groupId>org.mobicents.protocols.ss7.mtp</groupId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <artifactId>mtp-api</artifactId>
- <groupId>org.mobicents.protocols.ss7.mtp</groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- M3UA -->
- <dependency>
- <artifactId>m3ua-api</artifactId>
- <groupId>org.mobicents.protocols.ss7.m3ua</groupId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <artifactId>m3ua-impl</artifactId>
- <groupId>org.mobicents.protocols.ss7.m3ua</groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- ISUP -->
- <dependency>
- <artifactId>isup-api</artifactId>
- <groupId>org.mobicents.protocols.ss7.isup</groupId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <artifactId>isup-impl</artifactId>
- <groupId>org.mobicents.protocols.ss7.isup</groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- SCCP -->
- <dependency>
- <artifactId>sccp-api</artifactId>
- <groupId>org.mobicents.protocols.ss7.sccp</groupId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <artifactId>sccp-impl</artifactId>
- <groupId>org.mobicents.protocols.ss7.sccp</groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- TCAP -->
- <dependency>
- <artifactId>tcap-api</artifactId>
- <groupId>org.mobicents.protocols.ss7.tcap</groupId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <artifactId>tcap-impl</artifactId>
- <groupId>org.mobicents.protocols.ss7.tcap</groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- MAP -->
- <dependency>
- <artifactId>map-api</artifactId>
- <groupId>org.mobicents.protocols.ss7.map</groupId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <artifactId>map-impl</artifactId>
- <groupId>org.mobicents.protocols.ss7.map</groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- INAP -->
- <dependency>
- <artifactId>inap-api</artifactId>
- <groupId>org.mobicents.protocols.ss7.inap</groupId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <artifactId>inap-impl</artifactId>
- <groupId>org.mobicents.protocols.ss7.inap</groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- CAP -->
- <dependency>
- <artifactId>cap-api</artifactId>
- <groupId>org.mobicents.protocols.ss7.cap</groupId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <artifactId>cap-impl</artifactId>
- <groupId>org.mobicents.protocols.ss7.cap</groupId>
- <version>${pom.version}</version>
- </dependency>
- <!-- 3rd PARTY -->
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>${log4j.version}</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- <version>${junit.version}</version>
- </dependency>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>${testng.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <scope>provided</scope>
- <version>${concurrent.version}</version>
- </dependency>
- <dependency>
- <groupId>javolution</groupId>
- <artifactId>javolution</artifactId>
- <version>${javolution.version}</version>
- </dependency>
- <dependency>
- <groupId>org.mobicents.protocols.ss7.congestion</groupId>
- <artifactId>congestion</artifactId>
- <version>${pom.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <profiles>
- <profile>
- <id>maven-release</id>
- <modules />
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- <configuration>
- <autoVersionSubmodules>
- true
- </autoVersionSubmodules>
- <tagBase>
- https://mobicents.googlecode.com/svn/tags/protocols/ss7
- </tagBase>
- <preparationGoals>
- clean install
- </preparationGoals>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>release</id>
- <modules />
- </profile>
- </profiles>
- <developers>
- <developer>
- <id>oleg.kulikoff</id>
- <name>Oleg Kulikoff</name>
- <email>oleg.kulikoff@gmail.com</email>
- <organization>JBoss/Red Hat</organization>
- <organizationUrl>http://www.redhat.com/</organizationUrl>
- <roles>
- <role>Active Developer</role>
- </roles>
- <timezone>+3</timezone>
- </developer>
- <developer>
- <id>amit.bhayani</id>
- <name>Amit Bhayani</name>
- <email>amit.bhayani@gmail.com</email>
- <organization>Mobite Technologies Pvt Ltd</organization>
- <organizationUrl>http://www.mobite.co.in/</organizationUrl>
- <roles>
- <role>Active Developer</role>
- </roles>
- <timezone>+5.5</timezone>
- </developer>
- <developer>
- <id>baranowb</id>
- <name>Bartosz Baranowski</name>
- <email>baranowb@gmail.com</email>
- <organization>JBoss/Red Hat</organization>
- <organizationUrl>http://www.redhat.com/</organizationUrl>
- <roles>
- <role>Active Developer</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- </developers>
- <licenses>
- <license>
- <name>GNU GENERAL PUBLIC LICENSE</name>
- <url>http://www.gnu.org/licenses/gpl.html</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <distributionManagement>
- <repository>
- <id>jboss-releases-repository</id>
- <name>JBoss Releases Repository</name>
- <url>
- https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/
- </url>
- </repository>
- <snapshotRepository>
- <id>jboss-snapshots-repository</id>
- <name>JBoss Snapshots Repository</name>
- <url>
- https://repository.jboss.org/nexus/content/repositories/snapshots/
- </url>
- </snapshotRepository>
- </distributionManagement>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-eclipse-plugin</artifactId>
- <groupId>org.mobicents.tools</groupId>
- <version>
- ${mobicents.tools.mavenplugin.eclipse.version}
- </version>
- <inherited>false</inherited>
- <executions />
- <configuration>
- <classpathExcludes>
- <exclude>xml-apis:xml-apis</exclude>
- <exclude>jtidy:jtidy</exclude>
- </classpathExcludes>
- <resolveTransitiveDependencies>
- true
- </resolveTransitiveDependencies>
- <eclipseProjectName>
- mobicents-ss7
- </eclipseProjectName>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>${compiler.plugin.version}</version>
- <configuration>
- <source>${compile.source}</source>
- <target>${compile.source}</target>
- <debug>${compile.debug}</debug>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <scm>
- <connection>
- scm:svn:https://mobicents.googlecode.com/svn/trunk/protocols/ss7
- </connection>
- <developerConnection>
- scm:svn:https://mobicents.googlecode.com/svn/trunk/protocols/ss7
- </developerConnection>
- <url>
- http://mobicents.googlecode.com/svn/trunk/protocols/ss7
- </url>
- </scm>
- <repositories>
- <repository>
- <id>maven</id>
- <name>Maven Repository</name>
- <url>http://repo1.maven.org/maven2</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>jboss</id>
- <name>JBoss Repository</name>
- <url>http://repository.jboss.org/maven2</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>jboss-snapshots</id>
- <name>JBoss Snapshot Repository</name>
- <url>http://snapshots.jboss.org/maven2</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>jboss-public-repository-group</id>
- <name>JBoss Public Maven Repository Group</name>
- <url>
- https://repository.jboss.org/nexus/content/groups/public/
- </url>
- <layout>default</layout>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- </repository>
- </repositories>
- </project>