jboss-as10-restcomm-build
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mobicents.servlet.sip.containers</groupId> <artifactId>jboss-as10-restcomm-build</artifactId> <version>4.0.127</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ JBoss, Home of Professional Open Source. ~ Copyright 2010, Red Hat, Inc., and individual contributors ~ as indicated by the @author tags. See the copyright.txt file in the ~ distribution for a full listing of individual contributors. ~ ~ This is free software; you can redistribute it and/or modify it ~ under the terms of the GNU Lesser General Public License as ~ published by the Free Software Foundation; either version 2.1 of ~ the License, or (at your option) any later version. ~ ~ This software is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ~ Lesser General Public License for more details. ~ ~ You should have received a copy of the GNU Lesser General Public ~ License along with this software; if not, write to the Free ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-bootstrap</artifactId> <version>4.0.127</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.mobicents.servlet.sip.containers</groupId> <artifactId>jboss-as10-restcomm-build</artifactId> <name>JBoss Application Server: Build RestComm SIP Servlets Add-on Modules</name> <description>>JBoss Application Server: Build Restcomm SIP Sevlets Add-on Modules</description> <packaging>pom</packaging> <properties> <!-- generated configs root dirs --> <generated.configs>${basedir}/target/generated-configs</generated.configs> <generated.configs.standalone>${generated.configs}/standalone/configuration</generated.configs.standalone> <generated.configs.domain>${generated.configs}/domain/configuration</generated.configs.domain> <generated.configs.examples>${generated.configs}/docs/examples/configs</generated.configs.examples> <generated.configs.src.dir>${basedir}/src/main/resources</generated.configs.src.dir> <!-- MSS --> <jboss.as.release.version>10.0.0.Final</jboss.as.release.version> <junit.version>4.10</junit.version> <version.org.jboss.jandex>1.2.1.Final</version.org.jboss.jandex> <version.rhino.js>1.7R2</version.rhino.js> <version.org.apache.ant>1.8.2</version.org.apache.ant> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.6</version> <inherited>false</inherited> <executions> <!-- See src/resources/configuration/ReadMe.txt for how the configuration assembly works --> <execution> <id>build-dist</id> <goals> <goal>run</goal> </goals> <phase>package</phase> <configuration> <target> <ant antfile="build.xml" inheritRefs="true"> <target name="${ant.target}" /> </ant> </target> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>org.jboss</groupId> <artifactId>jandex</artifactId> <version>${version.org.jboss.jandex}</version> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-apache-bsf</artifactId> <version>${version.org.apache.ant}</version> </dependency> <dependency> <groupId>rhino</groupId> <artifactId>js</artifactId> <version>${version.rhino.js}</version> </dependency> </dependencies> </plugin> </plugins> </build> <pluginRepositories> <pluginRepository> <id>zanata-releases</id> <name>zanata-releases</name> <url>https://repository.jboss.org/nexus/content/repositories/flies-releases</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </pluginRepository> </pluginRepositories> <dependencies> </dependencies> <profiles> <profile> <id>normal</id> <activation> <property> <name>!minimalistic</name> </property> </activation> <dependencies> <dependency> <groupId>javax.sip</groupId> <artifactId>jain-sip-api</artifactId> <version>${jain-sip-api.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.sip</groupId> <artifactId>jain-sip-ri</artifactId> <version>${jain-sip-ri.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip.containers</groupId> <artifactId>jboss-as10-restcomm</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-impl</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-spec</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-annotations</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-jruby</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-client</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-core-api</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip.containers</groupId> <artifactId>sip-servlets-as10</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.javax.sip</groupId> <artifactId>restcomm-jain-sip-ext</artifactId> <version>${restcomm.jain.sip.ext.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.restcomm.commons</groupId> <artifactId>commons-congestion</artifactId> <version>${restcomm.commons.version}</version> </dependency> <dependency> <groupId>org.restcomm.commons</groupId> <artifactId>restcomm-statistics</artifactId> <version>${restcomm.commons.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>${metrics.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>${slf4j.version}</version> </dependency> <dependency> <groupId>javolution</groupId> <artifactId>javolution</artifactId> <version>${javolution.version}</version> </dependency> <!-- for hashed wheel timers and Netty IO layer --> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.0.33.Final</version> <scope>provided</scope> </dependency> <dependency> <groupId>dnsjava</groupId> <artifactId>dnsjava</artifactId> <version>2.0.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>net.java.stun4j</groupId> <artifactId>stun4j</artifactId> <version>1.0.MOBICENTS</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.ha.javax.sip</groupId> <artifactId>restcomm-jain-sip-ha-core</artifactId> <version>${restcomm.jain.sip.ha.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-application-router</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mobicents.tools</groupId> <artifactId>sip-balancer-jar</artifactId> <version>${restcomm.balancer.version}</version> <scope>provided</scope> </dependency> </dependencies> <properties> <ant.target>all</ant.target> </properties> </profile> </profiles> </project>