From fefd0ab3e20408b484644cd75e59798424684fe1 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 19 Dec 2016 11:38:18 +0530 Subject: [PATCH 1/3] upgrading to latest version of identity --- modules/core/distribution/pom.xml | 18 +++- .../api_templates/velocity_template.xml | 2 +- .../sequences/_throttle_out_handler_.xml | 2 +- .../core/distribution/src/assembly/bin.xml | 10 ++- .../repository/conf/entitlement.properties | 25 ++++++ modules/core/p2-profile-gen/pom.xml | 87 ++++++++++++------- pom.xml | 42 ++++----- 7 files changed, 127 insertions(+), 59 deletions(-) diff --git a/modules/core/distribution/pom.xml b/modules/core/distribution/pom.xml index 9effc12d..c041fbf9 100644 --- a/modules/core/distribution/pom.xml +++ b/modules/core/distribution/pom.xml @@ -168,7 +168,7 @@ - + @@ -196,7 +196,7 @@ - + @@ -346,6 +346,20 @@ d run + + modify_entitlement_properties + prepare-package + + + + + + + + + run + + diff --git a/modules/core/distribution/src/api-resources/api_templates/velocity_template.xml b/modules/core/distribution/src/api-resources/api_templates/velocity_template.xml index acec1df1..a331c9b9 100644 --- a/modules/core/distribution/src/api-resources/api_templates/velocity_template.xml +++ b/modules/core/distribution/src/api-resources/api_templates/velocity_template.xml @@ -338,7 +338,7 @@ #end - + ## check and set response caching #if($responseCacheEnabled) diff --git a/modules/core/distribution/src/api-resources/synapse-configs/default/sequences/_throttle_out_handler_.xml b/modules/core/distribution/src/api-resources/synapse-configs/default/sequences/_throttle_out_handler_.xml index 40e81240..710ee276 100644 --- a/modules/core/distribution/src/api-resources/synapse-configs/default/sequences/_throttle_out_handler_.xml +++ b/modules/core/distribution/src/api-resources/synapse-configs/default/sequences/_throttle_out_handler_.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/modules/core/distribution/src/assembly/bin.xml b/modules/core/distribution/src/assembly/bin.xml index 7c006567..fb643fda 100644 --- a/modules/core/distribution/src/assembly/bin.xml +++ b/modules/core/distribution/src/assembly/bin.xml @@ -298,9 +298,7 @@ - - src/repository/resources/dbscripts/apimgt - + ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/apimgt ${pom.artifactId}-${pom.version}/dbscripts/apimgt */** @@ -846,6 +844,12 @@ true 644 + + ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity/oidc-scope-config.xml + ${pom.artifactId}-${pom.version}/repository/conf/identity/ + true + 644 + src/repository/conf/identity/identity.xml ${pom.artifactId}-${pom.version}/repository/conf/identity diff --git a/modules/core/distribution/src/repository/conf/entitlement.properties b/modules/core/distribution/src/repository/conf/entitlement.properties index 41e11316..305ecac2 100644 --- a/modules/core/distribution/src/repository/conf/entitlement.properties +++ b/modules/core/distribution/src/repository/conf/entitlement.properties @@ -1,3 +1,21 @@ +# +# Copyright (c) 2013, 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. +# + PDP.Enable=true PAP.Enable=true PDP.DecisionCaching.Enable=true @@ -12,7 +30,13 @@ PDP.Balana.Config.Enable=false PDP.Multiple.Decision.Profile.Enable=true PDP.Global.Policy.Combining.Algorithm=urn:oasis:names:tc:xacml:3.0:policy-combining-algorithm:deny-overrides PAP.Policy.Add.Start.Enable=false +#PAP.Policy.Add.Start.Policy.File.Path= PAP.Items.Per.Page=10 +PDP.Registry.Level.Policy.Cache.Clear=false +PDP.PolicyCaching.CachingInterval=100 +Entitlement.Engine.CachingInterval=100000 +PDP.References.MaxPolicyEntries=3000 + #PDP.Extensions.Extension.1=your.extension.class.name @@ -20,6 +44,7 @@ PAP.Items.Per.Page=10 #PDP.Policy.Store=org.wso2.carbon.identity.entitlement.policy.store.CarbonRegistryPolicyStore PIP.AttributeDesignators.Designator.1=org.wso2.carbon.identity.entitlement.pip.DefaultAttributeFinder +#PIP.AttributeDesignators.Designator.2=org.wso2.carbon.identity.application.authz.xacml.pip.AuthenticationContextAttributePIP PIP.ResourceFinders.Finder.1=org.wso2.carbon.identity.entitlement.pip.DefaultResourceFinder PAP.Entitlement.Data.Finder.1=org.wso2.carbon.identity.entitlement.pap.CarbonEntitlementDataFinder diff --git a/modules/core/p2-profile-gen/pom.xml b/modules/core/p2-profile-gen/pom.xml index 3c357371..ef342898 100644 --- a/modules/core/p2-profile-gen/pom.xml +++ b/modules/core/p2-profile-gen/pom.xml @@ -258,69 +258,69 @@ - org.wso2.carbon.identity:org.wso2.carbon.security.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.security.mgt.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.um.ws.service.feature:${identity.user.ws.version} + org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.service.feature:${identity.user.ws.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.oauth.feature:${identity.inbound.auth.oauth.version} + org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.feature:${identity.inbound.auth.oauth.version} org.wso2.carbon.identity:org.wso2.carbon.identity.provider.server.feature:${identity.inbound.auth.openid.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.core.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.core.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.idp.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.idp.mgt.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${identity.local.auth.basicauth.version} + org.wso2.carbon.identity.application.auth.basic:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${identity.local.auth.basicauth.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.application.authentication.framework.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.application.authentication.framework.server.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.authenticator.saml2.sso.feature:${identity.carbon.auth.saml2.version} + org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.feature:${identity.carbon.auth.saml2.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.sso.saml.feature:${identity.inbound.auth.saml.version} + org.wso2.carbon.identity.inbound.auth.saml2:org.wso2.carbon.identity.sso.saml.feature:${identity.inbound.auth.saml.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.user.profile.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.profile.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.application.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.application.mgt.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.claim.mgt.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.claim.mgt.server.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.claim.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.claim.mgt.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.oauth.ui.feature:${identity.inbound.auth.oauth.version} + org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.ui.feature:${identity.inbound.auth.oauth.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.notification.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.notification.mgt.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.user.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.user.mgt.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.directory.service.mgr.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.directory.service.mgr.server.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.user.registration.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.registration.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.xacml.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.xacml.server.feature:${carbon.identity.framework.version} @@ -330,20 +330,30 @@ org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.requestpath.oauth.server.feature:${identity.outbound.auth.requestpath.oauth.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${identity.local.auth.basicauth.version} + org.wso2.carbon.identity.application.auth.basic:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${identity.local.auth.basicauth.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.samlsso.server.feature:${identity.outbound.auth.samlsso.version} + org.wso2.carbon.identity.outbound.auth.saml2:org.wso2.carbon.identity.application.authenticator.samlsso.server.feature:${identity.outbound.auth.samlsso.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.authenticator.saml2.sso.feature:${identity.carbon.auth.saml2.version} + org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.feature:${identity.carbon.auth.saml2.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.identity.framework.version} org.wso2.carbon.identity:org.wso2.carbon.identity.authenticator.mutualssl.feature:${identity.carbon.auth.mutual.ssl.version} + + org.wso2.carbon.identity.metadata.saml2:org.wso2.carbon.identity.inbound.metadata.saml2.server.feature:0.1.1 + + + org.wso2.carbon.identity.metadata.saml2:org.wso2.carbon.identity.sp.metadata.saml2.server.feature:0.1.3 + + + + + @@ -480,6 +490,9 @@ org.wso2.carbon.mediation:org.wso2.carbon.mediation.ui.feature:${carbon.mediation.version} + + org.wso2.carbon.mediation:org.wso2.carbon.mediator.cache.feature:${carbon.mediation.version} + @@ -524,25 +537,25 @@ - org.wso2.carbon.identity:org.wso2.carbon.identity.authenticator.saml2.sso.server.feature:${identity.carbon.auth.saml2.version} + org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.server.feature:${identity.carbon.auth.saml2.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature:${identity.carbon.auth.saml2.version} + org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature:${identity.carbon.auth.saml2.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.application.mgt.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.application.mgt.server.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.idp.mgt.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.idp.mgt.server.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.directory.service.mgr.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.directory.service.mgr.feature:${carbon.identity.framework.version} - org.wso2.carbon.identity:org.wso2.carbon.identity.user.registration.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.registration.server.feature:${carbon.identity.framework.version} @@ -771,6 +784,14 @@ true + + org.wso2.carbon.identity.inbound.metadata.saml2.server.feature.group + 0.1.1 + + + org.wso2.carbon.identity.sp.metadata.saml2.server.feature.group + 0.1.3 + org.wso2.iot.core.styles.feature.group ${product.iot.version} @@ -1239,6 +1260,10 @@ org.wso2.carbon.mediation.ui.feature.group ${carbon.mediation.version} + + org.wso2.carbon.mediator.cache.feature.group + ${carbon.mediation.version} + @@ -3439,4 +3464,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 5b90e548..53be58b7 100644 --- a/pom.xml +++ b/pom.xml @@ -825,19 +825,19 @@ ${joda-time.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth.stub - ${carbon.identity.version} + ${identity.inbound.auth.oauth.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth.dto - ${carbon.identity.version} + ${identity.inbound.auth.oauth.version} - org.wso2.carbon.identity + org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth - ${carbon.identity.version} + ${identity.inbound.auth.oauth.version} @@ -1515,19 +1515,19 @@ 4.7.2 - 5.2.0 + 5.6.17 [5.2.0, 6.0.0) - 5.1.1 + 5.2.2 5.1.1 - 5.1.1 - 5.1.3 - 5.1.2 + 5.2.7 + 5.1.6 + 5.2.7 5.1.1 - 5.1.2 - 5.1.1 - + 5.1.3 + 5.1.1 5.1.1 - 5.1.2 + 5.1.4 + 0.1.3 1.0.2 @@ -1536,9 +1536,9 @@ 4.6.1 - 4.5.8 + 4.6.0 - 4.6.5 + 4.7.0 2.0.4-SNAPSHOT @@ -1551,14 +1551,14 @@ 3.0.4-SNAPSHOT - 6.0.5 + 6.1.2 (5.0.0,7.0.0] - 4.6.6 + 4.6.9 - 5.1.5-SNAPSHOT + 5.1.5 1.3.0 1.3.0 ${product.iot.version} @@ -1655,7 +1655,7 @@ 1.0.1 - 1.2.8 + 1.2.8-SNAPSHOT 1.4.4 From d48f4e03ea93df225fc7e11fc709b90d7b8c2714 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 19 Dec 2016 15:26:43 +0530 Subject: [PATCH 2/3] Adding iot-core specific is bundles to accomodate appm identity version upgrade --- modules/core/p2-profile-gen/pom.xml | 360 ++++++++++++++-------------- pom.xml | 18 +- 2 files changed, 192 insertions(+), 186 deletions(-) diff --git a/modules/core/p2-profile-gen/pom.xml b/modules/core/p2-profile-gen/pom.xml index ef342898..044b910b 100644 --- a/modules/core/p2-profile-gen/pom.xml +++ b/modules/core/p2-profile-gen/pom.xml @@ -258,69 +258,69 @@ - org.wso2.carbon.identity.framework:org.wso2.carbon.security.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.security.mgt.feature:${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.user.ws:org.wso2.carbon.um.ws.service.feature:${identity.user.ws.version} - org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.feature:${identity.inbound.auth.oauth.version} + org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.feature:${identity.inbound.auth.oauth.version.iotcore} org.wso2.carbon.identity:org.wso2.carbon.identity.provider.server.feature:${identity.inbound.auth.openid.version} - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.core.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.core.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.idp.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.idp.mgt.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.application.auth.basic:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${identity.local.auth.basicauth.version} + org.wso2.carbon.identity.application.auth.basic:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${identity.local.auth.basicauth.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.application.authentication.framework.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.application.authentication.framework.server.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.feature:${identity.carbon.auth.saml2.version} + org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.feature:${identity.carbon.auth.saml2.version.iotcore} - org.wso2.carbon.identity.inbound.auth.saml2:org.wso2.carbon.identity.sso.saml.feature:${identity.inbound.auth.saml.version} + org.wso2.carbon.identity.inbound.auth.saml2:org.wso2.carbon.identity.sso.saml.feature:${identity.inbound.auth.saml.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.profile.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.profile.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.application.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.application.mgt.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.claim.mgt.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.claim.mgt.server.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.claim.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.claim.mgt.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.ui.feature:${identity.inbound.auth.oauth.version} + org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.ui.feature:${identity.inbound.auth.oauth.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.notification.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.notification.mgt.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.user.mgt.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.user.mgt.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.directory.service.mgr.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.directory.service.mgr.server.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.registration.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.registration.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.xacml.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.xacml.server.feature:${carbon.identity.framework.version.iotcore} @@ -330,16 +330,16 @@ org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.requestpath.oauth.server.feature:${identity.outbound.auth.requestpath.oauth.version} - org.wso2.carbon.identity.application.auth.basic:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${identity.local.auth.basicauth.version} + org.wso2.carbon.identity.application.auth.basic:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${identity.local.auth.basicauth.version.iotcore} org.wso2.carbon.identity.outbound.auth.saml2:org.wso2.carbon.identity.application.authenticator.samlsso.server.feature:${identity.outbound.auth.samlsso.version} - org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.feature:${identity.carbon.auth.saml2.version} + org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.feature:${identity.carbon.auth.saml2.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity:org.wso2.carbon.identity.authenticator.mutualssl.feature:${identity.carbon.auth.mutual.ssl.version} @@ -351,38 +351,38 @@ org.wso2.carbon.identity.metadata.saml2:org.wso2.carbon.identity.sp.metadata.saml2.server.feature:0.1.3 - + - org.wso2.carbon.registry:org.wso2.carbon.registry.core.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.core.feature:${carbon.registry.version.iotcore} - org.wso2.carbon.registry:org.wso2.carbon.registry.ui.menu.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.ui.menu.feature:${carbon.registry.version.iotcore} - org.wso2.carbon.registry:org.wso2.carbon.registry.resource.properties.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.resource.properties.feature:${carbon.registry.version.iotcore} - org.wso2.carbon.registry:org.wso2.carbon.registry.associations.dependencies.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.associations.dependencies.feature:${carbon.registry.version.iotcore} - org.wso2.carbon.registry:org.wso2.carbon.registry.community.features.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.community.features.feature:${carbon.registry.version.iotcore} - org.wso2.carbon.registry:org.wso2.carbon.registry.ws.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.ws.feature:${carbon.registry.version.iotcore} - org.wso2.carbon.registry:org.wso2.carbon.registry.ui.menu.governance.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.ui.menu.governance.feature:${carbon.registry.version.iotcore} - org.wso2.carbon.registry:org.wso2.carbon.registry.contentsearch.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.contentsearch.feature:${carbon.registry.version.iotcore} - org.wso2.carbon.registry:org.wso2.carbon.registry.task.server.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.task.server.feature:${carbon.registry.version.iotcore} @@ -537,33 +537,33 @@ - org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.server.feature:${identity.carbon.auth.saml2.version} + org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.server.feature:${identity.carbon.auth.saml2.version.iotcore} - org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature:${identity.carbon.auth.saml2.version} + org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature:${identity.carbon.auth.saml2.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.application.mgt.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.application.mgt.server.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.idp.mgt.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.idp.mgt.server.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.directory.service.mgr.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.directory.service.mgr.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.registration.server.feature:${carbon.identity.framework.version} + org.wso2.carbon.identity.framework:org.wso2.carbon.identity.user.registration.server.feature:${carbon.identity.framework.version.iotcore} - org.wso2.carbon.registry:org.wso2.carbon.registry.community.features.server.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.community.features.server.feature:${carbon.registry.version.iotcore} - org.wso2.carbon.registry:org.wso2.carbon.registry.community.features.ui.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.community.features.ui.feature:${carbon.registry.version.iotcore} @@ -597,7 +597,7 @@ - org.wso2.carbon.registry:org.wso2.carbon.registry.task.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.task.feature:${carbon.registry.version.iotcore} @@ -611,7 +611,7 @@ - org.wso2.carbon.registry:org.wso2.carbon.registry.contentsearch.server.feature:${carbon.registry.version} + org.wso2.carbon.registry:org.wso2.carbon.registry.contentsearch.server.feature:${carbon.registry.version.iotcore} @@ -1058,7 +1058,7 @@ org.wso2.carbon.security.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.um.ws.service.feature.group @@ -1066,7 +1066,7 @@ org.wso2.carbon.identity.oauth.server.feature.group - ${identity.inbound.auth.oauth.version} + ${identity.inbound.auth.oauth.version.iotcore} org.wso2.carbon.identity.provider.server.feature.group @@ -1074,79 +1074,79 @@ org.wso2.carbon.identity.thrift.authentication.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.core.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.idp.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.user.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.directory.service.mgr.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.application.authenticator.basicauth.server.feature.group - ${identity.local.auth.basicauth.version} + ${identity.local.auth.basicauth.version.iotcore} org.wso2.carbon.identity.application.authentication.framework.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.authenticator.saml2.sso.feature.group - ${identity.carbon.auth.saml2.version} + ${identity.carbon.auth.saml2.version.iotcore} org.wso2.carbon.identity.sso.saml.feature.group - ${identity.inbound.auth.saml.version} + ${identity.inbound.auth.saml.version.iotcore} org.wso2.carbon.identity.user.profile.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.application.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.claim.mgt.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.claim.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.oauth.ui.feature.group - ${identity.inbound.auth.oauth.version} + ${identity.inbound.auth.oauth.version.iotcore} org.wso2.carbon.identity.notification.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.xacml.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.user.registration.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.application.authenticator.basicauth.server.feature.group - ${identity.local.auth.basicauth.version} + ${identity.local.auth.basicauth.version.iotcore} org.wso2.carbon.identity.application.authenticator.requestpath.basicauth.server.feature.group @@ -1167,39 +1167,39 @@ org.wso2.carbon.registry.core.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ui.menu.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.resource.properties.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.associations.dependencies.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.community.features.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ws.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.contentsearch.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ui.menu.governance.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.task.server.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} @@ -1315,43 +1315,43 @@ org.wso2.carbon.identity.authenticator.saml2.sso.server.feature.group - ${identity.carbon.auth.saml2.version} + ${identity.carbon.auth.saml2.version.iotcore} org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature.group - ${identity.carbon.auth.saml2.version} + ${identity.carbon.auth.saml2.version.iotcore} org.wso2.carbon.identity.application.mgt.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.directory.service.mgr.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.idp.mgt.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.user.registration.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.oauth.feature.group - ${identity.inbound.auth.oauth.version} + ${identity.inbound.auth.oauth.version.iotcore} org.wso2.carbon.registry.community.features.server.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.community.features.ui.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} @@ -1597,11 +1597,11 @@ org.wso2.carbon.security.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.security.mgt.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.service.mgt.server.feature.group @@ -1613,23 +1613,23 @@ org.wso2.carbon.registry.core.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.core.server.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ui.menu.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ui.menu.governance.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.resource.properties.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.mediators.server.feature.group @@ -1645,7 +1645,7 @@ org.wso2.carbon.registry.associations.dependencies.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.identity.provider.server.feature.group @@ -1653,15 +1653,15 @@ org.wso2.carbon.registry.community.features.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.identity.oauth.feature.group - ${identity.inbound.auth.oauth.version} + ${identity.inbound.auth.oauth.version.iotcore} org.wso2.carbon.identity.user.registration.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.deployment.synchronizer.feature.group @@ -1669,11 +1669,11 @@ org.wso2.carbon.registry.community.features.server.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ws.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.extensions.feature.group @@ -1693,11 +1693,11 @@ org.wso2.carbon.user.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.core.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.um.ws.service.server.feature.group @@ -1709,7 +1709,7 @@ org.wso2.carbon.directory.service.mgr.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} @@ -1730,11 +1730,11 @@ org.wso2.carbon.registry.contentsearch.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.identity.application.authentication.framework.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.tenant.mgt.common.server.feature.group @@ -1770,7 +1770,7 @@ org.wso2.carbon.identity.user.profile.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} @@ -1900,15 +1900,15 @@ org.wso2.carbon.identity.notification.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.xacml.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.thrift.authentication.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.tenant.common.feature.group @@ -1929,7 +1929,7 @@ org.wso2.carbon.identity.application.authentication.framework.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.tenant.mgt.common.server.feature.group @@ -1937,7 +1937,7 @@ org.wso2.carbon.identity.application.authenticator.basicauth.server.feature.group - ${identity.local.auth.basicauth.version} + ${identity.local.auth.basicauth.version.iotcore} org.wso2.carbon.identity.application.authenticator.samlsso.server.feature.group @@ -1949,7 +1949,7 @@ org.wso2.carbon.identity.application.mgt.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.core.server.feature.group @@ -2029,11 +2029,11 @@ org.wso2.carbon.security.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.security.mgt.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.service.mgt.server.feature.group @@ -2047,23 +2047,23 @@ org.wso2.carbon.registry.core.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.core.server.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ui.menu.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ui.menu.governance.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.resource.properties.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.mediators.server.feature.group @@ -2083,19 +2083,19 @@ org.wso2.carbon.registry.associations.dependencies.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.community.features.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.identity.oauth.feature.group - ${identity.inbound.auth.oauth.version} + ${identity.inbound.auth.oauth.version.iotcore} org.wso2.carbon.identity.user.registration.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} @@ -2104,11 +2104,11 @@ org.wso2.carbon.registry.community.features.server.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ws.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.extensions.feature.group @@ -2128,11 +2128,11 @@ org.wso2.carbon.user.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.core.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.um.ws.service.server.feature.group @@ -2144,15 +2144,15 @@ org.wso2.carbon.directory.service.mgr.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.authenticator.saml2.sso.server.feature.group - ${identity.carbon.auth.saml2.version} + ${identity.carbon.auth.saml2.version.iotcore} org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature.group - ${identity.carbon.auth.saml2.version} + ${identity.carbon.auth.saml2.version.iotcore} org.wso2.carbon.apimgt.core.feature.group @@ -2172,11 +2172,11 @@ org.wso2.carbon.registry.contentsearch.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.idp.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.ndatasource.feature.group @@ -2200,7 +2200,7 @@ org.wso2.carbon.identity.user.profile.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.apimgt.application.extension.feature.group @@ -2439,15 +2439,15 @@ org.wso2.carbon.identity.notification.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.xacml.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.thrift.authentication.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.core.common.feature.group @@ -2455,11 +2455,11 @@ org.wso2.carbon.user.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.user.profile.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.core.server.feature.group @@ -2557,11 +2557,11 @@ org.wso2.carbon.security.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.security.mgt.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.service.mgt.server.feature.group @@ -2576,23 +2576,23 @@ org.wso2.carbon.registry.core.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.core.server.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ui.menu.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ui.menu.governance.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.resource.properties.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.mediators.server.feature.group @@ -2608,11 +2608,11 @@ org.wso2.carbon.registry.associations.dependencies.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.community.features.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.identity.provider.server.feature.group @@ -2620,11 +2620,11 @@ org.wso2.carbon.identity.oauth.feature.group - ${identity.inbound.auth.oauth.version} + ${identity.inbound.auth.oauth.version.iotcore} org.wso2.carbon.identity.application.authenticator.basicauth.server.feature.group - ${identity.local.auth.basicauth.version} + ${identity.local.auth.basicauth.version.iotcore} org.wso2.carbon.identity.application.authenticator.samlsso.server.feature.group @@ -2633,7 +2633,7 @@ org.wso2.carbon.identity.application.authentication.framework.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.tenant.mgt.common.server.feature.group @@ -2641,7 +2641,7 @@ org.wso2.carbon.identity.user.registration.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.deployment.synchronizer.feature.group @@ -2649,11 +2649,11 @@ org.wso2.carbon.registry.community.features.server.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ws.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.jaggeryjs.feature.group @@ -2713,11 +2713,11 @@ org.wso2.carbon.user.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.core.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.um.ws.service.server.feature.group @@ -2729,19 +2729,19 @@ org.wso2.carbon.directory.service.mgr.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.claim.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.authenticator.saml2.sso.server.feature.group - ${identity.carbon.auth.saml2.version} + ${identity.carbon.auth.saml2.version.iotcore} org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature.group - ${identity.carbon.auth.saml2.version} + ${identity.carbon.auth.saml2.version.iotcore} org.wso2.carbon.webapp.mgt.feature.group @@ -2749,7 +2749,7 @@ org.wso2.carbon.registry.contentsearch.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.forum.server.feature.group @@ -3022,15 +3022,15 @@ org.wso2.carbon.identity.notification.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.xacml.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.thrift.authentication.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.core.common.feature.group @@ -3038,11 +3038,11 @@ org.wso2.carbon.user.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.user.profile.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.core.server.feature.group @@ -3131,11 +3131,11 @@ org.wso2.carbon.security.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.security.mgt.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.service.mgt.server.feature.group @@ -3147,23 +3147,23 @@ org.wso2.carbon.registry.core.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.core.server.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ui.menu.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ui.menu.governance.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.resource.properties.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.mediators.server.feature.group @@ -3179,11 +3179,11 @@ org.wso2.carbon.registry.associations.dependencies.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.community.features.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.identity.provider.server.feature.group @@ -3191,11 +3191,11 @@ org.wso2.carbon.identity.oauth.feature.group - ${identity.inbound.auth.oauth.version} + ${identity.inbound.auth.oauth.version.iotcore} org.wso2.carbon.identity.application.authenticator.basicauth.server.feature.group - ${identity.local.auth.basicauth.version} + ${identity.local.auth.basicauth.version.iotcore} org.wso2.carbon.identity.application.authenticator.samlsso.server.feature.group @@ -3204,7 +3204,7 @@ org.wso2.carbon.identity.application.authentication.framework.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.tenant.mgt.common.server.feature.group @@ -3212,7 +3212,7 @@ org.wso2.carbon.identity.user.registration.server.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.deployment.synchronizer.feature.group @@ -3220,11 +3220,11 @@ org.wso2.carbon.registry.community.features.server.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.registry.ws.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.jaggeryjs.feature.group @@ -3284,11 +3284,11 @@ org.wso2.carbon.user.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.core.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.um.ws.service.server.feature.group @@ -3300,19 +3300,19 @@ org.wso2.carbon.directory.service.mgr.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.claim.mgt.feature.group - ${carbon.identity.framework.version} + ${carbon.identity.framework.version.iotcore} org.wso2.carbon.identity.authenticator.saml2.sso.server.feature.group - ${identity.carbon.auth.saml2.version} + ${identity.carbon.auth.saml2.version.iotcore} org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature.group - ${identity.carbon.auth.saml2.version} + ${identity.carbon.auth.saml2.version.iotcore} org.wso2.carbon.webapp.mgt.feature.group @@ -3320,7 +3320,7 @@ org.wso2.carbon.registry.contentsearch.feature.group - ${carbon.registry.version} + ${carbon.registry.version.iotcore} org.wso2.carbon.forum.server.feature.group diff --git a/pom.xml b/pom.xml index 53be58b7..295067b0 100644 --- a/pom.xml +++ b/pom.xml @@ -1515,13 +1515,18 @@ 4.7.2 - 5.6.17 + 5.2.0 + 5.6.17 [5.2.0, 6.0.0) - 5.2.2 + 5.1.1 + 5.2.2 5.1.1 - 5.2.7 - 5.1.6 - 5.2.7 + 5.1.1 + 5.2.7 + 5.1.3 + 5.1.6 + 5.1.2 + 5.2.7 5.1.1 5.1.3 5.1.1 @@ -1536,7 +1541,8 @@ 4.6.1 - 4.6.0 + 4.5.8 + 4.6.0 4.7.0 From f0236559b897dba662002343ea362b31bd928846 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 22 Dec 2016 23:04:35 +0530 Subject: [PATCH 3/3] updating appm dependencies to relased version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index db338900..0b3ac7ac 100644 --- a/pom.xml +++ b/pom.xml @@ -1641,7 +1641,7 @@ 1.0.1 - 1.2.8-SNAPSHOT + 1.2.9 1.4.4