mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
DAO Layer Implementation
This commit is contained in:
parent
2ad0e441e8
commit
19d4d1f62d
@ -89,8 +89,8 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.wso2.carbon</groupId>
|
<groupId>org.wso2.carbon</groupId>
|
||||||
<artifactId>logging</artifactId>
|
<artifactId>org.wso2.carbon.logging</artifactId>
|
||||||
<version>${carbon.platform.version}</version>
|
<version>${carbon.kernel.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -95,7 +95,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<carbon.kernel.version>4.3.0-SNAPSHOT</carbon.kernel.version>
|
<carbon.kernel.version>4.3.0-SNAPSHOT</carbon.kernel.version>
|
||||||
<carbon.platform.version>4.3.0-SNAPSHOT</carbon.platform.version>
|
<carbon.platform.version>4.2.0-SNAPSHOT</carbon.platform.version>
|
||||||
<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>
|
||||||
<axis2.osgi.version.range>[1.6.1.wso2v11, 1.7.0)</axis2.osgi.version.range>
|
<axis2.osgi.version.range>[1.6.1.wso2v11, 1.7.0)</axis2.osgi.version.range>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user