forked from community/device-mgt-core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
206 lines
8.2 KiB
206 lines
8.2 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
|
~
|
|
~ WSO2 Inc. licenses this file to you under the Apache License,
|
|
~ Version 2.0 (the "License"); you may not use this file except
|
|
~ in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
~ software distributed under the License is distributed on an
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
~ KIND, either express or implied. See the License for the
|
|
~ specific language governing permissions and limitations
|
|
~ 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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>wso2cdm-parent</artifactId>
|
|
<packaging>pom</packaging>
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
<name>WSO2 CDM - Parent</name>
|
|
<url>http://wso2.org</url>
|
|
<description>WSO2 Connected Device Manager</description>
|
|
|
|
<parent>
|
|
<groupId>org.wso2</groupId>
|
|
<artifactId>wso2</artifactId>
|
|
<version>1</version>
|
|
</parent>
|
|
|
|
<modules>
|
|
<module>components/device-mgt</module>
|
|
<module>components/policy-mgt</module>
|
|
<module>features/device-mgt</module>
|
|
<module>product</module>
|
|
</modules>
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.wso2.carbon.automation</groupId>
|
|
<artifactId>org.wso2.carbon.automation.engine</artifactId>
|
|
<version>${test.framework.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wso2.carbon.automation</groupId>
|
|
<artifactId>org.wso2.carbon.automation.test.utils</artifactId>
|
|
<version>${test.framework.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.integration.common.extensions</artifactId>
|
|
<version>${stub.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<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</groupId>
|
|
<artifactId>org.wso2.carbon.integration.common.admin.client</artifactId>
|
|
<version>${stub.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.user.core</artifactId>
|
|
<version>${carbon.kernel.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.apache.felix</groupId>
|
|
<artifactId>javax.servlet</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.user.api</artifactId>
|
|
<version>${carbon.kernel.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.utils</artifactId>
|
|
<version>${carbon.kernel.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.logging</artifactId>
|
|
<version>${carbon.kernel.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.device.mgt.core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.device.mgt.common</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.policy.mgt.common</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>
|
|
<!--Test dependencies-->
|
|
<!--
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.12-beta-3</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
-->
|
|
<dependency>
|
|
<groupId>org.testng</groupId>
|
|
<artifactId>testng</artifactId>
|
|
<version>${testng.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.utils</artifactId>
|
|
<version>${carbon.platform.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.core</artifactId>
|
|
<version>${carbon.platform.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.ndatasource.core</artifactId>
|
|
<version>${carbon.platform.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.ndatasource.rdbms</artifactId>
|
|
<version>${carbon.platform.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.wso2.carbon</groupId>
|
|
<artifactId>org.wso2.carbon.transaction.manager</artifactId>
|
|
<version>${carbon.platform.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jboss.spec.javax.transaction</groupId>
|
|
<artifactId>jboss-transaction-api_1.1_spec</artifactId>
|
|
<version>${jboss-transaction-api.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<properties>
|
|
<testng.version>6.1.1</testng.version>
|
|
<carbon.kernel.version>4.3.0-SNAPSHOT</carbon.kernel.version>
|
|
<carbon.platform.version>4.3.0-SNAPSHOT</carbon.platform.version>
|
|
<carbon.p2.plugin.version>1.5.4</carbon.p2.plugin.version>
|
|
<maven-buildnumber-plugin.version>1.3</maven-buildnumber-plugin.version>
|
|
<axis2.osgi.version.range>[1.6.1.wso2v11, 1.7.0)</axis2.osgi.version.range>
|
|
<jboss-transaction-api.version>1.0.0.Final</jboss-transaction-api.version>
|
|
<carbon.p2.plugin.version>1.5.4</carbon.p2.plugin.version>
|
|
<!--Testing -->
|
|
<test.framework.version>4.3.1</test.framework.version>
|
|
<testng.version>6.8</testng.version>
|
|
<stub.version>4.3.0-SNAPSHOT</stub.version>
|
|
<test.automation.emm.ui.version>1.1.0</test.automation.emm.ui.version>
|
|
|
|
<!--Eclipse Osgi-->
|
|
<eclipse.equinox.common.version>3.6.100.v20120522-1841</eclipse.equinox.common.version>
|
|
<eclipse.osgi.version>3.8.1.v20120830-144521</eclipse.osgi.version>
|
|
</properties>
|
|
|
|
|
|
</project>
|