Skip to content

Commit

Permalink
Added repository
Browse files Browse the repository at this point in the history
Fixes for restcomm-assembly-wildfly10
  • Loading branch information
gvagenas committed Apr 13, 2018
1 parent 4226e56 commit 9651e47
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 30 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.restcomm</groupId>
<artifactId>restcomm-parent</artifactId>
<version>4.0.1</version>
</parent>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect-root</artifactId>
Expand Down Expand Up @@ -38,8 +38,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mobicents.mgcp.impl.version>6.0.23</mobicents.mgcp.impl.version>
<servletapi.version>2.5</servletapi.version>
</properties>
</properties>

<repositories>
<repository>
<id>mobicents-public-repository-group</id>
Expand Down Expand Up @@ -69,6 +69,11 @@
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
<repository>
<id>cxsnexus-releases</id>
<url>http://cxsnexus.restcomm.com/nexus/content/repositories/releases/</url>
<layout>default</layout>
</repository>

<!-- Local repository for the ATT TTS Java wrapper library -->
<!-- <repository> <id>project</id> <url>file:///${basedir}/restcomm.tts.att/lib</url>
Expand Down Expand Up @@ -104,5 +109,5 @@
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
</pluginRepositories>
</project>
28 changes: 14 additions & 14 deletions release/restcomm-assembly-wildfly10/pom.xml
Expand Up @@ -5,13 +5,13 @@
<groupId>org.restcomm</groupId>
<artifactId>assembly-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
</parent>
<artifactId>assembly-wildfly10</artifactId>
<packaging>jar</packaging>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sipservletapi.version>3.2.0-89</sipservletapi.version>
</properties>
</properties>
<dependencies>
<dependency>
<groupId>org.restcomm</groupId>
Expand All @@ -22,22 +22,22 @@
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.application</artifactId>
<type>war</type>
</dependency>
</dependency>

<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect-management</artifactId>
<type>war</type>
</dependency>
</dependency>


<dependency>
<groupId>org.mobicents.webrtc</groupId>
<artifactId>webrtc-ui</artifactId>
<type>war</type>
</dependency>
</dependency>
</dependencies>
<build>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -78,11 +78,11 @@
</artifactItem>
</artifactItems>
</configuration>
</execution>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.0</version>
<configuration>
Expand All @@ -102,5 +102,5 @@
</executions>
</plugin>
</plugins>
</build>
</build>
</project>
24 changes: 12 additions & 12 deletions restcomm/restcomm.testsuite/pom.xml
Expand Up @@ -125,7 +125,7 @@
<groupId>javax.sip</groupId>
<artifactId>jain-sip-ri</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId>
Expand All @@ -139,7 +139,7 @@
<version>${shrinkwrap.resolver.version}</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-api-maven</artifactId>
Expand All @@ -152,27 +152,27 @@
<artifactId>shrinkwrap-resolver-api-maven-archive</artifactId>
<version>${shrinkwrap.resolver.version}</version>
<scope>compile</scope>
</dependency>
</dependency>

<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-impl-maven-archive</artifactId>
<version>${shrinkwrap.resolver.version}</version>
<scope>compile</scope>
</dependency>
</dependency>

<!--Dependencies for wildfly10 -->
<dependency>
<groupId>org.mobicents.sipunit</groupId>
<artifactId>sipunit</artifactId>
<scope>compile</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>2.1.0.Final</version>
<scope>test</scope>
</dependency>
</dependency>

<!--Dependencies for wildfly10 -->

Expand Down Expand Up @@ -344,7 +344,7 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.restcomm.smpp</groupId>
<artifactId>smpp-extensions</artifactId>
Expand Down Expand Up @@ -372,12 +372,12 @@
<version>3.2.0-89</version>
<type>zip</type>
<classifier>assembly</classifier>
</artifactItem>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
Expand Down Expand Up @@ -448,8 +448,8 @@
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
<jboss.home>${project.basedir}/target/dependency/restcomm-sip-servlets-3.2.0-89-wildfly-10.0.0.Final</jboss.home>
<arquillian.launch>wildfly10-managed</arquillian.launch>
</systemPropertyVariables>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
</systemPropertyVariables>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -518,7 +518,7 @@
every forked JVM/test class-->
<arquillian_http_port>${surefire.forkNumber}509</arquillian_http_port>
<arquillian_sip_port>${surefire.forkNumber}508</arquillian_sip_port>
</systemPropertyVariables>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 9651e47

Please sign in to comment.