Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5A4EC200CBC for ; Tue, 30 May 2017 21:02:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 591C4160BDC; Tue, 30 May 2017 19:02:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5DE48160BE3 for ; Tue, 30 May 2017 21:02:24 +0200 (CEST) Received: (qmail 95427 invoked by uid 500); 30 May 2017 19:02:23 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 93795 invoked by uid 99); 30 May 2017 19:02:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2017 19:02:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1C455F21AB; Tue, 30 May 2017 19:02:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: scnakandala@apache.org To: commits@airavata.apache.org Date: Tue, 30 May 2017 19:02:53 -0000 Message-Id: <9fd943166ea74b55a7bb1cddd7bd3705@git.apache.org> In-Reply-To: <22a8687c861a4bf8b9a000c483845fb3@git.apache.org> References: <22a8687c861a4bf8b9a000c483845fb3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/37] airavata git commit: AIRAVATA-2342 Cleaning up dependencies for Keycloak client archived-at: Tue, 30 May 2017 19:02:26 -0000 AIRAVATA-2342 Cleaning up dependencies for Keycloak client * Keycloak client requires version 2.5.4 of Jackson libraries. * Keycloak client requires the 2.0 JAX-RS API. The 1.0 JAX-RS API was included transitively because of the jersey-core dependency. It doesn't look like we are using jersey-client or any other com.sun.jersey dependencies, so I removed them. For similar reasons I removed org.apache.whirr dependencies. Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ff0ccae9 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/ff0ccae9 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/ff0ccae9 Branch: refs/heads/registry-refactoring Commit: ff0ccae998a3a289df76afe31220cde126ba1795 Parents: 0eda7d2 Author: Marcus Christie Authored: Wed May 24 11:33:48 2017 -0400 Committer: Marcus Christie Committed: Wed May 24 11:33:48 2017 -0400 ---------------------------------------------------------------------- .../iam-admin-services-core/pom.xml | 11 +++- modules/distribution/pom.xml | 61 ++------------------ 2 files changed, 12 insertions(+), 60 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/ff0ccae9/airavata-services/profile-service/iam-admin-services-core/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-services/profile-service/iam-admin-services-core/pom.xml b/airavata-services/profile-service/iam-admin-services-core/pom.xml index 51bde16..5a2d6e8 100644 --- a/airavata-services/profile-service/iam-admin-services-core/pom.xml +++ b/airavata-services/profile-service/iam-admin-services-core/pom.xml @@ -37,15 +37,20 @@ org.jboss.resteasy resteasy-client - 3.1.2.Final + 3.0.14.Final org.jboss.resteasy resteasy-jackson2-provider - 3.1.2.Final + 3.0.14.Final + + + + com.fasterxml.jackson.core + jackson-databind + 2.5.4 - org.keycloak http://git-wip-us.apache.org/repos/asf/airavata/blob/ff0ccae9/modules/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 7eb50d0..336820c 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -272,11 +272,6 @@ 1.2.1 - com.sun.jersey - jersey-client - ${jersey.version} - - javax.servlet javax.servlet-api 3.0.1 @@ -293,35 +288,6 @@ 7.0.22 - com.sun.jersey - jersey-servlet - ${jersey.version} - - - com.sun.jersey - jersey-json - ${jersey.version} - - - stax - stax-api - - - - - - com.sun.jersey.contribs - jersey-multipart - ${jersey.version} - - - com.sun.jersey - jersey-server - ${jersey.version} - - - org.codehaus.jackson jackson-mapper-asl 1.9.2 @@ -374,26 +340,6 @@ 1.0.3 - org.apache.whirr - whirr-core - 0.7.1 - - - org.bouncycastle - bcprov-jdk16 - - - org.jclouds.driver - jclouds-bouncycastle - - - - - org.apache.whirr - whirr-hadoop - 0.7.1 - - org.hamcrest hamcrest-all 1.1 @@ -441,20 +387,21 @@ libthrift ${thrift.version} + com.fasterxml.jackson.core jackson-databind - 2.0.0 + 2.5.4 com.fasterxml.jackson.core jackson-core - 2.0.0 + 2.5.4 com.fasterxml.jackson.core jackson-annotations - 2.0.0 + 2.5.4