|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
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>org.wso2.carbon</groupId>
|
|
|
|
|
<groupId>org.wso2.carbon.mdm</groupId>
|
|
|
|
|
<artifactId>wso2mdm-parent</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
|
|
@ -44,6 +44,10 @@
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--Test automation dependencies-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.automation</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.automation.engine</artifactId>
|
|
|
|
@ -57,23 +61,27 @@
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.integration.common.extensions</artifactId>
|
|
|
|
|
<version>${stub.version}</version>
|
|
|
|
|
<groupId>org.wso2.carbon.automation</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.automation.extensions</artifactId>
|
|
|
|
|
<version>${test.framework.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.automation</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.automation.extensions</artifactId>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.integration.common.extensions</artifactId>
|
|
|
|
|
<version>${test.framework.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.integration.common.admin.client</artifactId>
|
|
|
|
|
<version>${stub.version}</version>
|
|
|
|
|
<version>${automation.stub.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--Carbon Kernel Dependencies-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.user.core</artifactId>
|
|
|
|
@ -109,64 +117,6 @@
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.core</artifactId>
|
|
|
|
|
<version>${cdm.core.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.common</artifactId>
|
|
|
|
|
<version>${cdm.core.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.mobile.impl</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.policy.mgt.common</artifactId>
|
|
|
|
|
<version>${cdm.core.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.policy.mgt.core</artifactId>
|
|
|
|
|
<version>${cdm.core.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--Osgi dependencies-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
|
<version>${eclipse.osgi.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.equinox</groupId>
|
|
|
|
|
<artifactId>org.eclipse.equinox.common</artifactId>
|
|
|
|
|
<version>${eclipse.equinox.common.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
|
<artifactId>testng</artifactId>
|
|
|
|
|
<version>${testng.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.beanshell</groupId>
|
|
|
|
|
<artifactId>bsh</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.utils</artifactId>
|
|
|
|
@ -295,16 +245,109 @@
|
|
|
|
|
<artifactId>org.wso2.carbon.ndatasource.rdbms</artifactId>
|
|
|
|
|
<version>${carbon.kernel.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.tomcat.ext</artifactId>
|
|
|
|
|
<version>${carbon.kernel.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.tomcat</artifactId>
|
|
|
|
|
<version>${carbon.kernel.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--CDM core dependencies-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.cdm</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.core</artifactId>
|
|
|
|
|
<version>${cdm.core.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.cdm</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.common</artifactId>
|
|
|
|
|
<version>${cdm.core.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.policy.mgt.common</artifactId>
|
|
|
|
|
<version>${cdm.core.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.policy.mgt.core</artifactId>
|
|
|
|
|
<version>${cdm.core.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--MDM dependencies-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.mdm</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.mobile.impl</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--Osgi dependencies-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
|
<version>${eclipse.osgi.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.equinox</groupId>
|
|
|
|
|
<artifactId>org.eclipse.equinox.common</artifactId>
|
|
|
|
|
<version>${eclipse.equinox.common.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
|
<artifactId>testng</artifactId>
|
|
|
|
|
<version>${testng.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.beanshell</groupId>
|
|
|
|
|
<artifactId>bsh</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
|
|
<artifactId>org.eclipse.osgi.services</artifactId>
|
|
|
|
|
<version>3.3.100.v20120522-1822</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--Orbit dependencies-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.h2database.wso2</groupId>
|
|
|
|
|
<artifactId>h2-database-engine</artifactId>
|
|
|
|
|
<version>${orbit.version.h2.engine}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat.wso2</groupId>
|
|
|
|
|
<artifactId>tomcat</artifactId>
|
|
|
|
|
<version>${orbit.version.tomcat}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat.wso2</groupId>
|
|
|
|
|
<artifactId>jdbc-pool</artifactId>
|
|
|
|
|
<version>${tomcat.jdbc.pooling.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--APIM dependencies-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.core</artifactId>
|
|
|
|
@ -438,26 +481,70 @@
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--CXF dependencies (needed for mobile Jax_RS web apps)-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat.wso2</groupId>
|
|
|
|
|
<artifactId>tomcat</artifactId>
|
|
|
|
|
<version>${orbit.version.tomcat}</version>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-frontend-jaxws</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.tomcat.ext</artifactId>
|
|
|
|
|
<version>${carbon.kernel.version}</version>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.tomcat</artifactId>
|
|
|
|
|
<version>${carbon.kernel.version}</version>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-transports-http</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat.wso2</groupId>
|
|
|
|
|
<artifactId>jdbc-pool</artifactId>
|
|
|
|
|
<version>${tomcat.jdbc.pooling.version}</version>
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
|
<artifactId>jackson-jaxrs</artifactId>
|
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
<artifactId>jsr311-api</artifactId>
|
|
|
|
|
<version>${javax.ws.rs.version}</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--Windows Jax-RS dependencies-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.wss4j</groupId>
|
|
|
|
|
<artifactId>wss4j-ws-security-common</artifactId>
|
|
|
|
|
<version>2.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
<artifactId>bcpkix-jdk15on</artifactId>
|
|
|
|
|
<version>1.49</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
|
|
|
<version>1.49</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
|
<version>3.0.21</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.madgag.spongycastle</groupId>
|
|
|
|
|
<artifactId>pkix</artifactId>
|
|
|
|
|
<version>1.51.0.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-ws-security</artifactId>
|
|
|
|
|
<version>2.6.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
@ -492,7 +579,7 @@
|
|
|
|
|
<!--Testing -->
|
|
|
|
|
<test.framework.version>4.3.1</test.framework.version>
|
|
|
|
|
<testng.version>6.8</testng.version>
|
|
|
|
|
<stub.version>4.3.0-SNAPSHOT</stub.version>
|
|
|
|
|
<automation.stub.version>4.3.0-SNAPSHOT</automation.stub.version>
|
|
|
|
|
<test.automation.emm.ui.version>1.1.0</test.automation.emm.ui.version>
|
|
|
|
|
|
|
|
|
|
<!--Eclipse Osgi-->
|
|
|
|
@ -504,6 +591,12 @@
|
|
|
|
|
<orbit.version.tomcat>7.0.52.wso2v5</orbit.version.tomcat>
|
|
|
|
|
<tomcat.jdbc.pooling.version>7.0.34.wso2v2</tomcat.jdbc.pooling.version>
|
|
|
|
|
<mdm.android.agent.archetype.version>1.0.0-SNAPSHOT</mdm.android.agent.archetype.version>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--CXF properties-->
|
|
|
|
|
<cxf.version>2.6.1</cxf.version>
|
|
|
|
|
<jackson.version>1.9.0</jackson.version>
|
|
|
|
|
<javax.ws.rs.version>1.1.1</javax.ws.rs.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|