|
|
@ -17,7 +17,8 @@
|
|
|
|
~ under the License.
|
|
|
|
~ 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>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
@ -540,7 +541,8 @@
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>javax.servlet-api</artifactId> </exclusion>
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -1905,133 +1907,6 @@
|
|
|
|
</pluginManagement>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>internal.nexus</id>
|
|
|
|
|
|
|
|
<name>Entgra Internal Repository</name>
|
|
|
|
|
|
|
|
<url>https://nexus-local.entgra.io/repository/maven-public/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>wso2.releases</id>
|
|
|
|
|
|
|
|
<name>WSO2 internal Repository</name>
|
|
|
|
|
|
|
|
<url>http://maven.wso2.org/nexus/content/repositories/releases/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>wso2.snapshots</id>
|
|
|
|
|
|
|
|
<name>Apache Snapshot Repository</name>
|
|
|
|
|
|
|
|
<url>http://maven.wso2.org/nexus/content/repositories/snapshots/</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>wso2-nexus</id>
|
|
|
|
|
|
|
|
<name>WSO2 internal Repository</name>
|
|
|
|
|
|
|
|
<url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
|
|
|
<!-- Before adding ANYTHING in here, please start a discussion on the dev list.
|
|
|
|
|
|
|
|
Ideally the Axis2 build should only use Maven central (which is available
|
|
|
|
|
|
|
|
by default) and nothing else. We had troubles with other repositories in
|
|
|
|
|
|
|
|
the past. Therefore configuring additional repositories here should be
|
|
|
|
|
|
|
|
considered very carefully. -->
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>internal.nexus</id>
|
|
|
|
|
|
|
|
<name>Entgra Internal Repository</name>
|
|
|
|
|
|
|
|
<url>https://nexus-local.entgra.io/repository/maven-public/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>wso2-nexus</id>
|
|
|
|
|
|
|
|
<name>WSO2 internal Repository</name>
|
|
|
|
|
|
|
|
<url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>wso2.releases</id>
|
|
|
|
|
|
|
|
<name>WSO2 internal Repository</name>
|
|
|
|
|
|
|
|
<url>http://maven.wso2.org/nexus/content/repositories/releases/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>wso2.snapshots</id>
|
|
|
|
|
|
|
|
<name>WSO2 Snapshot Repository</name>
|
|
|
|
|
|
|
|
<url>http://maven.wso2.org/nexus/content/repositories/snapshots/</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>entgra-nexus</id>
|
|
|
|
|
|
|
|
<name>Entgra internal Repository</name>
|
|
|
|
|
|
|
|
<url>http://nexus.entgra.io/repository/maven-public/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>entgra.releases</id>
|
|
|
|
|
|
|
|
<name>Entgra internal Repository</name>
|
|
|
|
|
|
|
|
<url>http://nexus.entgra.io/repository/maven-releases/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>entgra.snapshots</id>
|
|
|
|
|
|
|
|
<name>Entgra Snapshot Repository</name>
|
|
|
|
|
|
|
|
<url>http://nexus.entgra.io/repository/maven-snapshots/</url>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<servelet.jsp.version>2.2.1</servelet.jsp.version>
|
|
|
|
<servelet.jsp.version>2.2.1</servelet.jsp.version>
|
|
|
|
<testng.version>7.4.0</testng.version>
|
|
|
|
<testng.version>7.4.0</testng.version>
|
|
|
@ -2269,14 +2144,75 @@
|
|
|
|
<imp.package.version.osgi.service>[1.2.0,1.3.0)</imp.package.version.osgi.service>
|
|
|
|
<imp.package.version.osgi.service>[1.2.0,1.3.0)</imp.package.version.osgi.service>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>internal.nexus</id>
|
|
|
|
|
|
|
|
<name>Entgra Internal Repository</name>
|
|
|
|
|
|
|
|
<url>https://nexus-local.entgra.io/repository/maven-public/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
|
|
<id>wso2-nexus</id>
|
|
|
|
|
|
|
|
<name>WSO2 Public Repository</name>
|
|
|
|
|
|
|
|
<url>https://maven.wso2.org/nexus/content/groups/wso2-public/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
|
|
|
<!-- Before adding ANYTHING in here, please start a discussion on the dev list.
|
|
|
|
|
|
|
|
Ideally the Axis2 build should only use Maven central (which is available
|
|
|
|
|
|
|
|
by default) and nothing else. We had troubles with other repositories in
|
|
|
|
|
|
|
|
the past. Therefore configuring additional repositories here should be
|
|
|
|
|
|
|
|
considered very carefully. -->
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>internal.nexus</id>
|
|
|
|
|
|
|
|
<name>Entgra Internal Repository</name>
|
|
|
|
|
|
|
|
<url>https://nexus-local.entgra.io/repository/maven-public/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>entgra.nexus</id>
|
|
|
|
|
|
|
|
<name>Entgra Public Repository</name>
|
|
|
|
|
|
|
|
<url>https://nexus.entgra.io/repository/maven-public/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>wso2-nexus</id>
|
|
|
|
|
|
|
|
<name>WSO2 Public Repository</name>
|
|
|
|
|
|
|
|
<url>https://maven.wso2.org/nexus/content/groups/wso2-public/</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>daily</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>ignore</checksumPolicy>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<distributionManagement>
|
|
|
|
<snapshotRepository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>maven-snapshots</id>
|
|
|
|
<id>maven-snapshots</id>
|
|
|
|
<url>https://nexus.entgra.io/repository/maven-snapshots/</url>
|
|
|
|
<url>https://nexus.entgra.io/repository/maven-snapshot/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>maven-release</id>
|
|
|
|
<id>maven-release</id>
|
|
|
|
<url>https://nexus.entgra.io/repository/maven-releases/</url>
|
|
|
|
<url>https://nexus.entgra.io/repository/maven-release/</url>
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
|
|
|
|