Skip to content

Commit

Permalink
some fixes in maven poms
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecasero committed Apr 9, 2018
1 parent c0b63e2 commit 423e2a7
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 65 deletions.
6 changes: 6 additions & 0 deletions restcomm/pom.xml
Expand Up @@ -322,6 +322,12 @@
<artifactId>shiro-web</artifactId>
<version>${shiroweb.version}</version>
</dependency>

<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs</artifactId>
<version>1.0</version>
</dependency>

<dependency>
<groupId>com.sun.jersey</groupId>
Expand Down
71 changes: 36 additions & 35 deletions restcomm/restcomm.extension.api/pom.xml
@@ -1,48 +1,49 @@
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>

<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.extension.api</artifactId>
<name>restcomm-connect.extension.api</name>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.extension.api</artifactId>
<name>restcomm-connect.extension.api</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependencies>

<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
<version>${jersey.version}</version>
</dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>${jodatime.version}</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>${jodatime.version}</version>
</dependency>

<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.commons</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.commons</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>

</dependencies>
</dependencies>
</project>
6 changes: 6 additions & 0 deletions restcomm/restcomm.extension.controller/pom.xml
Expand Up @@ -67,6 +67,12 @@
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>
16 changes: 0 additions & 16 deletions restcomm/restcomm.identity/pom.xml
Expand Up @@ -45,22 +45,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
</dependency>

<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
</dependency>

<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-servlet</artifactId>
<version>${jersey.version}</version>
</dependency>

<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
Expand Down
1 change: 0 additions & 1 deletion restcomm/restcomm.interpreter/pom.xml
Expand Up @@ -144,7 +144,6 @@
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
<artifactId>sip-servlets-spec</artifactId>
<version>${sipservletapi.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion restcomm/restcomm.provisioning.number.nexmo/pom.xml
Expand Up @@ -51,7 +51,6 @@
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
<artifactId>sip-servlets-spec</artifactId>
<version>${sipservletapi.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion restcomm/restcomm.provisioning.number.vi/pom.xml
Expand Up @@ -56,7 +56,6 @@
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
<artifactId>sip-servlets-spec</artifactId>
<version>${sipservletapi.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion restcomm/restcomm.provisioning.number.voxbone/pom.xml
Expand Up @@ -56,7 +56,6 @@
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
<artifactId>sip-servlets-spec</artifactId>
<version>${sipservletapi.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion restcomm/restcomm.sms/pom.xml
Expand Up @@ -47,7 +47,6 @@
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
<artifactId>sip-servlets-spec</artifactId>
<version>${sipservletapi.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion restcomm/restcomm.telephony.api/pom.xml
Expand Up @@ -19,7 +19,6 @@
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
<artifactId>sip-servlets-spec</artifactId>
<version>${sipservletapi.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
9 changes: 2 additions & 7 deletions restcomm/restcomm.testsuite/pom.xml
Expand Up @@ -93,10 +93,6 @@
<artifactId>shiro-web</artifactId>
</dependency>

<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
</dependency>

<dependency>
<groupId>com.sun.jersey</groupId>
Expand Down Expand Up @@ -144,7 +140,7 @@
<scope>compile</scope>
</dependency>

<dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-api-maven</artifactId>
<version>${shrinkwrap.resolver.version}</version>
Expand Down Expand Up @@ -173,7 +169,7 @@
</dependency>
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-embedded</artifactId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>2.1.0.Final</version>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -451,7 +447,6 @@
<systemPropertyVariables>
<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>
<module.path>${project.basedir}/target/dependency/restcomm-sip-servlets-3.2.0-89-wildfly-10.0.0.Final/modules</module.path>
<arquillian.launch>wildfly10</arquillian.launch>
</systemPropertyVariables>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
Expand Down
1 change: 0 additions & 1 deletion restcomm/restcomm.ussd/pom.xml
Expand Up @@ -99,7 +99,6 @@
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
<artifactId>sip-servlets-spec</artifactId>
<version>${sipservletapi.version}</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 423e2a7

Please sign in to comment.