diff --git a/components/auth-proxy-service/pom.xml b/components/auth-proxy-service/pom.xml index 27b47655..3d670b3e 100644 --- a/components/auth-proxy-service/pom.xml +++ b/components/auth-proxy-service/pom.xml @@ -64,7 +64,7 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.user.registration.stub provided @@ -96,7 +96,7 @@ - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.framework provided diff --git a/components/authenticate-selector/pom.xml b/components/authenticate-selector/pom.xml index 3c037fdb..288455ed 100644 --- a/components/authenticate-selector/pom.xml +++ b/components/authenticate-selector/pom.xml @@ -31,7 +31,7 @@ - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.common @@ -39,7 +39,7 @@ org.wso2.carbon.utils - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.core @@ -68,7 +68,7 @@ org.osgi.framework, - *;resolution:=optional + *;resolution:=optional com.wso2telco.* diff --git a/components/authentication-endpoint/pom.xml b/components/authentication-endpoint/pom.xml index 05dae483..11c07f84 100644 --- a/components/authentication-endpoint/pom.xml +++ b/components/authentication-endpoint/pom.xml @@ -76,12 +76,12 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.endpoint.util provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.framework provided diff --git a/components/gsma-authenticators/pom.xml b/components/gsma-authenticators/pom.xml index 9c9693f5..b1003204 100644 --- a/components/gsma-authenticators/pom.xml +++ b/components/gsma-authenticators/pom.xml @@ -30,15 +30,15 @@ - 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.framework org.wso2.carbon.identity.application.authentication.framework @@ -96,22 +96,22 @@ commons-logging - org.wso2.carbon.identity + org.wso2.carbon.identity.user.ws org.wso2.carbon.um.ws.api.stub jar provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.endpoint.util provided - - org.wso2.carbon.identity - org.wso2.carbon.um.ws.api.stub - jar - provided - + + + + + + com.wso2telco.core sp-config-util diff --git a/components/ids-data-publisher/pom.xml b/components/ids-data-publisher/pom.xml index 047a0953..eb2d607f 100644 --- a/components/ids-data-publisher/pom.xml +++ b/components/ids-data-publisher/pom.xml @@ -68,7 +68,7 @@ ${carbon.analytics.common.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.framework diff --git a/components/openid-token-builder/pom.xml b/components/openid-token-builder/pom.xml index 8ddc56fa..719a1777 100644 --- a/components/openid-token-builder/pom.xml +++ b/components/openid-token-builder/pom.xml @@ -29,11 +29,11 @@ - 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 @@ -51,7 +51,7 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.framework @@ -72,7 +72,7 @@ - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.core diff --git a/components/openid-token-builder/src/main/java/com/wso2telco/grant/handler/CustomAuthCodeGrant.java b/components/openid-token-builder/src/main/java/com/wso2telco/grant/handler/CustomAuthCodeGrant.java index 2e5ef9e0..051dd029 100644 --- a/components/openid-token-builder/src/main/java/com/wso2telco/grant/handler/CustomAuthCodeGrant.java +++ b/components/openid-token-builder/src/main/java/com/wso2telco/grant/handler/CustomAuthCodeGrant.java @@ -22,17 +22,24 @@ import org.json.JSONException; import org.json.JSONObject; import org.wso2.carbon.identity.application.common.model.ClaimMapping; +import org.wso2.carbon.identity.base.IdentityConstants; +import org.wso2.carbon.identity.base.IdentityException; +import org.wso2.carbon.identity.core.util.IdentityUtil; import org.wso2.carbon.identity.oauth.cache.AuthorizationGrantCache; import org.wso2.carbon.identity.oauth.cache.AuthorizationGrantCacheEntry; import org.wso2.carbon.identity.oauth.cache.AuthorizationGrantCacheKey; import org.wso2.carbon.identity.oauth.cache.OAuthCacheKey; import org.wso2.carbon.identity.oauth2.IdentityOAuth2Exception; +import org.wso2.carbon.identity.oauth2.dao.OAuthTokenPersistenceFactory; import org.wso2.carbon.identity.oauth2.dto.OAuth2AccessTokenRespDTO; import org.wso2.carbon.identity.oauth2.model.AccessTokenDO; +import org.wso2.carbon.identity.oauth2.model.AuthzCodeDO; import org.wso2.carbon.identity.oauth2.token.OAuthTokenReqMessageContext; import org.wso2.carbon.identity.oauth2.token.handlers.grant.AuthorizationCodeGrantHandler; import org.wso2.carbon.identity.oauth2.util.OAuth2Util; +import static org.wso2.carbon.identity.openidconnect.OIDCConstants.CODE_ID; + import java.io.*; import java.nio.charset.StandardCharsets; import java.util.*; @@ -258,19 +265,30 @@ private OAuth2AccessTokenRespDTO provideAlreadyISIssedToken(FederatedIdpMappingD + tokReqMsgCtx.getOauth2AccessTokenReqDTO().getClientId() + " from database"); } - invalidateAuthCode(tokReqMsgCtx.getOauth2AccessTokenReqDTO().getAuthorizationCode(), - existingAccessTokenDO.getTokenId()); + deactivateAuthzCode(tokReqMsgCtx, existingAccessTokenDO.getTokenId(), + tokReqMsgCtx.getOauth2AccessTokenReqDTO().getAuthorizationCode()); clearCacheForAuthCode(tokReqMsgCtx); tokenRespDTO = prepareFromExistingToken(existingAccessTokenDO, tokReqMsgCtx); return tokenRespDTO; } - private void invalidateAuthCode(String authCode, String tokenId) throws IdentityOAuth2Exception { - - this.tokenMgtDAO.deactivateAuthorizationCode(authCode, tokenId); - - if (isdebug) { - log.debug(" Successfully deactivated the authcode used to generate access token, authCode : " + authCode); + private void deactivateAuthzCode(OAuthTokenReqMessageContext tokReqMsgCtx, String tokenId, + String authzCode) throws IdentityOAuth2Exception { + try { + // Here we deactivate the authorization and in the process update the tokenId against the authorization + // code so that we can correlate the current access token that is valid against the authorization code. + AuthzCodeDO authzCodeDO = new AuthzCodeDO(); + authzCodeDO.setAuthorizationCode(authzCode); + authzCodeDO.setOauthTokenId(tokenId); + authzCodeDO.setAuthzCodeId(tokReqMsgCtx.getProperty(CODE_ID).toString()); + OAuthTokenPersistenceFactory.getInstance().getAuthorizationCodeDAO() + .deactivateAuthorizationCode(authzCodeDO); + if (log.isDebugEnabled() + && IdentityUtil.isTokenLoggable(IdentityConstants.IdentityTokens.AUTHORIZATION_CODE)) { + log.debug("Deactivated authorization code : " + authzCode); + } + } catch (IdentityException e) { + throw new IdentityOAuth2Exception("Error occurred while deactivating authorization code", e); } } diff --git a/components/session-updater/pom.xml b/components/session-updater/pom.xml index 4750ed18..64bc9e4f 100644 --- a/components/session-updater/pom.xml +++ b/components/session-updater/pom.xml @@ -35,12 +35,12 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.mgt.stub provided - org.wso2.carbon.identity + org.wso2.carbon.identity.user.ws org.wso2.carbon.um.ws.api.stub provided @@ -87,7 +87,7 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.framework provided diff --git a/components/token-introspection/pom.xml b/components/token-introspection/pom.xml index 7f0ee6d8..3ba4148d 100644 --- a/components/token-introspection/pom.xml +++ b/components/token-introspection/pom.xml @@ -137,7 +137,7 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth provided diff --git a/components/user-claim-retriever/pom.xml b/components/user-claim-retriever/pom.xml index a38c8766..cb83c70f 100644 --- a/components/user-claim-retriever/pom.xml +++ b/components/user-claim-retriever/pom.xml @@ -40,7 +40,7 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth provided @@ -55,7 +55,7 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.framework provided @@ -82,8 +82,13 @@ com.google.code.gson gson + + org.wso2.carbon.identity.framework + org.wso2.carbon.claim.mgt + provided + - + diff --git a/components/user-registration/pom.xml b/components/user-registration/pom.xml index 84789c31..88fd80a5 100644 --- a/components/user-registration/pom.xml +++ b/components/user-registration/pom.xml @@ -90,7 +90,7 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.user.registration.stub provided @@ -126,7 +126,7 @@ provided - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.mgt.stub provided diff --git a/features/com.wso2telco.ids.authenticateselector.feature/pom.xml b/features/com.wso2telco.ids.authenticateselector.feature/pom.xml index 9a803d7e..a3376046 100644 --- a/features/com.wso2telco.ids.authenticateselector.feature/pom.xml +++ b/features/com.wso2telco.ids.authenticateselector.feature/pom.xml @@ -46,9 +46,9 @@ com.wso2telco.core:mnc-resolver:${com.wso2telco.core.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.core:${identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.core:${identity.framework.version} org.wso2.carbon:org.wso2.carbon.utils:${carbon.kernel.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.application.common:${identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.application.common:${identity.framework.version} com.wso2telco.ids:authenticate-selector:${com.wso2telco.ids.version} diff --git a/features/com.wso2telco.ids.saaserver.feature/pom.xml b/features/com.wso2telco.ids.saaserver.feature/pom.xml index 19d71cde..db52e878 100644 --- a/features/com.wso2telco.ids.saaserver.feature/pom.xml +++ b/features/com.wso2telco.ids.saaserver.feature/pom.xml @@ -110,10 +110,10 @@ org.wso2.carbon:org.wso2.carbon.authenticator.stub:${carbon.kernel.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.mgt.stub:${identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.mgt.stub:${identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.um.ws.api.stub:${identity.user.ws.version} + org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.api.stub:${identity.user.ws.version} commons-codec.wso2:commons-codec:${commons-codec.version} diff --git a/features/com.wso2telco.ids.sessionupdater.ui.feature/pom.xml b/features/com.wso2telco.ids.sessionupdater.ui.feature/pom.xml index ab814fbe..89348ed0 100644 --- a/features/com.wso2telco.ids.sessionupdater.ui.feature/pom.xml +++ b/features/com.wso2telco.ids.sessionupdater.ui.feature/pom.xml @@ -26,12 +26,12 @@ ${carbon.kernel.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.mgt.stub ${identity.framework.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.user.ws org.wso2.carbon.um.ws.api.stub ${identity.user.ws.version} @@ -147,10 +147,10 @@ org.wso2.carbon:org.wso2.carbon.authenticator.stub:${carbon.kernel.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.mgt.stub:${identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.mgt.stub:${identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.um.ws.api.stub:${identity.user.ws.version} + org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.api.stub:${identity.user.ws.version} commons-codec.wso2:commons-codec:${commons-codec.version} diff --git a/parent/pom.xml b/parent/pom.xml index c1015734..96706985 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -7,909 +7,920 @@ 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. --> - - - 4.0.0 - - - org.wso2 - wso2 - 1 - - com.wso2telco.ids - component-ids-parent - pom - 2.3.0 - WSO2Telco Core - Component - WSO2Telco Core Aggregate Perent pom - http://wso2telco.com - - - 3.0.0 - - - - - wso2Telco.snapshots - Snapshot repo - http://maven.wso2telco.com/nexus/content/repositories/snapshots - - - - wso2telco.releases - release repo - http://maven.wso2telco.com/nexus/content/repositories/releases/ - - - - - https://github.com/WSO2Telco/component-ids.git - scm:git:https://github.com/WSO2Telco/component-ids.git - scm:git:https://github.com/WSO2Telco/component-ids.git - v2_3_0 - - - - - - - wso2telco-nexus - WSO2Telco internal Repository - http://maven.wso2telco.com/nexus/content/groups/public/ - - true - daily - ignore - - - - wso2telco.releases - WSO2 internal Repository - http://maven.wso2telco.com/nexus/content/repositories/releases/ - - true - daily - ignore - - - - wso2Telco.snapshots - WSO2Telco Snapshot Repository - http://maven.wso2telco.com/nexus/content/repositories/snapshots/ - - true - daily - - - false - - - - - - - - - wso2telco-nexus - WSO2Telco internal Repository - http://maven.wso2telco.com/nexus/content/groups/public/ - - true - daily - ignore - - - - - wso2telco.releases - WSO2 internal Repository - http://maven.wso2telco.com/nexus/content/repositories/releases/ - - true - daily - ignore - - - - wso2Telco.snapshots - WSO2Telco Snapshot Repository - http://maven.wso2telco.com/nexus/content/repositories/snapshots/ - - true - daily - - - false - - - - - - - - - org.json - json - ${json.version} - - - org.apache.amber.wso2 - amber - ${amber.version} - - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - com.googlecode.json-simple - json-simple - ${json.simple.version} - - - - - org.apache.sling - org.apache.sling.commons.json - ${org.apache.sling.commons.json.version} - - - - - - org.eclipse.osgi - org.eclipse.osgi - ${version.equinox.osgi} - - - org.eclipse.osgi - org.eclipse.osgi.services - ${version.equinox.osgi.services} - - - org.wso2.carbon - javax.cache.wso2 - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.user.core - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.registry.core - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.core.services - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.logging - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.server.admin - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.core - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.core.common - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.user.api - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.utils - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.ui - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.ui.menu.tools - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.ndatasource.core - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.ndatasource.rdbms - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.authenticator.proxy - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.base - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.authenticator.stub - ${carbon.kernel.version} - - - org.wso2.carbon - org.wso2.carbon.core.ui - ${carbon.kernel.version} - - - - org.apache.neethi.wso2 - neethi - ${neethi.osgi.version} - - - org.apache.axis2.wso2 - axis2 - ${axis2.wso2.version} - - - org.apache.axis2.wso2 - axis2-client - ${axis2.wso2.version} - - - org.apache.axis2.transport - axis2-transport-mail - ${axis2-transports.version} - - - org.apache.ws.commons.axiom.wso2 - axiom - ${axiom.wso2.version} - - - - org.apache.rampart.wso2 - rampart-core - ${rampart.wso2.version} - - - org.apache.rampart.wso2 - rampart-policy - ${rampart.wso2.version} - - - org.apache.rampart.wso2 - rampart-trust - ${rampart.wso2.version} - - - - org.apache.ws.security.wso2 - wss4j - ${wss4j.version} - - - - org.wso2.charon - org.wso2.charon.core - ${charon.wso2.version.identity} - - - org.wso2.charon - org.wso2.charon.utils - ${charon.wso2.version.identity} - - - - opensaml.wso2 - opensaml - ${opensaml.wso2.version} - - - - org.wso2.balana - org.wso2.balana - ${balana.version} - - - com.google.gdata.wso2 - gdata-core - ${gdata-core.wso2.version} - - - - org.igniterealtime.smack.wso2 - smack - ${smack.wso2.version} - - - org.igniterealtime.smack.wso2 - smackx - ${smackx.wso2.version} - - - - libthrift.wso2 - libthrift - ${libthrift.wso2.version} - - - - org.wso2.carbon.commons - org.wso2.carbon.discovery.core - ${carbon.commons.version} - - - org.wso2.carbon.commons - org.wso2.carbon.discovery.ui - ${carbon.commons.version} - - - - org.apache.cxf.wso2 - cxf-bundle - ${cxf-bundle.wso2.version} - - - org.wso2.securevault - org.wso2.securevault - ${org.wso2.securevault.version} - - - - org.wso2.orbit.org.apache.directory - apacheds - ${orbit.version.apacheds} - - - - org.apache.directory.shared - shared-ldap-schema - ${version.apacheds.shared.ldap} - - - log4j - log4j - ${log4j.version} - - - xerces.wso2 - xercesImpl - ${xercesImpl.version} - - - - commons-fileupload.wso2 - commons-fileupload - ${commons-fileupload.wso2.version} - - - - junit - junit - test - ${junit.version} - - - au.com.bytecode.opencsv.wso2 - opencsv - ${opencsv.wso2.version} - - - org.apache.poi.wso2 - poi-scratchpad - ${apache.poi.wso2.version} - - - org.apache.poi.wso2 - poi-ooxml - ${apache.poi.wso2.version} - - - - org.apache.ws.commons.axiom - axiom-api - ${axiom.version} - - - wsdl4j.wso2 - wsdl4j - ${wsdl4j.wso2.version} - - - org.apache.ws.commons.schema.wso2 - XmlSchema - ${orbit.version.xmlschema} - - - commons-logging - commons-logging - ${commons-logging.version} - - - - opensaml.wso2 - opensaml2 - ${opensaml2.wso2.version} - - - - org.wso2.carbon.commons - org.wso2.carbon.wsdl2form - ${carbon.commons.version} - - - - kaptcha.wso2 - kaptcha - ${kaptcha.wso2.version} - - - com.google.code - kaptcha - - - - - - org.apache.ws.commons.axiom - axiom-impl - ${axiom.version} - - - org.apache.ws.commons.axiom - axiom-dom - ${axiom.version} - - - commons-httpclient.wso2 - commons-httpclient - ${commons-httpclient.wso2.version} - - - commons-io.wso2 - commons-io - ${commons-io.wso2.version} - - - - com.google.api-client - google-api-client - ${com.google.client.version} - - - com.google.apis - google-api-services-admin - ${com.google.service.api.version} - - - com.google.http-client - google-http-client - ${com.google.client.version} - - - com.google.http-client - google-http-client-jackson2 - ${com.google.client.version} - - - com.google.oauth-client - google-oauth-client - ${com.google.client.version} - - - com.fasterxml.jackson.core - jackson-core - ${com.fasterxml.jackson.version} - - - com.fasterxml.jackson.core - jackson-annotations - ${com.fasterxml.jackson.annotation.version} - - - com.fasterxml.jackson.core - jackson-databind - ${com.fasterxml.jackson.annotation.version} - - - com.google.code.findbugs - jsr305 - ${com.google.code.findbugs.version} - - - org.apache.wink - wink-client - ${apache.wink.version} - - - org.openspml - openspml2 - ${openspml.version} - - - commons-lang.wso2 - commons-lang - ${commons-lang.wso2.version} - - - commons-codec.wso2 - commons-codec - ${commons-codec.version} - - - commons-collections.wso2 - commons-collections - ${commons-collections.version} - - - org.apache.httpcomponents.wso2 - httpcore - ${httpcore.version} - - - org.testng - testng - ${testng.version} - - - - org.openid4java - openid4java - ${openid4java.version} - - - org.wso2.orbit.org.openid4java - openid4java - ${openid4java.wso2.version} - - - com.google.step2.wso2 - step2 - ${google.step2.wso2.version} - - - - com.google.guice.wso2 - guice - ${google.guice.wso2.version} - - - - org.wso2.orbit.org.apache.httpcomponents - httpclient - ${httpcomponents-httpclient.wso2.version} - - - - javax.servlet - javax.servlet-api - ${javax.servlet-api.version} - - - com.google.code.gson - gson - ${com.google.code.gson.version} - - - - org.wso2.orbit.org.apache.oltu.oauth2 - oltu - ${oltu.version} - - - com.thetransactioncompany.wso2 - cors-filter - ${thetransactioncompany.cors-filter.wso2.version} - - - com.thetransactioncompany.wso2 - java-property-utils - ${thetransactioncompany.utils.wso2.version} - - - javax.ws.rs - jsr311-api - ${jsr311-api.version} - provided - - - org.eclipse.equinox - javax.servlet - ${version.javax.servlet} - - - org.opensaml - opensaml - ${opensaml.version} - - - javax.servlet - servlet-api - ${servlet-api.version} - - - - org.wso2.carbon.commons - org.wso2.carbon.tenant.common - ${carbon.commons.version} - - - - org.slf4j - slf4j-log4j12 - ${org.slf4j.verison} - - - - org.slf4j - slf4j-api - ${org.slf4j.verison} - - - backport-util-concurrent.wso2 - backport-util-concurrent - ${orbit.version.backport.util} - - - - org.hectorclient.wso2 - hector-core - ${hector-core.wso2.version} - - - - org.wso2.carbon.identity - org.wso2.carbon.captcha.mgt - ${carbon.captcha.mgt.version} - - - - org.wso2.orbit.org.owasp.encoder - encoder - ${encoder.wso2.version} - - - - - org.wso2.balana - org.wso2.balana.utils - ${balana.version} - - - - tomcat - tomcat-util - ${tomcat-util.version} - - - org.wso2.orbit.com.github.dblock.waffle - waffle-jna - ${waffle-jna.wso2.version} - - - - - - jdom.wso2 - jdom - ${jdom.wso2.version} - - - - com.google.guava.wso2 - guava - ${google.guava.wso2.version} - - - - org.json.wso2 - json - ${json.wso2.version} - - - org.wso2.orbit.com.nimbusds - nimbus-jose-jwt - ${nimbusds.version} - - - net.minidev - json-smart - ${json-smart.version} - - - org.apache.directory.server - apacheds-protocol-ldap - ${apacheds.core.version} - - - apacheds-protocol-kerberos - org.apache.directory.server - ${apacheds.core.version} - - - apacheds-interceptor-kerberos - org.apache.directory.server - ${apacheds.core.version} - - - apacheds-core-annotations - org.apache.directory.server - ${apacheds.core.version} - - - com.yubico - u2flib-server-core - ${com.yubico.version} - - - com.google.guava - guava - ${google.guava.version} - - - javax.servlet - jstl - ${javax.servelet.jstl.version} - - - - org.apache.oltu.oauth2 - org.apache.oltu.oauth2.client - ${org.apache.oltu.oauth2.client.version} - - - net.sf.ehcache.wso2 - ehcache - ${ehcache.version} - - - - com.jayway.jsonpath - json-path - ${json.path.version} - - - - org.apache.felix - org.apache.felix.scr.annotations - ${org.apache.felix.scr.annotations.version} - - - com.jayway.jsonpath.wso2 - json-path - 1.2.0.wso2v1 - - - com.wso2telco.core - mnc-resolver - ${com.wso2telco.core.version} - - - com.wso2telco.core - sp-config-util - ${com.wso2telco.core.version} - - - com.wso2telco.core - pcr-service - ${com.wso2telco.core.version} - + + + 4.0.0 + + + org.wso2 + wso2 + 1 + + com.wso2telco.ids + component-ids-parent + pom + 2.3.0 + WSO2Telco Core - Component + WSO2Telco Core Aggregate Perent pom + http://wso2telco.com + + + 3.0.0 + + + + + wso2Telco.snapshots + Snapshot repo + http://maven.wso2telco.com/nexus/content/repositories/snapshots + + + + wso2telco.releases + release repo + http://maven.wso2telco.com/nexus/content/repositories/releases/ + + + + + https://github.com/WSO2Telco/component-ids.git + scm:git:https://github.com/WSO2Telco/component-ids.git + scm:git:https://github.com/WSO2Telco/component-ids.git + v2_3_0 + + + + + + + wso2-nexus + WSO2 internal Repository + http://maven.wso2.org/nexus/content/groups/wso2-public/ + + true + daily + ignore + + + + + wso2telco-nexus + WSO2Telco internal Repository + http://maven.wso2telco.com/nexus/content/groups/public/ + + true + daily + ignore + + + + wso2telco.releases + WSO2 internal Repository + http://maven.wso2telco.com/nexus/content/repositories/releases/ + + true + daily + ignore + + + + wso2Telco.snapshots + WSO2Telco Snapshot Repository + http://maven.wso2telco.com/nexus/content/repositories/snapshots/ + + true + daily + + + false + + + + + + + + + wso2telco-nexus + WSO2Telco internal Repository + http://maven.wso2telco.com/nexus/content/groups/public/ + + true + daily + ignore + + + + + wso2telco.releases + WSO2 internal Repository + http://maven.wso2telco.com/nexus/content/repositories/releases/ + + true + daily + ignore + + + + wso2Telco.snapshots + WSO2Telco Snapshot Repository + http://maven.wso2telco.com/nexus/content/repositories/snapshots/ + + true + daily + + + false + + + + + + + + + org.json + json + ${json.version} + + + org.apache.amber.wso2 + amber + ${amber.version} + + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + com.googlecode.json-simple + json-simple + ${json.simple.version} + + + + + org.apache.sling + org.apache.sling.commons.json + ${org.apache.sling.commons.json.version} + + + + + + org.eclipse.osgi + org.eclipse.osgi + ${version.equinox.osgi} + + + org.eclipse.osgi + org.eclipse.osgi.services + ${version.equinox.osgi.services} + + + org.wso2.carbon + javax.cache.wso2 + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.user.core + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.registry.core + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.core.services + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.logging + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.server.admin + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.core + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.core.common + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.user.api + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.utils + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.ui + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.ui.menu.tools + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.ndatasource.core + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.ndatasource.rdbms + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.authenticator.proxy + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.base + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.authenticator.stub + ${carbon.kernel.version} + + + org.wso2.carbon + org.wso2.carbon.core.ui + ${carbon.kernel.version} + + + + org.apache.neethi.wso2 + neethi + ${neethi.osgi.version} + + + org.apache.axis2.wso2 + axis2 + ${axis2.wso2.version} + + + org.apache.axis2.wso2 + axis2-client + ${axis2.wso2.version} + + + org.apache.axis2.transport + axis2-transport-mail + ${axis2-transports.version} + + + org.apache.ws.commons.axiom.wso2 + axiom + ${axiom.wso2.version} + + + + org.apache.rampart.wso2 + rampart-core + ${rampart.wso2.version} + + + org.apache.rampart.wso2 + rampart-policy + ${rampart.wso2.version} + + + org.apache.rampart.wso2 + rampart-trust + ${rampart.wso2.version} + + + + org.apache.ws.security.wso2 + wss4j + ${wss4j.version} + + + + org.wso2.charon + org.wso2.charon.core + ${charon.wso2.version.identity} + + + org.wso2.charon + org.wso2.charon.utils + ${charon.wso2.version.identity} + + + + opensaml.wso2 + opensaml + ${opensaml.wso2.version} + + + + org.wso2.balana + org.wso2.balana + ${balana.version} + + + com.google.gdata.wso2 + gdata-core + ${gdata-core.wso2.version} + + + + org.igniterealtime.smack.wso2 + smack + ${smack.wso2.version} + + + org.igniterealtime.smack.wso2 + smackx + ${smackx.wso2.version} + + + + libthrift.wso2 + libthrift + ${libthrift.wso2.version} + + + + org.wso2.carbon.commons + org.wso2.carbon.discovery.core + ${carbon.commons.version} + + + org.wso2.carbon.commons + org.wso2.carbon.discovery.ui + ${carbon.commons.version} + + + + org.apache.cxf.wso2 + cxf-bundle + ${cxf-bundle.wso2.version} + + + org.wso2.securevault + org.wso2.securevault + ${org.wso2.securevault.version} + + + + org.wso2.orbit.org.apache.directory + apacheds + ${orbit.version.apacheds} + + + + org.apache.directory.shared + shared-ldap-schema + ${version.apacheds.shared.ldap} + + + log4j + log4j + ${log4j.version} + + + xerces.wso2 + xercesImpl + ${xercesImpl.version} + + + + commons-fileupload.wso2 + commons-fileupload + ${commons-fileupload.wso2.version} + + + + junit + junit + test + ${junit.version} + + + au.com.bytecode.opencsv.wso2 + opencsv + ${opencsv.wso2.version} + + + org.apache.poi.wso2 + poi-scratchpad + ${apache.poi.wso2.version} + + + org.apache.poi.wso2 + poi-ooxml + ${apache.poi.wso2.version} + + + + org.apache.ws.commons.axiom + axiom-api + ${axiom.version} + + + wsdl4j.wso2 + wsdl4j + ${wsdl4j.wso2.version} + + + org.apache.ws.commons.schema.wso2 + XmlSchema + ${orbit.version.xmlschema} + + + commons-logging + commons-logging + ${commons-logging.version} + + + + org.wso2.orbit.org.opensaml + opensaml + ${opensaml2.wso2.version} + + + + org.wso2.carbon.commons + org.wso2.carbon.wsdl2form + ${carbon.commons.version} + + + + kaptcha.wso2 + kaptcha + ${kaptcha.wso2.version} + + + com.google.code + kaptcha + + + + + + org.apache.ws.commons.axiom + axiom-impl + ${axiom.version} + + + org.apache.ws.commons.axiom + axiom-dom + ${axiom.version} + + + commons-httpclient.wso2 + commons-httpclient + ${commons-httpclient.wso2.version} + + + commons-io.wso2 + commons-io + ${commons-io.wso2.version} + + + + com.google.api-client + google-api-client + ${com.google.client.version} + + + com.google.apis + google-api-services-admin + ${com.google.service.api.version} + + + com.google.http-client + google-http-client + ${com.google.client.version} + + + com.google.http-client + google-http-client-jackson2 + ${com.google.client.version} + + + com.google.oauth-client + google-oauth-client + ${com.google.client.version} + + + com.fasterxml.jackson.core + jackson-core + ${com.fasterxml.jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${com.fasterxml.jackson.annotation.version} + + + com.fasterxml.jackson.core + jackson-databind + ${com.fasterxml.jackson.annotation.version} + + + com.google.code.findbugs + jsr305 + ${com.google.code.findbugs.version} + + + org.apache.wink + wink-client + ${apache.wink.version} + + + org.openspml + openspml2 + ${openspml.version} + + + commons-lang.wso2 + commons-lang + ${commons-lang.wso2.version} + + + commons-codec.wso2 + commons-codec + ${commons-codec.version} + + + commons-collections.wso2 + commons-collections + ${commons-collections.version} + + + org.apache.httpcomponents.wso2 + httpcore + ${httpcore.version} + + + org.testng + testng + ${testng.version} + + + + org.openid4java + openid4java + ${openid4java.version} + + + org.wso2.orbit.org.openid4java + openid4java + ${openid4java.wso2.version} + + + com.google.step2.wso2 + step2 + ${google.step2.wso2.version} + + + + com.google.guice.wso2 + guice + ${google.guice.wso2.version} + + + + org.wso2.orbit.org.apache.httpcomponents + httpclient + ${httpcomponents-httpclient.wso2.version} + + + + javax.servlet + javax.servlet-api + ${javax.servlet-api.version} + + + com.google.code.gson + gson + ${com.google.code.gson.version} + + + + org.wso2.orbit.org.apache.oltu.oauth2 + oltu + ${oltu.version} + + + com.thetransactioncompany.wso2 + cors-filter + ${thetransactioncompany.cors-filter.wso2.version} + + + com.thetransactioncompany.wso2 + java-property-utils + ${thetransactioncompany.utils.wso2.version} + + + javax.ws.rs + jsr311-api + ${jsr311-api.version} + provided + + + org.eclipse.equinox + javax.servlet + ${version.javax.servlet} + + + org.opensaml + opensaml + ${opensaml.version} + + + javax.servlet + servlet-api + ${servlet-api.version} + + + + org.wso2.carbon.commons + org.wso2.carbon.tenant.common + ${carbon.commons.version} + + + + org.slf4j + slf4j-log4j12 + ${org.slf4j.verison} + + + + org.slf4j + slf4j-api + ${org.slf4j.verison} + + + backport-util-concurrent.wso2 + backport-util-concurrent + ${orbit.version.backport.util} + + + + org.hectorclient.wso2 + hector-core + ${hector-core.wso2.version} + + + + org.wso2.carbon.identity.framework + org.wso2.carbon.captcha.mgt + ${carbon.captcha.mgt.version} + + + + org.wso2.orbit.org.owasp.encoder + encoder + ${encoder.wso2.version} + + + + + org.wso2.balana + org.wso2.balana.utils + ${balana.version} + + + + tomcat + tomcat-util + ${tomcat-util.version} + + + org.wso2.orbit.com.github.dblock.waffle + waffle-jna + ${waffle-jna.wso2.version} + + + + + + jdom.wso2 + jdom + ${jdom.wso2.version} + + + + com.google.guava.wso2 + guava + ${google.guava.wso2.version} + + + + org.json.wso2 + json + ${json.wso2.version} + + + org.wso2.orbit.com.nimbusds + nimbus-jose-jwt + ${nimbusds.version} + + + net.minidev + json-smart + ${json-smart.version} + + + org.apache.directory.server + apacheds-protocol-ldap + ${apacheds.core.version} + + + apacheds-protocol-kerberos + org.apache.directory.server + ${apacheds.core.version} + + + apacheds-interceptor-kerberos + org.apache.directory.server + ${apacheds.core.version} + + + apacheds-core-annotations + org.apache.directory.server + ${apacheds.core.version} + + + com.yubico + u2flib-server-core + ${com.yubico.version} + + + com.google.guava + guava + ${google.guava.version} + + + javax.servlet + jstl + ${javax.servelet.jstl.version} + + + + org.apache.oltu.oauth2 + org.apache.oltu.oauth2.client + ${org.apache.oltu.oauth2.client.version} + + + net.sf.ehcache.wso2 + ehcache + ${ehcache.version} + + + + com.jayway.jsonpath + json-path + ${json.path.version} + + + + org.apache.felix + org.apache.felix.scr.annotations + ${org.apache.felix.scr.annotations.version} + + + com.jayway.jsonpath.wso2 + json-path + 1.2.0.wso2v1 + + + com.wso2telco.core + mnc-resolver + ${com.wso2telco.core.version} + + + com.wso2telco.core + sp-config-util + ${com.wso2telco.core.version} + + + com.wso2telco.core + pcr-service + ${com.wso2telco.core.version} + com.wso2telco.core config-util ${com.wso2telco.core.version} - - com.wso2telco.core - dbutils - ${com.wso2telco.core.version} - - - com.wso2telco.ids - gsma-authenticator - ${com.wso2telco.ids.version} - + + com.wso2telco.core + dbutils + ${com.wso2telco.core.version} + + + com.wso2telco.ids + gsma-authenticator + ${com.wso2telco.ids.version} + com.wso2telco.ids ids-data-publisher ${com.wso2telco.ids.version} - - com.wso2telco.ids - user-claim-retriever - ${com.wso2telco.ids.version} - - - com.wso2telco.ids - url-shorten - ${com.wso2telco.ids.version} - provided - - - - com.wso2telco.ids - authenticate-selector - ${com.wso2telco.ids.version} - - - com.wso2telco.ids - authentication-endpoint - ${com.wso2telco.ids.version} - war - - - - com.wso2telco.ids - token-introspection - ${com.wso2telco.ids.version} - war - - - - - - com.atlassian.httpclient - atlassian-httpclient-plugin - ${com.atlassian.httpclient.version} - jar - - - - javax - javaee-web-api - ${javax.version} - provided - - - - com.ibm.icu - icu4j - ${com.ibm.icu.version} - - - - - com.sun.jersey - jersey-json - ${com.sun.jersey.version} - - - - - - com.sun.jersey - jersey-client - ${com.sun.jersey.version} - - - - + + com.wso2telco.ids + user-claim-retriever + ${com.wso2telco.ids.version} + + + com.wso2telco.ids + url-shorten + ${com.wso2telco.ids.version} + provided + + + + com.wso2telco.ids + authenticate-selector + ${com.wso2telco.ids.version} + + + com.wso2telco.ids + authentication-endpoint + ${com.wso2telco.ids.version} + war + + + + com.wso2telco.ids + token-introspection + ${com.wso2telco.ids.version} + war + + + + + + com.atlassian.httpclient + atlassian-httpclient-plugin + ${com.atlassian.httpclient.version} + jar + + + + javax + javaee-web-api + ${javax.version} + provided + + + + com.ibm.icu + icu4j + ${com.ibm.icu.version} + + + + + com.sun.jersey + jersey-json + ${com.sun.jersey.version} + + + + + com.sun.jersey + jersey-client + ${com.sun.jersey.version} + + + + org.wso2.carbon.identity org.wso2.carbon.user.mgt.common ${identity.framework.version} @@ -995,7 +1006,7 @@ ${identity.framework.version} - + org.wso2.carbon.identity org.wso2.carbon.identity.relying.party.server.feature ${identity.framework.version} @@ -1046,19 +1057,19 @@ - + org.wso2.carbon.identity org.wso2.carbon.idp.mgt.stub ${identity.framework.version} - - org.wso2.carbon.identity + + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.endpoint.util ${identity.framework.version} - + org.wso2.carbon.identity @@ -1094,7 +1105,7 @@ ${identity.framework.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.claim.mgt ${identity.framework.version} @@ -1253,7 +1264,7 @@ ${identity.framework.version} - + org.wso2.carbon.identity org.wso2.carbon.idp.mgt.ui ${identity.framework.version} @@ -1271,7 +1282,7 @@ zip - + org.wso2.carbon.identity org.wso2.carbon.identity.notification.mgt.server.feature ${identity.framework.version} @@ -1357,14 +1368,14 @@ ${identity.framework.version} - - org.wso2.carbon.identity + + org.wso2.carbon.identity.framework org.wso2.carbon.identity.user.registration.stub ${identity.framework.version} - - org.wso2.carbon.identity + + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.framework ${identity.framework.version} @@ -1374,29 +1385,29 @@ ${identity.framework.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.common ${identity.framework.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.core ${identity.framework.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.framework org.wso2.carbon.identity.mgt.stub ${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.user.ws org.wso2.carbon.um.ws.api.stub ${identity.user.ws.version} @@ -1419,284 +1430,285 @@ ${httpcore-nio.version} - org.hashids - hashids - ${hash.ids.version} - + org.hashids + hashids + ${hash.ids.version} + - - - - - 5.1.3 - 5.1.2 - - - 1.8 - 2.6.1 - 0.17.3 - 6.0 - UTF-8 - - 20140107 - 0.22.1358727.wso2v4 - - 0.9.1 - - - 4.4.9 - [4.4.0, 5.0.0) - [1.0.1, 2.0.0) - - [1.2.0, 2.0.0) - [1.2.1, 2.0.0) - [1.7.0, 2.0.0) - [1.5.1, 2.0.0) - - - 4.5.4 - [4.4.0, 5.0.0) - - - 5.2.2 + + + + + 6.0.14 + 5.1.8 + + + 1.8 + 2.6.1 + 0.17.3 + 6.0 + UTF-8 + + 20140107 + 0.22.1358727.wso2v4 + + 0.9.1 + + + 4.4.32 + [4.4.0, 5.0.0) + [1.0.1, 2.0.0) + + [1.2.0, 2.0.0) + [1.2.1, 2.0.0) + [1.7.0, 2.0.0) + [1.5.1, 2.0.0) + + + 4.6.43 + [4.4.0, 5.0.0) + + + 5.11.256 ${identity.framework.version} [5.0.0, 6.0.0) - - [1.0.1, 2.0.0) - [1.0.0, 2.0.0) - [1.2.17, 2.0.0) - 4.5.2 - [4.5.0,5.0.0) - - - 1.6.1.wso2v12 - [1.6.1.wso2v12, 2.0.0) - 1.6.2.wso2v4 - 2.0.4.wso2v4 - 1.1.0-wso2v13 - [1.1.0-wso2v13,2.0.0) - [0.0.0,1.0.0) - - - 1.2.11-wso2v9 - 1.2.11.wso2v11 - [1.2.11, 2.0.0) - [1.4.0, 2.0.0) - [1.1.1, 2.0.0) - - - 2.5 - 3.1.0 - 2.2.0.v201112011158 - 1.2 - [1.2.1, 2.0.0) - [2.2.0, 3.0.0) - - - - 2.6.0 - [2.6.0, 3.0.0) - - - 12.0.0.wso2v1 - 15.0 - 1.5.3 - 10.4.2.0 - 1.1 - 1.4 - 1.5.11.wso2v11 - [1.4.2.patched,2.0.0) - [1.5.11.wso2v11,2.0.0) - 1.6.2.wso2v4 - 6.1.5 - 1.3.04 - 1.1.1 - 3.2.9 - 1.0.1.wso2v1 - 0.95 - 1.2.0.wso2v1 - 1.0.1 - 2.8.1.wso2v2 - 3.0.3.wso2v2 - 4.11 - 3.0.0.v201112011016 - 1.0.0.wso2v3 - 1.0.0 - [1.0.0, 2.0.0) - 1.5.7 - [1.5.7,2.0.0) - 2.26.1.wso2v3 - [2.26.1,3.0.0) - 1.49.0.wso2v2 - - - 1.4.7.wso2v3 - 5.1.2.wso2v1 - 1.2.140.wso2v3 - - - 1.0-wso2v2 - 1.0.0.wso2v2 - 1.0.0.wso2v2 - [1.0.0.wso2v2, 2) - - - 1.0 - - - 2.2.0-wso2v1 - - - 1.7.0.wso2v1 - - - 1.6.1.wso2v17 - [1.6.1,2.0.0) - 1.6.1.wso2v17 - - - 3.3.100.v20130513-1956 - 3.9.1.v20130814-1242 - [1.0.1,2.0.0) - - - 1.8.0 - 3.2.0.wso2v1 - 1.8 - 2.4.0.wso2v1 - [2.4.0,3.0.0) - 1.2.2.wso2v1 - [1.2.2,2.0.0) - 3.1.0.wso2v2 - [3.1.0,4.0.0) - 1.2.2 - 1.2 - [1.2,2.0) - 2.6.0.wso2v1 - [2.6.0,3.0.0) - [1.5.6,2.0.0) - [1.4.0,2.0.0) - [3.2.0,4.0.0) - - 2.0.4.wso2v4 - [2.0.4.wso2v4,3.0.0) - 0.8.0.wso2v1 - [0.8.0.wso2v1,1.0.0) - 1.2.13 - 1.2.0.wso2v1 - 2.4.1 - 2.4.1.wso2v1 - [2.4.1.wso2v1,3.0.0) - 1.4.0.wso2v1 - [1.4.0,2.0.0) - - 4.3.3.wso2v1 - 2.3.1 - [2.3.1,3.0.0) - 1.3.9 - 1.17.0-rc - directory_v1-rev28-1.17.0-rc - 3.1.0.wso2v1 - 2.2.0 - 1.7.21 - [1.6.1,2.0.0) - - 1.0.wso2v2 - 3.0.wso2v1 - [1.3.0,2.0.0) - 2.0.4 - [2.0.1,3.0.0) - 1.0.0 - 1.0.0.wso2v2 - [1.0.0,2.0.0) - 2.4.1.wso2v1 - 1.1.0.wso2v1 - 1.0.2 - [1.0.1,2.0.0) - 1.47.0.wso2v1 - [1.47.0.wso2v1,2.0.0) - 3.0.4.wso2v1 - 3.0.4.wso2v1 - 1.5.7.wso2v4 - 0.9.18 - 4.3.1.wso2v2 - [4.3.1.wso2v2,5.0.0) - 2.6.0.wso2v1 - 1.0.0-wso2v2 - 1.1.4.wso2v1 - [1.1.4.wso2v1,2.0.0) - [1.6.wso2v4, 2.0) - 1.6.wso2v4 - [1.6.wso2v1, 2.0) - [1.7.0,2.0) - [1.3.0, 2.0.0) - [1.2.0.wso2v1, 2.0.0) - - 1.1.1 - 2.3.0.wso2v1 - 3.0.0.wso2v1 - [3.0.0.wso2v1, 4.0.0) - 2.1.3 - 2.5.0 - 1.1.3-incubating - 192-20100413 - 6.3.1 - 1.7.0.wso2v1 - 1.9.0.wso2v1 - 1.1.1 - 3.3.2 - 1.0.0.wso2v1 - 1.3 - 2.6.1.wso2v2 - 1.8.wso2v1 - 3.9.0.wso2v1 - [0.0.0, 1.0.0) - 0.14.0 - 1.2.0.wso2v1 - [0.0.0, 1.0.0) - 1.5.0.wso2v3 - 1.1 - my-scm-server - - 2.0.6 - 0.22.1358727.wso2v4 - 1.0.1 - - 2.3.0 - - 4.4.3 - 5.0.7 - - - - - 3.3 - - 4.3.1 - 2.3.7 - 2.5 - 1.0 - 2.7 - 2.1.1 - 1.7 - 3.0.0.wso2v1 - - 1.9.6 - 2.3.2 + + [1.0.1, 2.0.0) + [1.0.0, 2.0.0) + [1.2.17, 2.0.0) + 4.5.2 + [4.5.0,5.0.0) + + + 1.6.1-wso2v27 + [1.6.1.wso2v12, 2.0.0) + 1.6.2.wso2v4 + 2.0.4.wso2v4 + 2.0.0-wso2v23 + [1.1.0-wso2v13,2.0.0) + [0.0.0,1.0.0) + + + 1.2.11-wso2v6 + 1.2.11.wso2v10 + [1.2.11, 2.0.0) + [1.4.0, 2.0.0) + [1.1.1, 2.0.0) + + + 2.5 + 3.1.0 + 2.2.0.v201112011158 + 1.2 + [1.2.1, 2.0.0) + [2.2.0, 3.0.0) + + + + 2.6.0 + [2.6.0, 3.0.0) + + + 12.0.0.wso2v1 + 15.0 + 1.5.4 + 10.4.2.0 + 1.1 + 1.4 + 1.5.11.wso2v11 + [1.4.2.patched,2.0.0) + [1.5.11.wso2v11,2.0.0) + 1.6.2.wso2v4 + 6.1.5 + 1.3.04 + 1.1.1 + 3.2.9 + 1.0.1.wso2v1 + 0.95 + 1.2.0.wso2v1 + 1.0.1 + 2.8.1.wso2v2 + 3.0.3.wso2v2 + 4.11 + 3.0.0.v201112011016 + 1.0.0.wso2v3 + 1.0.0 + [1.0.0, 2.0.0) + 1.5.7 + [1.5.7,2.0.0) + 2.26.1.wso2v3 + [2.26.1,3.0.0) + 1.49.0.wso2v2 + + + 1.4.7.wso2v3 + 5.1.2.wso2v1 + 1.2.140.wso2v3 + + + 1.0-wso2v2 + 1.0.0.wso2v2 + 1.0.0.wso2v2 + [1.0.0.wso2v2, 2) + + + 1.0 + + + 2.2.0-wso2v1 + + + 1.7.0.wso2v1 + + + 1.6.1-wso2v26 + [1.6.1,2.0.0) + 1.6.1.wso2v17 + + + 3.3.100.v20130513-1956 + 3.9.1.v20130814-1242 + [1.0.1,2.0.0) + + + 1.8.0 + 3.2.0.wso2v1 + 1.8 + 2.4.0.wso2v1 + [2.4.0,3.0.0) + 1.2.2.wso2v1 + [1.2.2,2.0.0) + 3.1.0.wso2v2 + [3.1.0,4.0.0) + 1.2.2 + 1.2 + [1.2,2.0) + 2.6.0.wso2v1 + [2.6.0,3.0.0) + [1.5.6,2.0.0) + [1.4.0,2.0.0) + [3.2.0,4.0.0) + + 2.0.4.wso2v4 + [2.0.4.wso2v4,3.0.0) + 0.8.0.wso2v1 + [0.8.0.wso2v1,1.0.0) + 1.2.13 + 1.2.0.wso2v1 + 2.6.4 + 2.6.4.wso2v3 + [2.4.1.wso2v1,3.0.0) + 1.4.0.wso2v1 + [1.4.0,2.0.0) + + 4.3.3.wso2v1 + 2.3.1 + [2.3.1,3.0.0) + 1.3.9 + 1.17.0-rc + directory_v1-rev28-1.17.0-rc + 3.1.0.wso2v1 + 2.2.0 + 1.7.21 + [1.6.1,2.0.0) + + 1.0.wso2v2 + 3.0.wso2v1 + [1.3.0,2.0.0) + 2.0.4 + [2.0.1,3.0.0) + 1.0.0 + 1.0.0.wso2v2 + [1.0.0,2.0.0) + 2.4.1.wso2v1 + 1.1.0.wso2v1 + 1.0.2 + [1.0.1,2.0.0) + 1.47.0.wso2v1 + [1.47.0.wso2v1,2.0.0) + 3.0.4.wso2v1 + 3.0.4.wso2v1 + 1.5.7.wso2v4 + 0.9.18 + 4.3.1.wso2v2 + [4.3.1.wso2v2,5.0.0) + + 2.6.0.wso2v1 + 1.0.0-wso2v2 + 1.1.4.wso2v1 + [1.1.4.wso2v1,2.0.0) + [1.6.wso2v4, 2.0) + 1.6.wso2v4 + [1.6.wso2v1, 2.0) + [1.7.0,2.0) + [1.3.0, 2.0.0) + [1.2.0.wso2v1, 2.0.0) + + 1.1.1 + 2.3.0.wso2v1 + 3.0.0.wso2v1 + [3.0.0.wso2v1, 4.0.0) + 2.1.3 + 2.5.0 + 1.1.3-incubating + 192-20100413 + 6.1.1 + 1.7.0.wso2v1 + 1.9.0.wso2v1 + 1.1.1 + 3.3.2 + 1.0.0.wso2v1 + 1.3 + 2.6.1.wso2v2 + 1.8.wso2v1 + 3.9.0.wso2v1 + [0.0.0, 1.0.0) + 0.14.0 + 1.2.0.wso2v1 + [0.0.0, 1.0.0) + 1.5.0.wso2v3 + 1.1 + my-scm-server + + 2.0.6 + 0.22.1358727.wso2v4 + 1.0.1 + + 2.3.0 + + 4.4.32 + 5.0.7 + + + + + 3.3 + + 4.3.3 + 2.3.7 + 2.5 + 1.0 + 2.7 + 2.1.1 + 1.7 + 3.0.0.wso2v1 + + 1.9.6 + 2.3.2 4.0 4.3 - 1.3.7 - 2.4.2 + 1.3.7 + 2.4.2 - - - - - - org.apache.felix - maven-scr-plugin - 1.7.2 - - - generate-scr-scrdescriptor - - scr - - - - - - org.apache.felix - maven-bundle-plugin - 2.4.0 - true - - NONE - - - - - - - - org.apache.felix - maven-scr-plugin - 1.7.2 - - - generate-scr-scrdescriptor - - scr - - - - - - - maven-compiler-plugin - 2.3.1 - true - - UTF-8 - 1.7 - 1.7 - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - - - - - - - - release - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - docs - compile - - javadoc - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - - - - release-sign-artifacts - - - signArtifacts - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - net.ju-n.maven.plugins - checksum-maven-plugin - 1.3 - - - - artifacts - - - - - - - - + + + org.apache.felix + maven-scr-plugin + 1.7.2 + + + generate-scr-scrdescriptor + + scr + + + + + + org.apache.felix + maven-bundle-plugin + 2.4.0 + true + + NONE + + + + + + + + org.apache.felix + maven-scr-plugin + 1.7.2 + + + generate-scr-scrdescriptor + + scr + + + + + + + maven-compiler-plugin + 2.3.1 + true + + UTF-8 + 1.7 + 1.7 + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + + + + + + + release + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + docs + compile + + javadoc + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + + + release-sign-artifacts + + + signArtifacts + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + net.ju-n.maven.plugins + checksum-maven-plugin + 1.3 + + + + artifacts + + + + + + + + diff --git a/pom.xml b/pom.xml index a73791de..44a7ad41 100644 --- a/pom.xml +++ b/pom.xml @@ -8,9 +8,10 @@ OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. folk test M --> - + - 4.0.0 + 4.0.0 commons-logging @@ -21,75 +22,74 @@ - - org.wso2 - wso2 - 1 - - com.wso2telco.ids - component-ids - pom - 2.3.0 - WSO2Telco Core - Component - WSO2Telco Core Aggregate Pom - http://wso2telco.com - - - WSO2Telco - core-product-tech@wso2telco.com - - + + org.wso2 + wso2 + 1 + + com.wso2telco.ids + component-ids + pom + 2.3.0 + WSO2Telco Core - Component + WSO2Telco Core Aggregate Pom + http://wso2telco.com + + + WSO2Telco + core-product-tech@wso2telco.com + + - - 3.0.0 - - - - - wso2Telco.snapshots - Snapshot repo - http://maven.wso2telco.com/nexus/content/repositories/snapshots - - - - wso2telco.releases - release repo - http://maven.wso2telco.com/nexus/content/repositories/releases/ - - + + 3.0.0 + - - - parent + + + wso2Telco.snapshots + Snapshot repo + http://maven.wso2telco.com/nexus/content/repositories/snapshots + + + + wso2telco.releases + release repo + http://maven.wso2telco.com/nexus/content/repositories/releases/ + + + + + + parent components/ids-data-publisher - components/url-shorten - components/user-claim-retriever - components/authenticate-selector - components/openid-token-builder + components/url-shorten + components/user-claim-retriever + components/authenticate-selector + components/openid-token-builder components/gsma-authenticators - components/auth-proxy-service - components/sign - components/session-updater - components/portal - components/dashboard - components/authentication-endpoint + components/auth-proxy-service + components/sign + components/session-updater + components/portal + components/dashboard + components/authentication-endpoint components/saa-server components/openid-extension components/token-introspection - features + features - - https://github.com/WSO2Telco/component-ids.git - scm:git:https://github.com/WSO2Telco/component-ids.git - scm:git:https://github.com/WSO2Telco/component-ids.git - v2_3_0 - - + + https://github.com/WSO2Telco/component-ids.git + scm:git:https://github.com/WSO2Telco/component-ids.git + scm:git:https://github.com/WSO2Telco/component-ids.git + v2_3_0 + - + org.apache.maven.plugins @@ -99,7 +99,7 @@ 1.7 - + org.apache.maven.plugins maven-release-plugin @@ -107,13 +107,13 @@ clean install true - - - org.apache.maven.scm - maven-scm-provider-gitexe - 1.9 - - + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.9 + + org.apache.maven.plugins