|
|
@ -42,23 +42,22 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.registry.core</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.registry.core</artifactId>
|
|
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.core</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.core</artifactId>
|
|
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.utils</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.utils</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.ops4j.pax.logging</groupId>
|
|
|
|
|
|
|
|
<artifactId>pax-logging-api</artifactId>
|
|
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.api</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.api</artifactId>
|
|
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
@ -68,10 +67,12 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.googlecode.json-simple.wso2</groupId>
|
|
|
|
<groupId>com.googlecode.json-simple.wso2</groupId>
|
|
|
|
<artifactId>json-simple</artifactId>
|
|
|
|
<artifactId>json-simple</artifactId>
|
|
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.registry</groupId>
|
|
|
|
<groupId>org.wso2.carbon.registry</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.registry.indexing</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.registry.indexing</artifactId>
|
|
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
|
|
@ -81,14 +82,18 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
|
|
|
<artifactId>io.entgra.device.mgt.core.apimgt.extension.rest.api</artifactId>
|
|
|
|
<artifactId>io.entgra.device.mgt.core.apimgt.extension.rest.api</artifactId>
|
|
|
|
<!-- <scope>provided</scope>-->
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
|
|
|
<artifactId>io.entgra.device.mgt.core.device.mgt.common</artifactId>
|
|
|
|
<artifactId>io.entgra.device.mgt.core.device.mgt.common</artifactId>
|
|
|
|
<!-- <scope>provided</scope>-->
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
@ -102,14 +107,6 @@
|
|
|
|
</excludes>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<source>1.8</source>
|
|
|
|
|
|
|
|
<target>1.8</target>
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
@ -121,34 +118,35 @@
|
|
|
|
<Bundle-Version>${io.entgra.device.mgt.core.version}</Bundle-Version>
|
|
|
|
<Bundle-Version>${io.entgra.device.mgt.core.version}</Bundle-Version>
|
|
|
|
<Bundle-Description>API Management Application Bundle</Bundle-Description>
|
|
|
|
<Bundle-Description>API Management Application Bundle</Bundle-Description>
|
|
|
|
<Private-Package>io.entgra.device.mgt.core.apimgt.application.extension.internal</Private-Package>
|
|
|
|
<Private-Package>io.entgra.device.mgt.core.apimgt.application.extension.internal</Private-Package>
|
|
|
|
<Import-Packages>
|
|
|
|
<Import-Package>
|
|
|
|
io.entgra.device.mgt.core.apimgt.application.extension.bean,
|
|
|
|
io.entgra.device.mgt.core.apimgt.application.extension.bean,
|
|
|
|
io.entgra.device.mgt.core.apimgt.application.extension.dto,
|
|
|
|
io.entgra.device.mgt.core.apimgt.application.extension.dto,
|
|
|
|
io.entgra.device.mgt.core.apimgt.application.extension.exception,
|
|
|
|
io.entgra.device.mgt.core.apimgt.application.extension.exception,
|
|
|
|
|
|
|
|
io.entgra.device.mgt.core.apimgt.extension.rest.api;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
|
|
|
|
io.entgra.device.mgt.core.apimgt.extension.rest.api.bean.APIMConsumer;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
|
|
|
|
io.entgra.device.mgt.core.apimgt.extension.rest.api.dto;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
|
|
|
|
io.entgra.device.mgt.core.apimgt.extension.rest.api.exceptions;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.common.exceptions;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
|
|
|
|
io.entgra.device.mgt.core.device.mgt.common.metadata.mgt;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
io.entgra.device.mgt.core.identity.jwt.client.extension;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
io.entgra.device.mgt.core.identity.jwt.client.extension;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
io.entgra.device.mgt.core.identity.jwt.client.extension.dto;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
io.entgra.device.mgt.core.identity.jwt.client.extension.dto;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
io.entgra.device.mgt.core.identity.jwt.client.extension.exception;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
io.entgra.device.mgt.core.identity.jwt.client.extension.exception;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
io.entgra.device.mgt.core.identity.jwt.client.extension.service;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
io.entgra.device.mgt.core.identity.jwt.client.extension.service;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
io.entgra.device.mgt.core.device.mgt.common;version="${io.entgra.device.mgt.core.version.range}",
|
|
|
|
|
|
|
|
org.apache.commons.lang;version="[2.6,3)",
|
|
|
|
org.apache.commons.lang;version="[2.6,3)",
|
|
|
|
org.apache.commons.logging;version="[1.2,2)",
|
|
|
|
org.apache.commons.logging;version="[1.2,2)",
|
|
|
|
org.json.simple;version="[1.1,2)",
|
|
|
|
org.json.simple;version="[1.1,2)",
|
|
|
|
org.osgi.framework.*;version="${imp.package.version.osgi.framework}",
|
|
|
|
org.osgi.framework;version="${imp.package.version.osgi.framework}",
|
|
|
|
org.osgi.service.*;version="${imp.package.version.osgi.service}",
|
|
|
|
org.osgi.service.component;version="${imp.package.version.osgi.service}",
|
|
|
|
io.entgra.device.mgt.core.apimgt.extension.rest.api,
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt.api;version="[9.28,10)",
|
|
|
|
org.wso2.carbon.apimgt.api;version="[9.28,10)",
|
|
|
|
org.wso2.carbon.apimgt.api.dto;version="[9.28,10)",
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt.api.model;version="[9.28,10)",
|
|
|
|
|
|
|
|
org.wso2.carbon.apimgt.impl;version="[9.28,10)",
|
|
|
|
org.wso2.carbon.apimgt.impl;version="[9.28,10)",
|
|
|
|
org.wso2.carbon.apimgt.impl.utils;version="[9.28,10)",
|
|
|
|
org.wso2.carbon.apimgt.impl.utils;version="[9.28,10)",
|
|
|
|
org.wso2.carbon.context;version="[4.8,5)",
|
|
|
|
org.wso2.carbon.context;version="[4.8,5)",org.wso2.carbon.registry.core.exceptions;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.service;version="[1.0,2)",
|
|
|
|
org.wso2.carbon.registry.indexing.service;version="[4.8,5)",
|
|
|
|
org.wso2.carbon.registry.indexing.service;version="[4.8,5)",
|
|
|
|
org.wso2.carbon.user.api;version="[1.0,2)",
|
|
|
|
org.wso2.carbon.user.api;version="[1.0,2)",
|
|
|
|
org.wso2.carbon.user.core.service;version="[4.8,5)",
|
|
|
|
org.wso2.carbon.user.core.service;version="[4.8,5)",
|
|
|
|
org.wso2.carbon.user.core.tenant;version="[4.8,5)"
|
|
|
|
org.wso2.carbon.user.core.tenant;version="[4.8,5)"
|
|
|
|
</Import-Packages>
|
|
|
|
</Import-Package>
|
|
|
|
<Export-Package>
|
|
|
|
<Export-Package>
|
|
|
|
!io.entgra.device.mgt.core.apimgt.application.extension.internal,
|
|
|
|
!io.entgra.device.mgt.core.apimgt.application.extension.internal,
|
|
|
|
io.entgra.device.mgt.core.apimgt.application.extension.*
|
|
|
|
io.entgra.device.mgt.core.apimgt.application.extension.*
|
|
|
|