|
|
@ -78,19 +78,16 @@
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<artifactId>cxf-rt-frontend-jaxws</artifactId>
|
|
|
|
<artifactId>cxf-rt-frontend-jaxws</artifactId>
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
<!--<scope>provided</scope>-->
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
|
|
|
|
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
<!--<scope>provided</scope>-->
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<artifactId>cxf-rt-transports-http</artifactId>
|
|
|
|
<artifactId>cxf-rt-transports-http</artifactId>
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
<!--<scope>provided</scope>-->
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.paho</groupId>
|
|
|
|
<groupId>org.eclipse.paho</groupId>
|
|
|
@ -118,7 +115,6 @@
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
<artifactId>jsr311-api</artifactId>
|
|
|
|
<artifactId>jsr311-api</artifactId>
|
|
|
|
<version>${javax.ws.rs.version}</version>
|
|
|
|
<version>${javax.ws.rs.version}</version>
|
|
|
|
<!--<scope>provided</scope>-->
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
@ -132,11 +128,6 @@
|
|
|
|
<version>${version}</version>
|
|
|
|
<version>${version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.webapp.publisher</artifactId>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.ndatasource.core</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.ndatasource.core</artifactId>
|
|
|
@ -300,6 +291,21 @@
|
|
|
|
<artifactId>h2-database-engine</artifactId>
|
|
|
|
<artifactId>h2-database-engine</artifactId>
|
|
|
|
<version>1.2.140.wso2v3</version>
|
|
|
|
<version>1.2.140.wso2v3</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.analytics-common</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.event.output.adapter.core</artifactId>
|
|
|
|
|
|
|
|
<version>${carbon.analytics.common.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.extensions</artifactId>
|
|
|
|
|
|
|
|
<version>${carbon.devicemgt.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>commons-codec.wso2</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
|
|
|
<version>${commons-codec.wso2.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
|
@ -409,6 +415,8 @@
|
|
|
|
<!--Orbit versions-->
|
|
|
|
<!--Orbit versions-->
|
|
|
|
<orbit.h2.engine.version>1.2.140.wso2v3</orbit.h2.engine.version>
|
|
|
|
<orbit.h2.engine.version>1.2.140.wso2v3</orbit.h2.engine.version>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<commons-json.version.range>(3.0.0, 4.0.0]</commons-json.version.range>
|
|
|
|
|
|
|
|
<commons-codec.wso2.version>1.4.0.wso2v1</commons-codec.wso2.version>
|
|
|
|
<!--XMPP/MQTT Version-->
|
|
|
|
<!--XMPP/MQTT Version-->
|
|
|
|
<smack.wso2.version>3.0.4.wso2v1</smack.wso2.version>
|
|
|
|
<smack.wso2.version>3.0.4.wso2v1</smack.wso2.version>
|
|
|
|
<smackx.wso2.version>3.0.4.wso2v1</smackx.wso2.version>
|
|
|
|
<smackx.wso2.version>3.0.4.wso2v1</smackx.wso2.version>
|
|
|
|