|
|
|
@ -17,17 +17,16 @@
|
|
|
|
|
~ under the License.
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<groupId>io.entgra.device.mgt.plugins</groupId>
|
|
|
|
|
<artifactId>device-mgt-plugins</artifactId>
|
|
|
|
|
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<version>7.0.0-SNAPSHOT</version>
|
|
|
|
|
<name>Entgra Device Management Plugins - Parent</name>
|
|
|
|
|
<version>6.1.1-SNAPSHOT</version>
|
|
|
|
|
<name>WSO2 Carbon - Device Management Plugins Parent</name>
|
|
|
|
|
<url>http://entgra.io</url>
|
|
|
|
|
<description>Entgra Device Management Plugins - Parent</description>
|
|
|
|
|
<description>WSO2 Carbon - Device Management Plugins Parent</description>
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.wso2</groupId>
|
|
|
|
@ -431,11 +430,11 @@
|
|
|
|
|
<artifactId>io.entgra.device.mgt.plugins.output.adapter.websocket</artifactId>
|
|
|
|
|
<version>${io.entgra.device.mgt.plugins.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.entgra.device.mgt.plugins</groupId>
|
|
|
|
|
<artifactId>io.entgra.device.mgt.plugins.mqtt.notification.listener</artifactId>
|
|
|
|
|
<version>${io.entgra.device.mgt.plugins.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.entgra.device.mgt.plugins</groupId>
|
|
|
|
|
<artifactId>io.entgra.device.mgt.plugins.mqtt.notification.listener</artifactId>
|
|
|
|
|
<version>${io.entgra.device.mgt.plugins.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.entgra.device.mgt.plugins</groupId>
|
|
|
|
|
<artifactId>io.entgra.device.mgt.core.device.mgt.extensions.remote.session</artifactId>
|
|
|
|
@ -846,11 +845,11 @@
|
|
|
|
|
<artifactId>feign-gson</artifactId>
|
|
|
|
|
<version>${io.github.openfeign.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.github.openfeign</groupId>
|
|
|
|
|
<artifactId>feign-slf4j</artifactId>
|
|
|
|
|
<version>${io.github.openfeign.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.github.openfeign</groupId>
|
|
|
|
|
<artifactId>feign-slf4j</artifactId>
|
|
|
|
|
<version>${io.github.openfeign.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- dependencies for siddhi extension -->
|
|
|
|
|
<dependency>
|
|
|
|
@ -965,20 +964,23 @@
|
|
|
|
|
<properties>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Device Management -->
|
|
|
|
|
<io.entgra.device.mgt.core.version>6.0.0-SNAPSHOT</io.entgra.device.mgt.core.version>
|
|
|
|
|
<io.entgra.device.mgt.core.version.range>[6.0.0, 7.0.0)</io.entgra.device.mgt.core.version.range>
|
|
|
|
|
<io.entgra.device.mgt.core.version>5.2.4-SNAPSHOT</io.entgra.device.mgt.core.version>
|
|
|
|
|
<io.entgra.device.mgt.core.version.range>[5.0.0, 6.0.0)</io.entgra.device.mgt.core.version.range>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Device Management Plugins -->
|
|
|
|
|
<io.entgra.device.mgt.plugins.version>7.0.0-SNAPSHOT</io.entgra.device.mgt.plugins.version>
|
|
|
|
|
<io.entgra.device.mgt.plugins.version.range>[7.0.0, 8.0.0)</io.entgra.device.mgt.plugins.version.range>
|
|
|
|
|
<io.entgra.device.mgt.plugins.version>6.1.1-SNAPSHOT</io.entgra.device.mgt.plugins.version>
|
|
|
|
|
|
|
|
|
|
<!-- Android Agent Artifact Version-->
|
|
|
|
|
<android.agent.version>4.0.0</android.agent.version>
|
|
|
|
|
|
|
|
|
|
<!-- Java Version Compatibility -->
|
|
|
|
|
<wso2.maven.compiler.source>17</wso2.maven.compiler.source>
|
|
|
|
|
<wso2.maven.compiler.target>17</wso2.maven.compiler.target>
|
|
|
|
|
|
|
|
|
|
<!--Carbon kernel versions-->
|
|
|
|
|
<carbon.kernel.version>4.8.1</carbon.kernel.version>
|
|
|
|
|
<pax.logging.api.version>1.11.2</pax.logging.api.version>
|
|
|
|
|
<carbon.p2.plugin.version>5.2.74</carbon.p2.plugin.version>
|
|
|
|
|
<carbon.p2.plugin.version>5.1.2</carbon.p2.plugin.version>
|
|
|
|
|
|
|
|
|
|
<!-- Axis2 -->
|
|
|
|
|
<axis2.orbit.version>1.6.1-wso2v85</axis2.orbit.version>
|
|
|
|
@ -1075,7 +1077,7 @@
|
|
|
|
|
<maven.javadoc.skip>true</maven.javadoc.skip>
|
|
|
|
|
|
|
|
|
|
<!-- jacoco plugin version -->
|
|
|
|
|
<jacoco.maven.plugin.version>0.8.10</jacoco.maven.plugin.version>
|
|
|
|
|
<jacoco.maven.plugin.version>0.7.8</jacoco.maven.plugin.version>
|
|
|
|
|
<jacoco.ant.verision>0.7.5.201505241946</jacoco.ant.verision>
|
|
|
|
|
<ant.contrib.version>1.0b3</ant.contrib.version>
|
|
|
|
|
<commons.dbcp.version>1.4.0.wso2v1</commons.dbcp.version>
|
|
|
|
@ -1095,13 +1097,12 @@
|
|
|
|
|
<tomcat-annotations-api>6.0.53</tomcat-annotations-api>
|
|
|
|
|
<commons-lang-wso2>2.6.0.wso2v1</commons-lang-wso2>
|
|
|
|
|
<apache.felix.scr.ds.annotations.version>1.2.4</apache.felix.scr.ds.annotations.version>
|
|
|
|
|
<maven.surefire.plugin.version>3.1.2</maven.surefire.plugin.version>
|
|
|
|
|
<maven.surefire.plugin.version>2.22.0</maven.surefire.plugin.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
|
<url>https://repository.entgra.net/community/device-mgt-plugins.git</url>
|
|
|
|
|
<developerConnection>scm:git:https://repository.entgra.net/community/device-mgt-plugins.git
|
|
|
|
|
</developerConnection>
|
|
|
|
|
<developerConnection>scm:git:https://repository.entgra.net/community/device-mgt-plugins.git</developerConnection>
|
|
|
|
|
<connection>scm:git:https://repository.entgra.net/community/device-mgt-plugins.git</connection>
|
|
|
|
|
<tag>v6.0.14</tag>
|
|
|
|
|
</scm>
|
|
|
|
@ -1116,69 +1117,71 @@
|
|
|
|
|
</extension>
|
|
|
|
|
</extensions>
|
|
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.jvnet.maven.incrementalbuild</groupId>
|
|
|
|
|
<artifactId>incremental-build-plugin</artifactId>
|
|
|
|
|
<version>1.3</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>incremental-build</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.8.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
<source>11</source>
|
|
|
|
|
<target>11</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<preparationGoals>clean install</preparationGoals>
|
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.xolstice.maven.plugins</groupId>
|
|
|
|
|
<artifactId>protobuf-maven-plugin</artifactId>
|
|
|
|
|
<version>0.6.1</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
|
<version>1.4.0</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.wso2.maven</groupId>
|
|
|
|
|
<artifactId>carbon-p2-plugin</artifactId>
|
|
|
|
|
<version>${carbon.p2.plugin.version}</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
<pluginManagement>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.8.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
<source>11</source>
|
|
|
|
|
<target>11</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
|
<version>3.3.0</version>
|
|
|
|
|
<version>3.2.0</version>
|
|
|
|
|
<extensions>true</extensions>
|
|
|
|
|
<configuration>
|
|
|
|
|
<instructions>
|
|
|
|
|
<Require-Capability>osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=11))"</Require-Capability>
|
|
|
|
|
</instructions>
|
|
|
|
|
<obrRepository>NONE</obrRepository>
|
|
|
|
|
<!--<instructions>
|
|
|
|
|
<_include>-osgi.bnd</_include>
|
|
|
|
|
</instructions>-->
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.jvnet.maven.incrementalbuild</groupId>
|
|
|
|
|
<artifactId>incremental-build-plugin</artifactId>
|
|
|
|
|
<version>1.3</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>incremental-build</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<preparationGoals>clean install</preparationGoals>
|
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.xolstice.maven.plugins</groupId>
|
|
|
|
|
<artifactId>protobuf-maven-plugin</artifactId>
|
|
|
|
|
<version>0.6.1</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
|
<version>1.4.0</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.wso2.maven</groupId>
|
|
|
|
|
<artifactId>carbon-p2-plugin</artifactId>
|
|
|
|
|
<version>${carbon.p2.plugin.version}</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|