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>
|
||||
<groupId>org.wso2.carbon</groupId>
|
||||
<artifactId>logging</artifactId>
|
||||
<version>${carbon.platform.version}</version>
|
||||
<artifactId>org.wso2.carbon.logging</artifactId>
|
||||
<version>${carbon.kernel.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ public class DeviceMgtDAOImpl implements DeviceMgtDAO {
|
||||
|
||||
@Override
|
||||
public void addDevice(Device device) throws CDMDAOException, CDMDatabaseConnectionException {
|
||||
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -95,7 +95,7 @@
|
||||
|
||||
<properties>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user