mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix log class loading issue
This commit is contained in:
parent
55d9a735f8
commit
e2f2237b2d
@ -131,7 +131,6 @@
|
|||||||
<groupId>org.ops4j.pax.logging</groupId>
|
<groupId>org.ops4j.pax.logging</groupId>
|
||||||
<artifactId>pax-logging-api</artifactId>
|
<artifactId>pax-logging-api</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
<!-- <version>${pax.logging.api.version}</version>-->
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
|
<groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
|
||||||
|
|||||||
@ -55,7 +55,6 @@
|
|||||||
<groupId>org.ops4j.pax.logging</groupId>
|
<groupId>org.ops4j.pax.logging</groupId>
|
||||||
<artifactId>pax-logging-api</artifactId>
|
<artifactId>pax-logging-api</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
<!-- <version>${pax.logging.api.version}</version>-->
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.wso2.carbon.apimgt</groupId>
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
||||||
|
|||||||
@ -158,7 +158,6 @@
|
|||||||
<groupId>org.ops4j.pax.logging</groupId>
|
<groupId>org.ops4j.pax.logging</groupId>
|
||||||
<artifactId>pax-logging-api</artifactId>
|
<artifactId>pax-logging-api</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
<!-- <version>${pax.logging.api.version}</version>-->
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.entgra.device.mgt.core</groupId>
|
<groupId>io.entgra.device.mgt.core</groupId>
|
||||||
|
|||||||
@ -62,7 +62,6 @@
|
|||||||
<groupId>org.ops4j.pax.logging</groupId>
|
<groupId>org.ops4j.pax.logging</groupId>
|
||||||
<artifactId>pax-logging-api</artifactId>
|
<artifactId>pax-logging-api</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
<!-- <version>${pax.logging.api.version}</version>-->
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.wso2.carbon</groupId>
|
<groupId>org.wso2.carbon</groupId>
|
||||||
|
|||||||
@ -79,8 +79,8 @@
|
|||||||
io.entgra.device.mgt.core.device.mgt.extensions.logger.spi;version="[5.0,6)",
|
io.entgra.device.mgt.core.device.mgt.extensions.logger.spi;version="[5.0,6)",
|
||||||
io.entgra.device.mgt.core.notification.logger,
|
io.entgra.device.mgt.core.notification.logger,
|
||||||
io.entgra.device.mgt.core.notification.logger.util,
|
io.entgra.device.mgt.core.notification.logger.util,
|
||||||
org.apache.commons.logging;version="[1.2,2)"
|
org.apache.commons.logging;version="[1.2,2)",
|
||||||
<!-- org.apache.log4j;version="[2,3)"-->
|
pax-logging-api
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
<Export-Package>
|
<Export-Package>
|
||||||
io.entgra.device.mgt.core.notification.logger.*
|
io.entgra.device.mgt.core.notification.logger.*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user