mss-arquillian-container-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mobicents.arquillian.container</groupId>
<artifactId>mss-arquillian-container-api</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>org.mobicents.arquillian.container</groupId>
<version>1.0.3</version>
</parent>
<artifactId>mss-arquillian-container-api</artifactId>
<name>mss-arquillian-container-api</name>
<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>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>catalina</artifactId>
<version>${version.org.apache.tomcat}</version>
<scope>provided</scope>
</dependency>
<!-- Mobicents -->
<!-- <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-annotations</artifactId>
<scope>provided</scope>
<!-- <version>1.7.0-SNAPSHOT</version> -->
</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-core-api</artifactId>
<version>1.7.0-SNAPSHOT</version>
</dependency>
-->
<dependency>
<groupId>org.mobicents.servlet.sip.containers</groupId>
<artifactId>sip-servlets-catalina-7</artifactId>
<scope>provided</scope>
<!-- <version>1.7.0-SNAPSHOT</version> -->
</dependency>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-container-test-spi</artifactId>
</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>
</plugins>
</build>
</project>