mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Changing Kernel version that carbon-device-mgt repository depends on and fixing the axiom version range
This commit is contained in:
parent
89634a9c38
commit
ea032337d3
@ -49,10 +49,10 @@
|
|||||||
<artifactId>org.wso2.carbon.device.mgt.api.feature</artifactId>
|
<artifactId>org.wso2.carbon.device.mgt.api.feature</artifactId>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<!--<dependency>-->
|
||||||
<groupId>org.wso2.carbon.commons</groupId>
|
<!--<groupId>org.wso2.carbon.commons</groupId>-->
|
||||||
<artifactId>org.wso2.carbon.email.verification</artifactId>
|
<!--<artifactId>org.wso2.carbon.email.verification</artifactId>-->
|
||||||
</dependency>
|
<!--</dependency>-->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -114,9 +114,9 @@
|
|||||||
<bundleDef>
|
<bundleDef>
|
||||||
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:${carbon.device.mgt.version}
|
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:${carbon.device.mgt.version}
|
||||||
</bundleDef>
|
</bundleDef>
|
||||||
<bundleDef>
|
<!--<bundleDef>-->
|
||||||
org.wso2.carbon.commons:org.wso2.carbon.email.verification
|
<!--org.wso2.carbon.commons:org.wso2.carbon.email.verification-->
|
||||||
</bundleDef>
|
<!--</bundleDef>-->
|
||||||
<bundleDef>
|
<bundleDef>
|
||||||
org.wso2.carbon.identity:org.wso2.carbon.identity.oauth.stub:${carbon.identity.version}
|
org.wso2.carbon.identity:org.wso2.carbon.identity.oauth.stub:${carbon.identity.version}
|
||||||
</bundleDef>
|
</bundleDef>
|
||||||
|
|||||||
16
pom.xml
16
pom.xml
@ -757,11 +757,11 @@
|
|||||||
<version>${axiom.wso2.version}</version>
|
<version>${axiom.wso2.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<!--<dependency>-->
|
||||||
<groupId>org.wso2.carbon.commons</groupId>
|
<!--<groupId>org.wso2.carbon.commons</groupId>-->
|
||||||
<artifactId>org.wso2.carbon.email.verification</artifactId>
|
<!--<artifactId>org.wso2.carbon.email.verification</artifactId>-->
|
||||||
<version>${carbon.commons.version}</version>
|
<!--<version>${carbon.commons.version}</version>-->
|
||||||
</dependency>
|
<!--</dependency>-->
|
||||||
|
|
||||||
<!-- API Management dependencies -->
|
<!-- API Management dependencies -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -1739,7 +1739,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<testng.version>6.1.1</testng.version>
|
<testng.version>6.1.1</testng.version>
|
||||||
<carbon.kernel.version>4.4.3</carbon.kernel.version>
|
<carbon.kernel.version>4.4.7</carbon.kernel.version>
|
||||||
<carbon.kernel.version.range>[4.4.0, 5.0.0)</carbon.kernel.version.range>
|
<carbon.kernel.version.range>[4.4.0, 5.0.0)</carbon.kernel.version.range>
|
||||||
<carbon.p2.plugin.version>1.5.4</carbon.p2.plugin.version>
|
<carbon.p2.plugin.version>1.5.4</carbon.p2.plugin.version>
|
||||||
<maven-buildnumber-plugin.version>1.3</maven-buildnumber-plugin.version>
|
<maven-buildnumber-plugin.version>1.3</maven-buildnumber-plugin.version>
|
||||||
@ -1791,8 +1791,8 @@
|
|||||||
<carbon.governance.version>4.5.8</carbon.governance.version>
|
<carbon.governance.version>4.5.8</carbon.governance.version>
|
||||||
|
|
||||||
<!-- Axiom -->
|
<!-- Axiom -->
|
||||||
<axiom.version>1.2.11-wso2v5</axiom.version>
|
<axiom.version>1.2.11-wso2v11</axiom.version>
|
||||||
<axiom.osgi.version.range>[1.2.11.wso2v5, 1.3.0)</axiom.osgi.version.range>
|
<axiom.osgi.version.range>[1.2.11, 1.3.0)</axiom.osgi.version.range>
|
||||||
<axiom.wso2.version>1.2.11.wso2v5</axiom.wso2.version>
|
<axiom.wso2.version>1.2.11.wso2v5</axiom.wso2.version>
|
||||||
|
|
||||||
<!-- Carbon Device Management -->
|
<!-- Carbon Device Management -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user