mss-tomcat-embedded-7
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.bitbucket.supportomateinc.arquillian.container</groupId> <artifactId>mss-tomcat-embedded-7</artifactId> <version>1.0.3</version> </dependency>
<?xml version="1.0"?> <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> <artifactId>arquillian-parent-mobicents-sip-servlets</artifactId> <groupId>io.bitbucket.supportomateinc.arquillian.container</groupId> <version>1.0.3</version> </parent> <artifactId>mss-tomcat-embedded-7</artifactId> <name>Arquillian Mobicents Container Tomcat Embedded 7.x</name> <url>http://code.google.com/p/commtesting/</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <profiles> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>install</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <dependencies> <!-- Mobicents Arquillian Container API --> <dependency> <groupId>io.bitbucket.supportomateinc.arquillian.container</groupId> <artifactId>mss-arquillian-container-api</artifactId> <version>${project.version}</version> </dependency> <!-- Mobicents Arquillian Lifecycle Extension --> <dependency> <groupId>io.bitbucket.supportomateinc.arquillian.container</groupId> <artifactId>mss-arquillian-lifecycle-extension</artifactId> <version>${project.version}</version> </dependency> <!-- Mobicents Arquillian Container Extension --> <dependency> <groupId>io.bitbucket.supportomateinc.arquillian.container</groupId> <artifactId>mss-arquillian-container-extension</artifactId> <version>${project.version}</version> </dependency> <!-- Mobicents Arquillian Utilities Extension --> <dependency> <groupId>io.bitbucket.supportomateinc.arquillian.container</groupId> <artifactId>mss-arquillian-utilities-extension</artifactId> <version>${project.version}</version> <!-- org.jboss.arquillian --> </dependency> <dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-container-test-spi</artifactId> </dependency> <dependency> <groupId>org.mobicents.shrinkwrap.container</groupId> <artifactId>shrinkwrap-container-restcomm</artifactId> </dependency> <!-- org.apache.tomcat --> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-coyote</artifactId> <version>${version.org.apache.tomcat-7}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-catalina</artifactId> <version>${version.org.apache.tomcat-7}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jasper</artifactId> <version>${version.org.apache.tomcat-7}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-tribes</artifactId> <version>${version.org.apache.tomcat-7}</version> </dependency> <!-- Mobicents --> <dependency> <groupId>org.mobicents.servlet.sip.containers</groupId> <artifactId>sip-servlets-catalina-7</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.sip</groupId> <artifactId>jain-sip-api</artifactId> <version>${jain-sip-api.version}</version> </dependency> <dependency> <groupId>org.mobicents.servlet.sip.containers</groupId> <artifactId>sip-servlets-tomcat-7</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.dnsjava</groupId> <artifactId>dnsjava</artifactId> <version>2.0.6</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-impl</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-client</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-application-router</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-core-api</artifactId> <scope>provided</scope> </dependency> <!-- <dependency> <groupId>org.mobicents.ha.javax.sip</groupId> <artifactId>mobicents-jain-sip-jboss4</artifactId> </dependency> --> <dependency> <groupId>org.mobicents.javax.sip</groupId> <artifactId>restcomm-jain-sip-ext</artifactId> </dependency> <dependency> <groupId>javax.sip</groupId> <artifactId>jain-sip-ri</artifactId> <version>${jain-sip-ri.version}</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.14</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mobicents.tools</groupId> <artifactId>sip-balancer-jar</artifactId> <version>1.2.FINAL</version> <scope>test</scope> </dependency> <!-- <dependency> <groupId>org.mobicents.ha.javax.sip</groupId> <artifactId>mobicents-jain-sip-ha-core</artifactId> <version>${version.mobicents.jain.sip.ha}</version> </dependency> --> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.arquillian.junit</groupId> <artifactId>arquillian-junit-container</artifactId> <version>1.0.3.Final</version> <scope>test</scope> </dependency> <dependency> <groupId>org.cafesip.sipunit</groupId> <artifactId>sipunit</artifactId> <version>2.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>org.mobicents.ha.javax.sip</groupId> <artifactId>restcomm-jain-sip-ha-core</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.8</version> <configuration> <useProjectReferences>false</useProjectReferences> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.13</version> <configuration> <skipTests>true</skipTests> </configuration> </plugin> </plugins> </build> </project>