|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.ops4j.pax.logging</groupId>
|
|
|
|
|
<artifactId>pax-logging-api</artifactId>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
<!-- <scope>provided</scope>-->
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
@ -45,6 +45,11 @@
|
|
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
|
|
|
|
<artifactId>io.entgra.device.mgt.core.device.mgt.extensions.logger</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
<artifactId>slf4j-ext</artifactId>
|
|
|
|
|
<version>1.7.29</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
@ -58,7 +63,6 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<!-- <version>3.8.1</version>-->
|
|
|
|
|
<configuration>
|
|
|
|
|
<source>1.8</source>
|
|
|
|
|
<target>1.8</target>
|
|
|
|
@ -75,12 +79,13 @@
|
|
|
|
|
<Bundle-Version>${io.entgra.device.mgt.core.version}</Bundle-Version>
|
|
|
|
|
<Bundle-Description>Device Notification Logger Bundle</Bundle-Description>
|
|
|
|
|
<Import-Package>
|
|
|
|
|
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.notification.logger,
|
|
|
|
|
io.entgra.device.mgt.core.notification.logger.util,
|
|
|
|
|
org.apache.commons.logging;version="[1.2,2)",
|
|
|
|
|
pax-logging-api
|
|
|
|
|
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)",
|
|
|
|
|
org.slf4j,
|
|
|
|
|
org.slf4j.ext,
|
|
|
|
|
org.apache.commons.logging;version="[1.2,2)"
|
|
|
|
|
</Import-Package>
|
|
|
|
|
<Export-Package>
|
|
|
|
|
io.entgra.device.mgt.core.notification.logger.*
|
|
|
|
@ -90,5 +95,4 @@
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
</project>
|