diff --git a/components/device-mgt-mdm-android/org.wso2.carbon.device.mgt.mobile.android.impl/pom.xml b/components/device-mgt-mdm-android/org.wso2.carbon.device.mgt.mobile.android.impl/pom.xml index 068bc22d2f..928b346770 100644 --- a/components/device-mgt-mdm-android/org.wso2.carbon.device.mgt.mobile.android.impl/pom.xml +++ b/components/device-mgt-mdm-android/org.wso2.carbon.device.mgt.mobile.android.impl/pom.xml @@ -61,7 +61,7 @@ javax.naming, javax.sql, javax.xml.bind.annotation.*, - javax.xml.parsers, + javax.xml.parsers.*;resolution:=optional, org.w3c.dom, org.wso2.carbon.core, org.wso2.carbon.context, diff --git a/components/device-mgt-mdm-windows/org.wso2.carbon.device.mgt.mobile.windows.impl/pom.xml b/components/device-mgt-mdm-windows/org.wso2.carbon.device.mgt.mobile.windows.impl/pom.xml index 472a085ef2..ddbbe4bc24 100644 --- a/components/device-mgt-mdm-windows/org.wso2.carbon.device.mgt.mobile.windows.impl/pom.xml +++ b/components/device-mgt-mdm-windows/org.wso2.carbon.device.mgt.mobile.windows.impl/pom.xml @@ -61,7 +61,7 @@ javax.naming, javax.sql, javax.xml.bind.annotation.*, - javax.xml.parsers, + javax.xml.parsers.*;resolution:=optional, org.w3c.dom, org.wso2.carbon.core, org.wso2.carbon.context, diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.api/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.api/pom.xml index 2ccbcb4cbc..ae9fe11847 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.api/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.api/pom.xml @@ -39,8 +39,8 @@ maven-compiler-plugin - 1.5 - 1.5 + 1.7 + 1.7 2.3.2 @@ -163,10 +163,17 @@ org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.core provided + + + org.apache.axis2.wso2 + axis2-client + + org.wso2.carbon.devicemgt org.wso2.carbon.policy.mgt.core + provided org.apache.axis2.wso2 @@ -192,6 +199,7 @@ commons-codec commons-codec + provided diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml index d997fa5a09..e0d48a9593 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml @@ -62,7 +62,7 @@ javax.naming, javax.sql, javax.xml.bind.annotation.*, - javax.xml.parsers, + javax.xml.parsers.*;resolution:=optional, org.w3c.dom, org.wso2.carbon.core, org.wso2.carbon.context, diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml index 3182ef8544..aff511b063 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml @@ -1,23 +1,25 @@ + ~ Copyright (c) 2015, 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. + --> - + org.wso2.carbon.devicemgt-plugins @@ -32,7 +34,8 @@ 1.9.2-SNAPSHOT WSO2 Carbon - Mobile Device Management Feature http://wso2.org - This feature contains the core bundles required for Mobile Device Management functionality + This feature contains the core bundles required for Mobile Device Management + functionality @@ -48,20 +51,14 @@ org.wso2.carbon.devicemgt-plugins org.wso2.carbon.device.mgt.mobile.url.printer - - org.wso2.carbon.devicemgt - org.wso2.carbon.device.mgt.server.feature - zip - - - org.wso2.carbon.devicemgt - org.wso2.carbon.device.mgt.extensions.feature - zip - com.google.code.gson gson + + org.apache.cxf + cxf-rt-ws-security + @@ -108,7 +105,8 @@ org.wso2.carbon.device.mgt.mobile.api war true - ${basedir}/src/main/resources/webapps/ + ${basedir}/src/main/resources/webapps/ + mdm_admin.war @@ -129,21 +127,34 @@ org.wso2.carbon.device.mgt.mobile - ../../../features/etc/feature.properties + ../../../features/etc/feature.properties + - org.wso2.carbon.p2.category.type:server - org.eclipse.equinox.p2.type.group:false + org.wso2.carbon.p2.category.type:server + + org.eclipse.equinox.p2.type.group:false + - org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:${carbon.mobile.device.mgt.version} - org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.url.printer:${carbon.mobile.device.mgt.version} + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:${carbon.mobile.device.mgt.version} + + + org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.url.printer:${carbon.mobile.device.mgt.version} + - org.wso2.carbon.core.server:${carbon.kernel.version} - org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version} - org.wso2.carbon.device.mgt.extensions:${carbon.device.mgt.version} + + org.wso2.carbon.core.server:${carbon.kernel.version} + + + org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version} + + + org.wso2.carbon.device.mgt.extensions:${carbon.device.mgt.version} + diff --git a/pom.xml b/pom.xml index 8bcc8b2040..50d3752d52 100644 --- a/pom.xml +++ b/pom.xml @@ -1,21 +1,21 @@ + ~ Copyright (c) 2015, 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. + --> @@ -144,10 +144,6 @@ org.wso2.carbon org.wso2.carbon.registry.api - - xerces.wso2 - xercesImpl - @@ -229,24 +225,22 @@ org.wso2.carbon.devicemgt - org.wso2.carbon.policy.mgt.common + org.wso2.carbon.device.mgt.group.core ${carbon.device.mgt.version} org.wso2.carbon.devicemgt - org.wso2.carbon.policy.mgt.core + org.wso2.carbon.device.mgt.group.common ${carbon.device.mgt.version} org.wso2.carbon.devicemgt - org.wso2.carbon.device.mgt.server.feature - zip + org.wso2.carbon.policy.mgt.common ${carbon.device.mgt.version} org.wso2.carbon.devicemgt - org.wso2.carbon.device.mgt.extensions.feature - zip + org.wso2.carbon.policy.mgt.core ${carbon.device.mgt.version} @@ -303,17 +297,6 @@ ${javax.ws.rs.version} - - junit - junit - test - ${junit.version} - - - commons-httpclient.wso2 - commons-httpclient - ${orbit.version.commons-httpclient} - commons-codec commons-codec @@ -326,18 +309,6 @@ ${carbon.commons.version} - - org.wso2.carbon.identity - org.wso2.carbon.identity.oauth.stub - ${carbon.identity.version} - - - org.apache.axis2.wso2 - axis2-client - - - - org.eclipse.osgi @@ -380,24 +351,19 @@ h2-database-engine ${orbit.h2.engine.version} - - org.apache.tomcat.wso2 - jdbc-pool - ${orbit.tomcat.jdbc.pooling.version} - - + + org.wso2.carbon.apimgt + org.wso2.carbon.apimgt.core + ${carbon.api.mgt.version} + + + org.wso2.carbon + org.wso2.carbon.mediation.initializer + + + org.wso2.carbon.apimgt org.wso2.carbon.apimgt.api @@ -415,11 +381,7 @@ ${carbon.api.mgt.version} - org.apache.axis2.wso2 - axis2-client - - - org.wso2.carbon.mediation + org.wso2.carbon org.wso2.carbon.mediation.initializer @@ -522,17 +484,245 @@ com.googlecode.json-simple.wso2 json-simple - - org.apache.bsf - bsf-all - - - xerces - xercesImpl - + + + org.apache.cxf + cxf-rt-bindings-soap + ${cxf.version} + + + org.apache.cxf + cxf-rt-bindings-http + ${cxf.bindings.version} + + + org.apache.ws.security + wss4j + ${wss4j.security.version} + + + org.apache.cxf + cxf-rt-rs-extension-providers + ${cxf.version} + + + org.apache.cxf + cxf-rt-ws-security + ${cxf.version} + + + org.apache.wss4j + wss4j-ws-security-common + ${wss4j.security.common.version} + + + org.apache.ws.commons.axiom + axiom-api + ${axiom-api.version} + + + org.apache.ws.commons.axiom + axiom-impl + ${axiom-api.version} + + + log4j + log4j + ${log4j.version} + + + org.springframework + spring-web + ${spring-web.version} + + + org.springframework.ws + spring-ws-security + ${spring-ws-security.version} + + + org.springframework + spring-context + ${spring-web.version} + + + com.sun.xml.ws + jaxws-rt + ${jaxws-rt.version} + + + com.sun.xml.messaging.saaj + saaj-impl + ${saaj-impl.version} + + + org.bouncycastle + bcpkix-jdk15on + ${bcpkix-jdk15on.version} + + + org.bouncycastle + bcprov-jdk15on + ${bcpkix-jdk15on.version} + + + org.codehaus.plexus + plexus-utils + ${plexus-utils.version} + + + com.madgag.spongycastle + pkix + ${spongycastle.version} + + + com.madgag.spongycastle + prov + ${spongycastle.version} + + + com.madgag.spongycastle + core + ${spongycastle.version} + + + joda-time + joda-time + ${joda-time.version} + + + + + org.wso2.carbon + org.wso2.carbon.tomcat.ext + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.tomcat + ${carbon.kernel.version} + + + org.wso2.tomcat + tomcat-servlet-api + ${orbit.version.tomcat-servlet-api} + + + org.wso2.tomcat + tomcat + ${orbit.tomcat.version} + + + org.apache.tomcat.wso2 + jdbc-pool + ${orbit.tomcat.jdbc.pooling.version} + + + + + commons-httpclient.wso2 + commons-httpclient + ${orbit.version.commons-httpclient} + + + commons-io + commons-io + ${commons-io.version} + + + org.wso2.carbon.identity + org.wso2.carbon.identity.oauth.stub + ${carbon.identity.version} + provided + + + junit + junit + test + ${junit.version} + + + + org.wso2.carbon.devicemgt + org.wso2.carbon.dynamic.client.registration + ${carbon.device.mgt.version} + + + org.codehaus.jackson + jackson-jaxrs + 1.9.0 + + + + + + org.wso2.carbon.appmgt + org.wso2.carbon.appmgt.core.feature + ${appmgt..feature.version} + + + + + org.wso2.carbon.appmgt + org.wso2.carbon.appmgt.feature + ${appmgt..feature.version} + + + + + + + + + + org.wso2.carbon.appmgt + org.wso2.carbon.appmgt.mdm.wso2emm.feature + ${appmgt..feature.version} + + + org.wso2.carbon.appmgt + org.wso2.carbon.appmgt.mdm.wso2mdm.feature + ${appmgt..feature.version} + + + + org.wso2.carbon.appmgt + org.wso2.carbon.appmgt.mobile.feature + ${appmgt..feature.version} + + + org.wso2.carbon.appmgt + org.wso2.carbon.appmgt.publisher.feature + ${appmgt..feature.version} + + + org.wso2.carbon.appmgt + org.wso2.carbon.appmgt.services.api.feature + ${appmgt..feature.version} + + + + + + + + org.wso2.carbon.appmgt + org.wso2.carbon.appmgt.store.feature + ${appmgt..feature.version} + + + + + + + org.wso2.ciphertool + org.wso2.ciphertool + ${cipher.tool.version} + + org.wso2.carbon @@ -635,7 +825,7 @@ 4.8.2 - 4.3.1 + 4.4.2 6.8 @@ -644,8 +834,11 @@ 1.2.140.wso2v3 - 7.0.52.wso2v5 + + + 7.0.59.wso2v1 7.0.34.wso2v2 + 7.0.59.wso2v1 2.7.16 @@ -685,8 +878,20 @@ 1.49 2.0.0 3.0.21 - 2.2.4 - + 1.6.17 + 2.0.0 + 1.2.14 + 1.2.17 + 3.0.5.RELEASE + 2.1.0.RELEASE + 2.2.8 + 1.3.18 + 1.49 + 3.0.21 + 2.2 + 2.4 + 1.1.1 + 2.3.1