From 47d8baccf746142c8f416835edde84df475da2e2 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 19 Dec 2016 11:38:03 +0530 Subject: [PATCH] upgrading to latest version of identity --- .../pom.xml | 2 +- .../org.wso2.carbon.device.mgt.api/pom.xml | 4 +- .../org.wso2.carbon.device.mgt.core/pom.xml | 22 ++- .../dynamic-client-web/pom.xml | 2 +- .../pom.xml | 16 +-- .../pom.xml | 6 +- .../pom.xml | 2 +- .../pom.xml | 12 +- .../pom.xml | 12 +- .../pom.xml | 2 +- .../pom.xml | 2 +- pom.xml | 129 ++++++++++++++++-- 12 files changed, 165 insertions(+), 46 deletions(-) diff --git a/components/apimgt-extensions/org.wso2.carbon.apimgt.annotations/pom.xml b/components/apimgt-extensions/org.wso2.carbon.apimgt.annotations/pom.xml index 5422646ba7..735ba78d31 100644 --- a/components/apimgt-extensions/org.wso2.carbon.apimgt.annotations/pom.xml +++ b/components/apimgt-extensions/org.wso2.carbon.apimgt.annotations/pom.xml @@ -79,7 +79,7 @@ javax.servlet, javax.xml.*, javax.xml.parsers;version="${javax.xml.parsers.import.pkg.version}";resolution:=optional, - org.apache.commons.lang, + org.apache.commons.lang scribe;scope=compile|runtime;inline=false; diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.api/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.api/pom.xml index b700a238ca..46643ef529 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.api/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.api/pom.xml @@ -143,7 +143,7 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.user.mgt provided @@ -190,7 +190,7 @@ - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth.stub provided diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml index ee8e28b01f..146aaccd79 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml @@ -206,17 +206,37 @@ org.wso2.carbon.apimgt org.wso2.carbon.apimgt.api + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + + org.wso2.carbon.apimgt org.wso2.carbon.apimgt.impl + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + + org.apache.axis2.wso2 axis2 - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth.stub diff --git a/components/identity-extensions/dynamic-client-registration/dynamic-client-web/pom.xml b/components/identity-extensions/dynamic-client-registration/dynamic-client-web/pom.xml index c991e04bef..5479902d97 100644 --- a/components/identity-extensions/dynamic-client-registration/dynamic-client-web/pom.xml +++ b/components/identity-extensions/dynamic-client-registration/dynamic-client-web/pom.xml @@ -132,7 +132,7 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.mgt provided diff --git a/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration/pom.xml b/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration/pom.xml index 845fedafaf..b25edeed14 100644 --- a/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration/pom.xml +++ b/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.registration/pom.xml @@ -62,13 +62,9 @@ org.osgi.framework, org.osgi.service.component, org.wso2.carbon.context, - org.wso2.carbon.identity.application.common, - org.wso2.carbon.identity.application.common.model, - org.wso2.carbon.identity.application.mgt, - org.wso2.carbon.identity.application.mgt.stub, - org.wso2.carbon.identity.base, - org.wso2.carbon.identity.oauth, - org.wso2.carbon.identity.oauth.dto, + org.wso2.carbon.identity.application.*; version="${carbon.identity.imp.pkg.version}", + org.wso2.carbon.identity.base; version="${carbon.identity.imp.pkg.version}", + org.wso2.carbon.identity.oauth.*; version="${carbon.identity-inbound-auth-oauth.imp.pkg.version}", org.wso2.carbon.identity.sso.saml.admin, org.wso2.carbon.identity.sso.saml.dto, org.wso2.carbon.registry.api, @@ -98,15 +94,15 @@ org.wso2.carbon.utils - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.mgt - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.saml2 org.wso2.carbon.identity.sso.saml diff --git a/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.web.app.registration/pom.xml b/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.web.app.registration/pom.xml index 18460a5b1a..4fccb4077b 100644 --- a/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.web.app.registration/pom.xml +++ b/components/identity-extensions/dynamic-client-registration/org.wso2.carbon.dynamic.client.web.app.registration/pom.xml @@ -99,15 +99,15 @@ org.wso2.carbon.utils - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.mgt - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.core diff --git a/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml b/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml index ba6987d651..bac3fa25ca 100644 --- a/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml +++ b/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml @@ -35,7 +35,7 @@ - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth diff --git a/components/identity-extensions/org.wso2.carbon.identity.authenticator.backend.oauth/pom.xml b/components/identity-extensions/org.wso2.carbon.identity.authenticator.backend.oauth/pom.xml index 1009c2deef..9046b69ff7 100644 --- a/components/identity-extensions/org.wso2.carbon.identity.authenticator.backend.oauth/pom.xml +++ b/components/identity-extensions/org.wso2.carbon.identity.authenticator.backend.oauth/pom.xml @@ -35,11 +35,11 @@ org.wso2.carbon.utils - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.base - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.core @@ -51,7 +51,7 @@ org.wso2.carbon.logging - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.framework @@ -59,15 +59,15 @@ org.wso2.carbon.core.services - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.common - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth.stub diff --git a/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/pom.xml b/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/pom.xml index 3d93f580d2..da5f24876f 100644 --- a/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/pom.xml +++ b/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/pom.xml @@ -79,9 +79,9 @@ org.wso2.carbon.apimgt.impl.dto, org.wso2.carbon.context, org.wso2.carbon.core.util, - org.wso2.carbon.identity.base, - org.wso2.carbon.identity.core.util, - org.wso2.carbon.identity.oauth2.*, + org.wso2.carbon.identity.base; version="${carbon.identity.imp.pkg.version}", + org.wso2.carbon.identity.core.util; version="${carbon.identity.imp.pkg.version}", + org.wso2.carbon.identity.oauth2.*; version="${carbon.identity-inbound-auth-oauth.imp.pkg.version}", org.wso2.carbon.tomcat.ext.valves, org.wso2.carbon.user.api, org.wso2.carbon.user.core.service, @@ -166,15 +166,15 @@ axiom - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.base - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.core - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/pom.xml index 8550fbf05f..83944afa84 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/pom.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/pom.xml @@ -126,7 +126,7 @@ - org.wso2.carbon.identity:org.wso2.carbon.identity.oauth.stub:${identity.inbound.auth.oauth.version} + org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.stub:${identity.inbound.auth.oauth.version} org.wso2.orbit.com.fasterxml.jackson.core:jackson-annotations:${jackson-annotations.version} diff --git a/features/oauth-extensions/org.wso2.carbon.device.mgt.oauth.extensions.feature/pom.xml b/features/oauth-extensions/org.wso2.carbon.device.mgt.oauth.extensions.feature/pom.xml index 2e00bd0cae..dddf3702b0 100644 --- a/features/oauth-extensions/org.wso2.carbon.device.mgt.oauth.extensions.feature/pom.xml +++ b/features/oauth-extensions/org.wso2.carbon.device.mgt.oauth.extensions.feature/pom.xml @@ -37,7 +37,7 @@ - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth diff --git a/pom.xml b/pom.xml index cb38b4867c..4fe3e31f3c 100644 --- a/pom.xml +++ b/pom.xml @@ -321,12 +321,30 @@ org.wso2.carbon org.wso2.carbon.registry.api ${carbon.kernel.version} + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + + org.wso2.carbon org.wso2.carbon.registry.core ${carbon.kernel.version} + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + commons-io.wso2 commons-io @@ -413,6 +431,14 @@ org.wso2.carbon.governance.api ${carbon.governance.version} + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + org.apache.juddi.wso2 juddi @@ -467,6 +493,16 @@ org.wso2.carbon.governance org.wso2.carbon.governance.lcm ${carbon.governance.version} + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + + @@ -783,6 +819,14 @@ com.googlecode.json-simple.wso2 json-simple + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + @@ -800,6 +844,14 @@ org.wso2.carbon.apimgt.impl ${carbon.api.mgt.version} + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + org.wso2.carbon.mediation org.wso2.carbon.mediation.initializer @@ -931,6 +983,14 @@ org.wso2.carbon.apimgt.core ${carbon.api.mgt.version} + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + org.wso2.carbon org.wso2.carbon.core @@ -1049,27 +1109,27 @@ ${carbon.identity.framework.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.core ${carbon.identity.framework.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth.stub ${identity.inbound.auth.oauth.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.framework ${carbon.identity.framework.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth ${identity.inbound.auth.oauth.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.common ${carbon.identity.framework.version} @@ -1078,6 +1138,16 @@ org.wso2.carbon.identity.oauth2.grant.jwt ${identity.jwt.extension.version} + + org.wso2.carbon.identity.framework + org.wso2.carbon.user.mgt + ${carbon.identity.framework.version} + + + org.wso2.carbon.identity.framework + org.wso2.carbon.identity.base + ${carbon.identity.framework.version} + @@ -1196,7 +1266,7 @@ - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.mgt ${carbon.identity.framework.version} @@ -1244,6 +1314,14 @@ org.wso2.carbon.identity org.wso2.carbon.user.mgt + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + commons-codec.wso2 commons-codec @@ -1255,7 +1333,7 @@ - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.saml2 org.wso2.carbon.identity.sso.saml ${identity.inbound.auth.saml.version} @@ -1413,12 +1491,32 @@ org.wso2.carbon.registry org.wso2.carbon.registry.indexing ${carbon.registry.version} + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + + org.wso2.carbon.registry org.wso2.carbon.registry.common ${carbon.registry.version} + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt.stub + + + org.wso2.carbon.identity + org.wso2.carbon.user.mgt + + @@ -1811,15 +1909,20 @@ 4.7.2 - 5.2.2 - 5.1.3 - 5.1.1 + 5.6.17 + 5.2.7 + 5.2.2 + + + [5.1.0, 6.0.0) + [5.1.0, 6.0.0) + [5.1.0, 6.0.0) 4.6.1 - 4.6.5 + 4.7.0 1.2.11-wso2v10 @@ -1837,7 +1940,7 @@ [2.6.0,3.0.0) - 6.0.5 + 6.1.2 (5.0.0,7.0.0] @@ -1845,7 +1948,7 @@ [5.1.3,6.0.0) - 4.5.8 + 4.6.0 [4.4.8, 5.0.0)