|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
|
|
|
|
<artifactId>device-mgt</artifactId>
|
|
|
|
|
<version>5.0.40-SNAPSHOT</version>
|
|
|
|
|
<version>5.0.41-SNAPSHOT</version>
|
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
@ -81,12 +81,17 @@
|
|
|
|
|
<Bundle-Description>Device Management Core Bundle</Bundle-Description>
|
|
|
|
|
<Private-Package>io.entgra.device.mgt.core.device.mgt.core.internal</Private-Package>
|
|
|
|
|
<Import-Package>
|
|
|
|
|
com.fasterxml.jackson.databind;version="[2.13,3)",
|
|
|
|
|
com.fasterxml.jackson.databind;version="[2.14,3)",
|
|
|
|
|
com.google.common.collect;version="[31.0,32)",
|
|
|
|
|
com.google.common.reflect;version="[31.0,32)",
|
|
|
|
|
com.google.gson;version="[2.9,3)",
|
|
|
|
|
com.google.gson.reflect;version="[2.9,3)",
|
|
|
|
|
io.entgra.device.mgt.core.apimgt.annotations;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.apimgt.extension.rest.api;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.apimgt.extension.rest.api.dto;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.apimgt.extension.rest.api.dto.APIInfo;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.apimgt.extension.rest.api.exceptions;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.apimgt.extension.rest.api.util;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.common;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.common.app.mgt;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.common.app.mgt.android;version="[5.0,6)",
|
|
|
|
@ -138,6 +143,7 @@
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.core.config.keymanager,
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.core.config.license,
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.core.config.metadata.mgt,
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.core.config.metadata.mgt.documentation,
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.core.config.metadata.mgt.whitelabel,
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.core.config.operation.timeout,
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.core.config.pagination,
|
|
|
|
@ -197,6 +203,7 @@
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.core.traccar.common.config,
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.core.traccar.common.util,
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.core.traccar.core.config,
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.extensions.logger;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.extensions.logger.spi;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.identity.jwt.client.extension;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.identity.jwt.client.extension.dto;version="[5.0,6)",
|
|
|
|
@ -208,9 +215,14 @@
|
|
|
|
|
io.entgra.device.mgt.core.server.bootup.heartbeat.beacon.service;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.transport.mgt.email.sender.core;version="[5.0,6)",
|
|
|
|
|
io.entgra.device.mgt.core.transport.mgt.email.sender.core.service;version="[5.0,6)",
|
|
|
|
|
io.swagger.annotations;version="[1.6,2)",javax.cache;version="[1.0,2)",
|
|
|
|
|
javax.naming,javax.net.ssl,javax.servlet;version="[2.6,3)",
|
|
|
|
|
javax.sql,javax.ws.rs,javax.xml.bind;version="[0.0,1)",
|
|
|
|
|
io.swagger.annotations;version="[1.6,2)",
|
|
|
|
|
javax.cache;version="[1.0,2)",
|
|
|
|
|
javax.naming,
|
|
|
|
|
javax.net.ssl,
|
|
|
|
|
javax.servlet;version="[2.6,3)",
|
|
|
|
|
javax.sql,
|
|
|
|
|
javax.ws.rs,
|
|
|
|
|
javax.xml.bind;version="[0.0,1)",
|
|
|
|
|
javax.xml.bind.annotation;version="[0.0,1)",
|
|
|
|
|
javax.xml.parsers;version="${javax.xml.parsers.import.pkg.version}",
|
|
|
|
|
javax.xml.stream;version="[1.0,2)",
|
|
|
|
@ -228,7 +240,7 @@
|
|
|
|
|
org.apache.commons.httpclient.protocol;version="[3.1,4)",
|
|
|
|
|
org.apache.commons.io;version="[2.0,3)",
|
|
|
|
|
org.apache.commons.lang;version="[2.6,3)",
|
|
|
|
|
org.apache.commons.lang3;version="[3.1,4)",
|
|
|
|
|
org.apache.commons.lang3;version="[3.11,4)",
|
|
|
|
|
org.apache.commons.logging;version="[1.2,2)",
|
|
|
|
|
org.apache.commons.validator.routines;version="[1.7,2)",
|
|
|
|
|
org.apache.http;version="[4.4,5)",
|
|
|
|
@ -242,28 +254,27 @@
|
|
|
|
|
org.osgi.service.*;version="${imp.package.version.osgi.service}",
|
|
|
|
|
org.scannotation;version="[1.0,2)",
|
|
|
|
|
org.scannotation.archiveiterator;version="[1.0,2)",
|
|
|
|
|
org.w3c.dom,
|
|
|
|
|
org.wso2.carbon.base,
|
|
|
|
|
<!-- org.wso2.carbon.base;version="[1.0,2)",-->
|
|
|
|
|
<!-- org.wso2.carbon.caching.impl;version="[4.6,5)",-->
|
|
|
|
|
org.w3c.dom,org.wso2.carbon.base;version="[1.0,2)",
|
|
|
|
|
org.wso2.carbon.caching.impl;version="[4.6,5)",
|
|
|
|
|
org.wso2.carbon.context;version="[4.8,5)",
|
|
|
|
|
org.wso2.carbon.core;version="[4.8,5)",
|
|
|
|
|
org.wso2.carbon.core.util;version="[4.8,5)",
|
|
|
|
|
org.wso2.carbon.event.processor.stub;version="[2.3,3)",
|
|
|
|
|
org.wso2.carbon.event.processor.stub.types;version="[2.3,3)",
|
|
|
|
|
org.wso2.carbon.ndatasource.core;version="[4.8,5)",
|
|
|
|
|
org.wso2.carbon.ntask.common,
|
|
|
|
|
org.wso2.carbon.ntask.core,
|
|
|
|
|
org.wso2.carbon.ntask.core.service,
|
|
|
|
|
org.wso2.carbon.registry.api,
|
|
|
|
|
org.wso2.carbon.registry.core,
|
|
|
|
|
org.wso2.carbon.registry.core.exceptions,
|
|
|
|
|
org.wso2.carbon.registry.core.service,
|
|
|
|
|
org.wso2.carbon.registry.core.session,
|
|
|
|
|
org.wso2.carbon.ntask.common;version="[4.9,5)",
|
|
|
|
|
org.wso2.carbon.ntask.core;version="[4.9,5)",
|
|
|
|
|
org.wso2.carbon.ntask.core.service;version="[4.9,5)",
|
|
|
|
|
org.wso2.carbon.registry.api;version="[1.0,2)",
|
|
|
|
|
org.wso2.carbon.registry.core;version="[1.0,2)",
|
|
|
|
|
org.wso2.carbon.registry.core.exceptions;version="[1.0,2)",
|
|
|
|
|
org.wso2.carbon.registry.core.service;version="[1.0,2)",
|
|
|
|
|
org.wso2.carbon.registry.core.session;version="[1.0,2)",
|
|
|
|
|
org.wso2.carbon.stratos.common.beans;version="[4.7,5)",
|
|
|
|
|
org.wso2.carbon.stratos.common.util;version="[4.7,5)",
|
|
|
|
|
org.wso2.carbon.tenant.mgt.services,
|
|
|
|
|
org.wso2.carbon.user.api,
|
|
|
|
|
org.wso2.carbon.tenant.mgt.exception;version="[4.9,5)",
|
|
|
|
|
org.wso2.carbon.tenant.mgt.services;version="[4.9,5)",
|
|
|
|
|
org.wso2.carbon.user.api;version="[1.0,2)",
|
|
|
|
|
org.wso2.carbon.user.core.config;version="[4.8,5)",
|
|
|
|
|
org.wso2.carbon.user.core.service;version="[4.8,5)",
|
|
|
|
|
org.wso2.carbon.user.core.tenant;version="[4.8,5)",
|
|
|
|
|