SimpleShootmeTest-7
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mobicents.servlet.sip.arquillian.showcase</groupId> <artifactId>SimpleShootmeTest-7</artifactId> <version>1.0.0-CR1</version> </dependency>
<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.arquillian.showcase</groupId> <artifactId>Tomcat7</artifactId> <version>1.0.0-CR1</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.mobicents.servlet.sip.arquillian.showcase</groupId> <artifactId>SimpleShootmeTest-7</artifactId> <packaging>jar</packaging> <name>SimpleShootmeTest-7</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <!-- 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-jasper</artifactId> <version>${version.org.apache.tomcat-7}</version> <scope>provided</scope> </dependency> <!-- Mobicents --> <dependency> <groupId>org.mobicents.servlet.sip.containers</groupId> <artifactId>sip-servlets-catalina-7</artifactId> <scope>provided</scope> </dependency> <!-- testing --> <dependency> <groupId>org.jboss.arquillian.junit</groupId> <artifactId>arquillian-junit-container</artifactId> <scope>test</scope> </dependency> <!-- <dependency> <groupId>org.jboss.shrinkwrap.resolver</groupId> <artifactId>shrinkwrap-resolver-impl-maven</artifactId> <scope>test</scope> </dependency> --> <dependency> <groupId>javax.enterprise</groupId> <artifactId>cdi-api</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>javax.sip</groupId> <artifactId>jain-sip-api</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> <version>4.10</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.apache.tomcat</groupId> <artifactId>tomcat-catalina</artifactId> <version>${version.org.apache.tomcat-7}</version> <scope>provided</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.14</version> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.cafesip.sipunit</groupId> <artifactId>sipunit</artifactId> <version>${version.sipunit}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mobicents.arquillian.container</groupId> <artifactId>mss-tomcat-embedded-7</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mobicents.servlet.sip</groupId> <artifactId>sip-servlets-application-router</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.mobicents.arquillian.container</groupId> <artifactId>mss-arquillian-container-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mobicents.arquillian.container</groupId> <artifactId>mss-arquillian-utilities-extension</artifactId> <version>${project.version}</version> </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-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> </configuration> </plugin> </plugins> </build> </project>