|
|
|
@ -43,121 +43,6 @@
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<!-- Test automation 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.automation</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.automation.extensions</artifactId>
|
|
|
|
|
<version>${test.framework.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.automationutils</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.integration.common.extensions</artifactId>
|
|
|
|
|
<version>${automation.utils.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.ftpserver</groupId>
|
|
|
|
|
<artifactId>ftpserver-core</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
|
<artifactId>activemq-all</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
<artifactId>tomcat-embed-core</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
|
<artifactId>tomcat-embed-logging-juli</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.springframework.ws.wso2</groupId>
|
|
|
|
|
<artifactId>spring.framework</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
|
|
|
<artifactId>selenium-java</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.opera</groupId>
|
|
|
|
|
<artifactId>operadriver</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.jmeter</groupId>
|
|
|
|
|
<artifactId>ApacheJMeter_core</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.saucelabs.selenium</groupId>
|
|
|
|
|
<artifactId>sauce-ondemand-driver</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>com.saucelabs.selenium</groupId>
|
|
|
|
|
<artifactId>selenium-client-factory</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.axis2.wso2</groupId>
|
|
|
|
|
<artifactId>axis2</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.ws.commons.axiom.wso2</groupId>
|
|
|
|
|
<artifactId>axiom</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>net.lingala.zip4j</groupId>
|
|
|
|
|
<artifactId>zip4j</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.automationutils</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.integration.common.admin.client</artifactId>
|
|
|
|
|
<version>${automation.utils.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.wso2.carbon.commons</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.user.mgt.stub</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.wso2.carbon.commons</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.logging.view.stub</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.wso2.carbon.commons</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.ndatasource.stub</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.wso2.carbon.commons</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.authenticator.stub</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.wso2.carbon.commons</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.authenticator.stub</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.utils</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--Carbon Kernel Dependencies-->
|
|
|
|
|
<dependency>
|
|
|
|
@ -313,16 +198,6 @@
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</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>
|
|
|
|
@ -395,11 +270,6 @@
|
|
|
|
|
<artifactId>h2-database-engine</artifactId>
|
|
|
|
|
<version>${orbit.h2.engine.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat.wso2</groupId>
|
|
|
|
|
<artifactId>tomcat</artifactId>
|
|
|
|
|
<version>${orbit.tomcat.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.tomcat.wso2</groupId>
|
|
|
|
|
<artifactId>jdbc-pool</artifactId>
|
|
|
|
@ -407,7 +277,7 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--APIM dependencies-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<!-- <dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.core</artifactId>
|
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
@ -417,7 +287,7 @@
|
|
|
|
|
<artifactId>org.wso2.carbon.mediation.initializer</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependency>-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.api</artifactId>
|
|
|
|
@ -541,65 +411,6 @@
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--CXF dependencies (needed for mobile Jax_RS web apps)-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-frontend-jaxws</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-transports-http</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<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>${apache.wss4j.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
<artifactId>bcpkix-jdk15on</artifactId>
|
|
|
|
|
<version>${bouncycastle.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
|
|
|
<version>${bouncycastle.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
|
<version>${codehaus.plexus.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.madgag.spongycastle</groupId>
|
|
|
|
|
<artifactId>pkix</artifactId>
|
|
|
|
|
<version>${spongycastle.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-ws-security</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
@ -686,9 +497,9 @@
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
|
<url>https://github.com/wso2/product-mdm.git</url>
|
|
|
|
|
<developerConnection>scm:git:https://github.com/wso2/product-mdm.git</developerConnection>
|
|
|
|
|
<connection>scm:git:https://github.com/wso2/product-mdm.git</connection>
|
|
|
|
|
<url>https://github.com/wso2/carbon-device-mgt-plugins.git</url>
|
|
|
|
|
<developerConnection>scm:git:https://github.com/wso2/carbon-device-mgt-plugins.git</developerConnection>
|
|
|
|
|
<connection>scm:git:https://github.com/wso2/carbon-device-mgt-plugins.git</connection>
|
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|