Skip to content

Commit 5004ef1

Browse files
committed
Added repository
Fixes for restcomm-assembly-wildfly10
1 parent eb57ad1 commit 5004ef1

3 files changed

Lines changed: 35 additions & 30 deletions

File tree

pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.restcomm</groupId>
55
<artifactId>restcomm-parent</artifactId>
66
<version>4.0.1</version>
7-
</parent>
7+
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.restcomm</groupId>
1010
<artifactId>restcomm-connect-root</artifactId>
@@ -38,8 +38,8 @@
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<mobicents.mgcp.impl.version>6.0.23</mobicents.mgcp.impl.version>
4040
<servletapi.version>2.5</servletapi.version>
41-
</properties>
42-
41+
</properties>
42+
4343
<repositories>
4444
<repository>
4545
<id>mobicents-public-repository-group</id>
@@ -69,6 +69,11 @@
6969
<updatePolicy>never</updatePolicy>
7070
</snapshots>
7171
</repository>
72+
<repository>
73+
<id>cxsnexus-releases</id>
74+
<url>http://cxsnexus.restcomm.com/nexus/content/repositories/releases/</url>
75+
<layout>default</layout>
76+
</repository>
7277

7378
<!-- Local repository for the ATT TTS Java wrapper library -->
7479
<!-- <repository> <id>project</id> <url>file:///${basedir}/restcomm.tts.att/lib</url>
@@ -104,5 +109,5 @@
104109
<updatePolicy>never</updatePolicy>
105110
</snapshots>
106111
</pluginRepository>
107-
</pluginRepositories>
112+
</pluginRepositories>
108113
</project>

release/restcomm-assembly-wildfly10/pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<groupId>org.restcomm</groupId>
66
<artifactId>assembly-parent</artifactId>
77
<version>9.0.0-SNAPSHOT</version>
8-
</parent>
8+
</parent>
99
<artifactId>assembly-wildfly10</artifactId>
10-
<packaging>jar</packaging>
10+
<packaging>pom</packaging>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<sipservletapi.version>3.2.0-89</sipservletapi.version>
14-
</properties>
14+
</properties>
1515
<dependencies>
1616
<dependency>
1717
<groupId>org.restcomm</groupId>
@@ -22,22 +22,22 @@
2222
<groupId>org.restcomm</groupId>
2323
<artifactId>restcomm-connect.application</artifactId>
2424
<type>war</type>
25-
</dependency>
26-
25+
</dependency>
26+
2727
<dependency>
2828
<groupId>org.restcomm</groupId>
2929
<artifactId>restcomm-connect-management</artifactId>
3030
<type>war</type>
31-
</dependency>
32-
33-
31+
</dependency>
32+
33+
3434
<dependency>
3535
<groupId>org.mobicents.webrtc</groupId>
3636
<artifactId>webrtc-ui</artifactId>
3737
<type>war</type>
38-
</dependency>
38+
</dependency>
3939
</dependencies>
40-
<build>
40+
<build>
4141
<plugins>
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
@@ -78,11 +78,11 @@
7878
</artifactItem>
7979
</artifactItems>
8080
</configuration>
81-
</execution>
81+
</execution>
8282
</executions>
83-
</plugin>
83+
</plugin>
8484
<plugin>
85-
<groupId>org.apache.maven.plugins</groupId>
85+
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-assembly-plugin</artifactId>
8787
<version>3.1.0</version>
8888
<configuration>
@@ -102,5 +102,5 @@
102102
</executions>
103103
</plugin>
104104
</plugins>
105-
</build>
105+
</build>
106106
</project>

restcomm/restcomm.testsuite/pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<groupId>javax.sip</groupId>
126126
<artifactId>jain-sip-ri</artifactId>
127127
</dependency>
128-
128+
129129
<dependency>
130130
<groupId>org.jboss.arquillian.junit</groupId>
131131
<artifactId>arquillian-junit-container</artifactId>
@@ -139,7 +139,7 @@
139139
<version>${shrinkwrap.resolver.version}</version>
140140
<scope>compile</scope>
141141
</dependency>
142-
142+
143143
<dependency>
144144
<groupId>org.jboss.shrinkwrap.resolver</groupId>
145145
<artifactId>shrinkwrap-resolver-api-maven</artifactId>
@@ -152,27 +152,27 @@
152152
<artifactId>shrinkwrap-resolver-api-maven-archive</artifactId>
153153
<version>${shrinkwrap.resolver.version}</version>
154154
<scope>compile</scope>
155-
</dependency>
155+
</dependency>
156156

157157
<dependency>
158158
<groupId>org.jboss.shrinkwrap.resolver</groupId>
159159
<artifactId>shrinkwrap-resolver-impl-maven-archive</artifactId>
160160
<version>${shrinkwrap.resolver.version}</version>
161161
<scope>compile</scope>
162-
</dependency>
162+
</dependency>
163163

164164
<!--Dependencies for wildfly10 -->
165165
<dependency>
166166
<groupId>org.mobicents.sipunit</groupId>
167167
<artifactId>sipunit</artifactId>
168168
<scope>compile</scope>
169-
</dependency>
169+
</dependency>
170170
<dependency>
171171
<groupId>org.wildfly.arquillian</groupId>
172172
<artifactId>wildfly-arquillian-container-managed</artifactId>
173173
<version>2.1.0.Final</version>
174174
<scope>test</scope>
175-
</dependency>
175+
</dependency>
176176

177177
<!--Dependencies for wildfly10 -->
178178

@@ -344,7 +344,7 @@
344344
<version>${project.version}</version>
345345
<scope>test</scope>
346346
</dependency>
347-
347+
348348
<dependency>
349349
<groupId>org.restcomm.smpp</groupId>
350350
<artifactId>smpp-extensions</artifactId>
@@ -372,12 +372,12 @@
372372
<version>3.2.0-89</version>
373373
<type>zip</type>
374374
<classifier>assembly</classifier>
375-
</artifactItem>
375+
</artifactItem>
376376
</artifactItems>
377377
</configuration>
378378
</execution>
379379
</executions>
380-
</plugin>
380+
</plugin>
381381
<plugin>
382382
<artifactId>maven-compiler-plugin</artifactId>
383383
<configuration>
@@ -448,8 +448,8 @@
448448
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
449449
<jboss.home>${project.basedir}/target/dependency/restcomm-sip-servlets-3.2.0-89-wildfly-10.0.0.Final</jboss.home>
450450
<arquillian.launch>wildfly10-managed</arquillian.launch>
451-
</systemPropertyVariables>
452-
<redirectTestOutputToFile>false</redirectTestOutputToFile>
451+
</systemPropertyVariables>
452+
<redirectTestOutputToFile>false</redirectTestOutputToFile>
453453
</configuration>
454454
</plugin>
455455
</plugins>
@@ -518,7 +518,7 @@
518518
every forked JVM/test class-->
519519
<arquillian_http_port>${surefire.forkNumber}509</arquillian_http_port>
520520
<arquillian_sip_port>${surefire.forkNumber}508</arquillian_sip_port>
521-
</systemPropertyVariables>
521+
</systemPropertyVariables>
522522
</configuration>
523523
</plugin>
524524
</plugins>

0 commit comments

Comments
 (0)