Skip to content

Commit 892e35a

Browse files
author
Maria Farooq
committed
Merge branch 'restcomm1657' of https://github.com/RestComm/Restcomm-Connect into restcomm1657
# By George Vagenas # Via George Vagenas * 'restcomm1657' of https://github.com/RestComm/Restcomm-Connect: Fix for javax.ws.rs dependency Conflicts: restcomm/pom.xml
2 parents cf33562 + 4226e56 commit 892e35a

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

restcomm/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
Therefore we set this empty property here-->
136136
<jacocoArgLine />
137137
</properties>
138-
<modules>
138+
<modules>
139139
<module>restcomm.application</module>
140140
<module>restcomm.commons</module>
141141
<module>restcomm.dao</module>
@@ -174,7 +174,7 @@
174174
<module>restcomm.monitoring.service</module>
175175
<module>restcomm.tts.awspolly</module>
176176
<module>restcomm.sdr.api</module>
177-
<module>restcomm.core</module>
177+
<module>restcomm-connect.core</module>
178178
</modules>
179179

180180
<dependencyManagement>
@@ -304,9 +304,9 @@
304304
<dependency>
305305
<groupId>org.mobicents.servlet.sip</groupId>
306306
<artifactId>sip-servlets-client</artifactId>
307-
<version>${sipservletapi.version}</version>
307+
<version>${sipservletapi.version}</version>
308308
<scope>provided</scope>
309-
</dependency>
309+
</dependency>
310310

311311
<!--dependency> <groupId>org.apache.tomcat</groupId> <artifactId>servlet-api</artifactId>
312312
<version>${servlet-api.version}</version> </dependency -->
@@ -322,12 +322,12 @@
322322
<artifactId>shiro-web</artifactId>
323323
<version>${shiroweb.version}</version>
324324
</dependency>
325-
325+
326326
<dependency>
327327
<groupId>javax.ws.rs</groupId>
328-
<artifactId>javax.ws.rs</artifactId>
328+
<artifactId>jsr311-api</artifactId>
329329
<version>1.0</version>
330-
</dependency>
330+
</dependency>
331331

332332
<dependency>
333333
<groupId>com.sun.jersey</groupId>
@@ -562,7 +562,7 @@
562562
<version>${sipservletapi.version}</version>
563563
<scope>test</scope>
564564
</dependency>
565-
565+
566566
<dependency>
567567
<groupId>org.hsqldb</groupId>
568568
<artifactId>hsqldb</artifactId>
@@ -772,7 +772,7 @@
772772
<groupId>org.apache.maven.plugins</groupId>
773773
<artifactId>maven-checkstyle-plugin</artifactId>
774774
<version>${checkstyle.plugin.version}</version>
775-
</plugin>
775+
</plugin>
776776
</plugins>
777777
</pluginManagement>
778778
</build>
@@ -789,7 +789,7 @@
789789
<modules>
790790
<module>restcomm.testsuite</module>
791791
</modules>
792-
</profile>
792+
</profile>
793793
<profile>
794794
<id>set-git-hash</id>
795795
<build>

restcomm/restcomm.extension.api/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
</properties>
2020

2121
<dependencies>
22-
22+
2323
<dependency>
2424
<groupId>javax.ws.rs</groupId>
25-
<artifactId>javax.ws.rs</artifactId>
25+
<artifactId>jsr311-api</artifactId>
2626
<scope>provided</scope>
27-
</dependency>
27+
</dependency>
2828

2929
<dependency>
3030
<groupId>joda-time</groupId>
@@ -38,12 +38,12 @@
3838
<version>${project.version}</version>
3939
<scope>provided</scope>
4040
</dependency>
41-
41+
4242
<dependency>
4343
<groupId>javax.servlet</groupId>
4444
<artifactId>javax.servlet-api</artifactId>
4545
<scope>provided</scope>
46-
</dependency>
47-
46+
</dependency>
47+
4848
</dependencies>
4949
</project>

restcomm/restcomm.extension.controller/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<version>${sipservletapi.version}</version>
4747
<scope>provided</scope>
4848
</dependency>
49-
50-
49+
50+
5151
<dependency>
5252
<groupId>org.restcomm</groupId>
5353
<artifactId>restcomm-connect.dao</artifactId>
@@ -66,13 +66,13 @@
6666
<groupId>javax.servlet</groupId>
6767
<artifactId>javax.servlet-api</artifactId>
6868
<scope>provided</scope>
69-
</dependency>
70-
69+
</dependency>
70+
7171
<dependency>
7272
<groupId>javax.ws.rs</groupId>
73-
<artifactId>javax.ws.rs</artifactId>
73+
<artifactId>jsr311-api</artifactId>
7474
<scope>test</scope>
75-
</dependency>
75+
</dependency>
7676
</dependencies>
7777

7878
</project>

0 commit comments

Comments
 (0)