|
|
|
@ -172,6 +172,12 @@
|
|
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
|
|
|
|
<artifactId>io.entgra.device.mgt.core.device.mgt.common</artifactId>
|
|
|
|
|
<version>${io.entgra.device.mgt.core.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
|
|
|
@ -766,6 +772,10 @@
|
|
|
|
|
<artifactId>org.wso2.carbon.user.core</artifactId>
|
|
|
|
|
<version>${carbon.kernel.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>javax.servlet</artifactId>
|
|
|
|
@ -921,11 +931,23 @@
|
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.api</artifactId>
|
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.impl</artifactId>
|
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- End of API Management dependencies -->
|
|
|
|
|
|
|
|
|
@ -1430,6 +1452,10 @@
|
|
|
|
|
<artifactId>org.wso2.carbon.registry.indexing</artifactId>
|
|
|
|
|
<version>${carbon.registry.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.wso2.carbon.identity</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.user.mgt.stub</artifactId>
|
|
|
|
@ -1510,6 +1536,12 @@
|
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
|
<artifactId>swagger-core</artifactId>
|
|
|
|
|
<version>${swagger.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
@ -1610,6 +1642,12 @@
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
<version>${fasterxml.jackson.databind.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
@ -2194,7 +2232,7 @@
|
|
|
|
|
<cxf-bundle-package.version>2.7.18</cxf-bundle-package.version>
|
|
|
|
|
<cxf-bundle.version>2.6.1.wso2v2</cxf-bundle.version>
|
|
|
|
|
|
|
|
|
|
<imp.package.version.osgi.framework>[1.6.0, 2.0.0)</imp.package.version.osgi.framework>
|
|
|
|
|
<imp.package.version.osgi.framework>[1.3.0, 2.0.0)</imp.package.version.osgi.framework>
|
|
|
|
|
<imp.package.version.osgi.service>[1.2.0,1.3.0)</imp.package.version.osgi.service>
|
|
|
|
|
|
|
|
|
|
<mokito.version>2.23.4</mokito.version>
|
|
|
|
|