From ec7a0c07cb6a089f3d17d0fe9d66dca021226624 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 16 Mar 2018 14:45:28 +0530 Subject: [PATCH 1/5] Update carbon-device-mgt dependencies --- pom.xml | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 0d7b41fc99..3b3cab51d1 100644 --- a/pom.xml +++ b/pom.xml @@ -1871,18 +1871,17 @@ 1.1.0-wso2v10 1.0.0.Final - 1.5.4 - 0.12.0 - 1.3.0 - 1.3.0 - 1.3.0 - 1.3.0 + 0.12.8 + 1.5.6 + 1.5.6 + 1.5.6 + 1.5.6 4.3.1 - 4.3.0 + 4.4.2 6.8 1.1.0 4.8.2 @@ -1903,19 +1902,19 @@ 4.7.10 - 5.11.139 - [5.0.0, 6.0.0) + 5.11.148 + [5.2.0, 6.0.0) 5.6.53 - 5.4.4 - 1.0.2 - [1.0.2, 2.0.0) + 5.4.6 + 1.0.10 + [1.0.10, 2.0.0) [5.7.0, 6.0.0) [5.2.0, 6.0.0) [5.1.0, 6.0.0) - 4.6.8 + 4.6.11 4.7.23 @@ -1937,15 +1936,15 @@ [2.6.0,3.0.0) - 6.2.146 + 6.2.201 (6.0.0,7.0.0] - 5.1.33 + 5.1.37 [5.1.3,6.0.0) - 1.3.3 + 1.3.25 [1.3.0,2.0.0) - 2.1.10 + 2.1.23 4.6.28 From 48a06c048bcb089555078d705e37aa81e9b0edaf Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 16 Mar 2018 15:13:47 +0530 Subject: [PATCH 2/5] Fix jwt dependency issue --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3b3cab51d1..2b7f29c103 100644 --- a/pom.xml +++ b/pom.xml @@ -1907,7 +1907,7 @@ 5.6.53 5.4.6 1.0.10 - [1.0.10, 2.0.0) + [1.0.2, 2.0.0) [5.7.0, 6.0.0) [5.2.0, 6.0.0) From 703a4cbb12a41dfadce3bdb0e97da22d8c08ea87 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 16 Mar 2018 15:37:04 +0530 Subject: [PATCH 3/5] Add further fixes for the jwt-grant dependency issue --- .../org.wso2.carbon.device.mgt.oauth.extensions/pom.xml | 4 ++-- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml b/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml index f4c1e922fa..72da2513b2 100644 --- a/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml +++ b/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml @@ -59,8 +59,8 @@ org.wso2.carbon.user.mgt - org.wso2.carbon.identity - org.wso2.carbon.identity.oauth2.grant.jwt + org.wso2.carbon.extension.identity.oauth2.grantType.jwt + org.wso2.carbon.identity.oauth2.grant.jwt diff --git a/pom.xml b/pom.xml index 2b7f29c103..7080823655 100644 --- a/pom.xml +++ b/pom.xml @@ -905,8 +905,8 @@ ${identity.inbound.auth.oauth.version} - org.wso2.carbon.identity - org.wso2.carbon.identity.oauth2.grant.jwt + org.wso2.carbon.extension.identity.oauth2.grantType.jwt + org.wso2.carbon.identity.oauth2.grant.jwt ${carbon.identity.jwt.grant.version} @@ -1904,10 +1904,10 @@ 5.11.148 [5.2.0, 6.0.0) - 5.6.53 + 5.6.63 5.4.6 1.0.10 - [1.0.2, 2.0.0) + [1.0.10, 2.0.0) [5.7.0, 6.0.0) [5.2.0, 6.0.0) From f14564339a35a84c0761d515b33bb69b926f0b63 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 16 Mar 2018 15:39:57 +0530 Subject: [PATCH 4/5] Fix formatting issues --- .../org.wso2.carbon.device.mgt.oauth.extensions/pom.xml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml b/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml index 72da2513b2..5059bfc62a 100644 --- a/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml +++ b/components/identity-extensions/org.wso2.carbon.device.mgt.oauth.extensions/pom.xml @@ -59,8 +59,8 @@ org.wso2.carbon.user.mgt - org.wso2.carbon.extension.identity.oauth2.grantType.jwt - org.wso2.carbon.identity.oauth2.grant.jwt + org.wso2.carbon.extension.identity.oauth2.grantType.jwt + org.wso2.carbon.identity.oauth2.grant.jwt diff --git a/pom.xml b/pom.xml index 7080823655..6f9e4fa7c7 100644 --- a/pom.xml +++ b/pom.xml @@ -907,7 +907,7 @@ org.wso2.carbon.extension.identity.oauth2.grantType.jwt org.wso2.carbon.identity.oauth2.grant.jwt - ${carbon.identity.jwt.grant.version} + ${carbon.identity.jwt.grant.version} org.wso2.carbon.identity.framework From b639845ab2fdb5152afbfc047240f5bfd67dbb6b Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 16 Mar 2018 15:41:22 +0530 Subject: [PATCH 5/5] Fix formatting issue --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6f9e4fa7c7..95d376b408 100644 --- a/pom.xml +++ b/pom.xml @@ -904,11 +904,11 @@ org.wso2.carbon.identity.oauth.stub ${identity.inbound.auth.oauth.version} - + org.wso2.carbon.extension.identity.oauth2.grantType.jwt org.wso2.carbon.identity.oauth2.grant.jwt ${carbon.identity.jwt.grant.version} - + org.wso2.carbon.identity.framework org.wso2.carbon.identity.application.authentication.framework