|
|
@ -1,21 +1,21 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
~ Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
|
|
|
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
|
|
|
~
|
|
|
|
~
|
|
|
|
~ WSO2 Inc. licenses this file to you under the Apache License,
|
|
|
|
~ WSO2 Inc. licenses this file to you under the Apache License,
|
|
|
|
~ Version 2.0 (the "License"); you may not use this file except
|
|
|
|
~ Version 2.0 (the "License"); you may not use this file except
|
|
|
|
~ in compliance with the License.
|
|
|
|
~ in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
|
|
~ software distributed under the License is distributed on an
|
|
|
|
~ software distributed under the License is distributed on an
|
|
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
~ KIND, either express or implied. See the License for the
|
|
|
|
~ KIND, either express or implied. See the License for the
|
|
|
|
~ specific language governing permissions and limitations
|
|
|
|
~ specific language governing permissions and limitations
|
|
|
|
~ 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"
|
|
|
|
<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">
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
@ -144,10 +144,6 @@
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.registry.api</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.registry.api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>xerces.wso2</groupId>
|
|
|
|
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -229,24 +225,22 @@
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.policy.mgt.common</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.group.core</artifactId>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.policy.mgt.core</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.group.common</artifactId>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.server.feature</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.policy.mgt.common</artifactId>
|
|
|
|
<type>zip</type>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.device.mgt.extensions.feature</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.policy.mgt.core</artifactId>
|
|
|
|
<type>zip</type>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
@ -303,17 +297,6 @@
|
|
|
|
<version>${javax.ws.rs.version}</version>
|
|
|
|
<version>${javax.ws.rs.version}</version>
|
|
|
|
<!--<scope>provided</scope>-->
|
|
|
|
<!--<scope>provided</scope>-->
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
<version>${junit.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>commons-httpclient.wso2</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
|
|
|
|
<version>${orbit.version.commons-httpclient}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
@ -326,18 +309,6 @@
|
|
|
|
<version>${carbon.commons.version}</version>
|
|
|
|
<version>${carbon.commons.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.identity</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.identity.oauth.stub</artifactId>
|
|
|
|
|
|
|
|
<version>${carbon.identity.version}</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>org.apache.axis2.wso2</groupId>
|
|
|
|
|
|
|
|
<artifactId>axis2-client</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--Osgi dependencies-->
|
|
|
|
<!--Osgi dependencies-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
|
<groupId>org.eclipse.osgi</groupId>
|
|
|
@ -380,24 +351,19 @@
|
|
|
|
<artifactId>h2-database-engine</artifactId>
|
|
|
|
<artifactId>h2-database-engine</artifactId>
|
|
|
|
<version>${orbit.h2.engine.version}</version>
|
|
|
|
<version>${orbit.h2.engine.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.tomcat.wso2</groupId>
|
|
|
|
|
|
|
|
<artifactId>jdbc-pool</artifactId>
|
|
|
|
|
|
|
|
<version>${orbit.tomcat.jdbc.pooling.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--APIM dependencies-->
|
|
|
|
<!--APIM dependencies-->
|
|
|
|
<!-- <dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.core</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.core</artifactId>
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.wso2.carbon.mediation</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.mediation.initializer</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.mediation.initializer</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>-->
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
<groupId>org.wso2.carbon.apimgt</groupId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.api</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.api</artifactId>
|
|
|
@ -415,11 +381,7 @@
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
<version>${carbon.api.mgt.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.axis2.wso2</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<artifactId>axis2-client</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.mediation</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.mediation.initializer</artifactId>
|
|
|
|
<artifactId>org.wso2.carbon.mediation.initializer</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<exclusion>
|
|
|
@ -522,17 +484,245 @@
|
|
|
|
<groupId>com.googlecode.json-simple.wso2</groupId>
|
|
|
|
<groupId>com.googlecode.json-simple.wso2</groupId>
|
|
|
|
<artifactId>json-simple</artifactId>
|
|
|
|
<artifactId>json-simple</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>org.apache.bsf</groupId>
|
|
|
|
|
|
|
|
<artifactId>bsf-all</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--Windows Jax-RS dependencies-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
|
|
|
<artifactId>cxf-rt-bindings-soap</artifactId>
|
|
|
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
|
|
|
<artifactId>cxf-rt-bindings-http</artifactId>
|
|
|
|
|
|
|
|
<version>${cxf.bindings.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.ws.security</groupId>
|
|
|
|
|
|
|
|
<artifactId>wss4j</artifactId>
|
|
|
|
|
|
|
|
<version>${wss4j.security.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
|
|
|
<artifactId>cxf-rt-rs-extension-providers</artifactId>
|
|
|
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
|
|
|
<artifactId>cxf-rt-ws-security</artifactId>
|
|
|
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.wss4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>wss4j-ws-security-common</artifactId>
|
|
|
|
|
|
|
|
<version>${wss4j.security.common.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.ws.commons.axiom</groupId>
|
|
|
|
|
|
|
|
<artifactId>axiom-api</artifactId>
|
|
|
|
|
|
|
|
<version>${axiom-api.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.ws.commons.axiom</groupId>
|
|
|
|
|
|
|
|
<artifactId>axiom-impl</artifactId>
|
|
|
|
|
|
|
|
<version>${axiom-api.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
|
|
|
|
<version>${log4j.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
|
|
|
|
<version>${spring-web.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework.ws</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-ws-security</artifactId>
|
|
|
|
|
|
|
|
<version>${spring-ws-security.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
|
|
|
|
<version>${spring-web.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.sun.xml.ws</groupId>
|
|
|
|
|
|
|
|
<artifactId>jaxws-rt</artifactId>
|
|
|
|
|
|
|
|
<version>${jaxws-rt.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.sun.xml.messaging.saaj</groupId>
|
|
|
|
|
|
|
|
<artifactId>saaj-impl</artifactId>
|
|
|
|
|
|
|
|
<version>${saaj-impl.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
|
|
|
<artifactId>bcpkix-jdk15on</artifactId>
|
|
|
|
|
|
|
|
<version>${bcpkix-jdk15on.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
|
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
|
|
|
|
|
|
<version>${bcpkix-jdk15on.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
|
|
|
|
<version>${plexus-utils.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.madgag.spongycastle</groupId>
|
|
|
|
|
|
|
|
<artifactId>pkix</artifactId>
|
|
|
|
|
|
|
|
<version>${spongycastle.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.madgag.spongycastle</groupId>
|
|
|
|
|
|
|
|
<artifactId>prov</artifactId>
|
|
|
|
|
|
|
|
<version>${spongycastle.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.madgag.spongycastle</groupId>
|
|
|
|
|
|
|
|
<artifactId>core</artifactId>
|
|
|
|
|
|
|
|
<version>${spongycastle.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>joda-time</groupId>
|
|
|
|
|
|
|
|
<artifactId>joda-time</artifactId>
|
|
|
|
|
|
|
|
<version>${joda-time.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Tomcat dependencies -->
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.tomcat</groupId>
|
|
|
|
|
|
|
|
<artifactId>tomcat-servlet-api</artifactId>
|
|
|
|
|
|
|
|
<version>${orbit.version.tomcat-servlet-api}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.tomcat</groupId>
|
|
|
|
|
|
|
|
<artifactId>tomcat</artifactId>
|
|
|
|
|
|
|
|
<version>${orbit.tomcat.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.tomcat.wso2</groupId>
|
|
|
|
|
|
|
|
<artifactId>jdbc-pool</artifactId>
|
|
|
|
|
|
|
|
<version>${orbit.tomcat.jdbc.pooling.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- End of Tomcat dependencies -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>commons-httpclient.wso2</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
|
|
|
|
<version>${orbit.version.commons-httpclient}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
|
|
|
|
<version>${commons-io.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.identity</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.identity.oauth.stub</artifactId>
|
|
|
|
|
|
|
|
<version>${carbon.identity.version}</version>
|
|
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
|
|
<version>${junit.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.dynamic.client.registration</artifactId>
|
|
|
|
|
|
|
|
<version>${carbon.device.mgt.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
|
|
|
|
<artifactId>jackson-jaxrs</artifactId>
|
|
|
|
|
|
|
|
<version>1.9.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- App Management feature dependencies-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.appmgt</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.appmgt.core.feature</artifactId>
|
|
|
|
|
|
|
|
<version>${appmgt..feature.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.appmgt</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.appmgt.feature</artifactId>
|
|
|
|
|
|
|
|
<version>${appmgt..feature.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<dependency>-->
|
|
|
|
|
|
|
|
<!--<groupId>org.wso2.carbon.appmgt</groupId>-->
|
|
|
|
|
|
|
|
<!--<artifactId>org.wso2.carbon.appmgt.interceptor.feature</artifactId>-->
|
|
|
|
|
|
|
|
<!--<version>${appmgt..feature.version}</version>-->
|
|
|
|
|
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.appmgt</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.appmgt.mdm.wso2emm.feature</artifactId>
|
|
|
|
|
|
|
|
<version>${appmgt..feature.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.appmgt</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.appmgt.mdm.wso2mdm.feature</artifactId>
|
|
|
|
|
|
|
|
<version>${appmgt..feature.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.appmgt</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.appmgt.mobile.feature</artifactId>
|
|
|
|
|
|
|
|
<version>${appmgt..feature.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.appmgt</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.appmgt.publisher.feature</artifactId>
|
|
|
|
|
|
|
|
<version>${appmgt..feature.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.appmgt</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.appmgt.services.api.feature</artifactId>
|
|
|
|
|
|
|
|
<version>${appmgt..feature.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--<dependency>-->
|
|
|
|
|
|
|
|
<!--<groupId>org.wso2.carbon.appmgt</groupId>-->
|
|
|
|
|
|
|
|
<!--<artifactId>org.wso2.carbon.appmgt.startup.publisher.feature</artifactId>-->
|
|
|
|
|
|
|
|
<!--<version>${appmgt..feature.version}</version>-->
|
|
|
|
|
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.carbon.appmgt</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.carbon.appmgt.store.feature</artifactId>
|
|
|
|
|
|
|
|
<version>${appmgt..feature.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- End of app management features-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Adding cipertool feature to the product -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.wso2.ciphertool</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.wso2.ciphertool</artifactId>
|
|
|
|
|
|
|
|
<version>${cipher.tool.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Governance dependencies -->
|
|
|
|
<!-- Governance dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
@ -635,7 +825,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!--Testing -->
|
|
|
|
<!--Testing -->
|
|
|
|
<junit.version>4.8.2</junit.version>
|
|
|
|
<junit.version>4.8.2</junit.version>
|
|
|
|
<test.framework.version>4.3.1</test.framework.version>
|
|
|
|
<test.framework.version>4.4.2</test.framework.version>
|
|
|
|
<testng.version>6.8</testng.version>
|
|
|
|
<testng.version>6.8</testng.version>
|
|
|
|
|
|
|
|
|
|
|
|
<!--Eclipse Osgi-->
|
|
|
|
<!--Eclipse Osgi-->
|
|
|
@ -644,8 +834,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!--Orbit versions-->
|
|
|
|
<!--Orbit versions-->
|
|
|
|
<orbit.h2.engine.version>1.2.140.wso2v3</orbit.h2.engine.version>
|
|
|
|
<orbit.h2.engine.version>1.2.140.wso2v3</orbit.h2.engine.version>
|
|
|
|
<orbit.tomcat.version>7.0.52.wso2v5</orbit.tomcat.version>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Tomcat -->
|
|
|
|
|
|
|
|
<orbit.tomcat.version>7.0.59.wso2v1</orbit.tomcat.version>
|
|
|
|
<orbit.tomcat.jdbc.pooling.version>7.0.34.wso2v2</orbit.tomcat.jdbc.pooling.version>
|
|
|
|
<orbit.tomcat.jdbc.pooling.version>7.0.34.wso2v2</orbit.tomcat.jdbc.pooling.version>
|
|
|
|
|
|
|
|
<orbit.version.tomcat-servlet-api>7.0.59.wso2v1</orbit.version.tomcat-servlet-api>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- CXF version -->
|
|
|
|
<!-- CXF version -->
|
|
|
|
<cxf.version>2.7.16</cxf.version>
|
|
|
|
<cxf.version>2.7.16</cxf.version>
|
|
|
@ -685,8 +878,20 @@
|
|
|
|
<bouncycastle.version>1.49</bouncycastle.version>
|
|
|
|
<bouncycastle.version>1.49</bouncycastle.version>
|
|
|
|
<apache.wss4j.version>2.0.0</apache.wss4j.version>
|
|
|
|
<apache.wss4j.version>2.0.0</apache.wss4j.version>
|
|
|
|
<codehaus.plexus.version>3.0.21</codehaus.plexus.version>
|
|
|
|
<codehaus.plexus.version>3.0.21</codehaus.plexus.version>
|
|
|
|
<google.gson.version>2.2.4</google.gson.version>
|
|
|
|
<wss4j.security.version>1.6.17</wss4j.security.version>
|
|
|
|
|
|
|
|
<wss4j.security.common.version>2.0.0</wss4j.security.common.version>
|
|
|
|
|
|
|
|
<axiom-api.version>1.2.14</axiom-api.version>
|
|
|
|
|
|
|
|
<log4j.version>1.2.17</log4j.version>
|
|
|
|
|
|
|
|
<spring-web.version>3.0.5.RELEASE</spring-web.version>
|
|
|
|
|
|
|
|
<spring-ws-security.version>2.1.0.RELEASE</spring-ws-security.version>
|
|
|
|
|
|
|
|
<jaxws-rt.version>2.2.8</jaxws-rt.version>
|
|
|
|
|
|
|
|
<saaj-impl.version>1.3.18</saaj-impl.version>
|
|
|
|
|
|
|
|
<bcpkix-jdk15on.version>1.49</bcpkix-jdk15on.version>
|
|
|
|
|
|
|
|
<plexus-utils.version>3.0.21</plexus-utils.version>
|
|
|
|
|
|
|
|
<joda-time.version>2.2</joda-time.version>
|
|
|
|
|
|
|
|
<commons-io.version>2.4</commons-io.version>
|
|
|
|
|
|
|
|
<jsr311-api.version>1.1.1</jsr311-api.version>
|
|
|
|
|
|
|
|
<google.gson.version>2.3.1</google.gson.version>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<scm>
|
|
|
|