Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F6B1FB3F for ; Mon, 26 May 2014 14:29:39 +0000 (UTC) Received: (qmail 25460 invoked by uid 500); 26 May 2014 14:29:39 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 25396 invoked by uid 500); 26 May 2014 14:29:39 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 25389 invoked by uid 99); 26 May 2014 14:29:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2014 14:29:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 367F29A5776; Mon, 26 May 2014 14:29:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Message-Id: <2a5b277459b241c5b1393afa25cc0976@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Upgrade to javassist 3.1.16-GA Date: Mon, 26 May 2014 14:29:39 +0000 (UTC) Repository: cxf-fediz Updated Branches: refs/heads/1.1.x-fixes 5d3b28669 -> 51007f26a Upgrade to javassist 3.1.16-GA Conflicts: pom.xml services/idp/pom.xml Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/51007f26 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/51007f26 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/51007f26 Branch: refs/heads/1.1.x-fixes Commit: 51007f26a86bec20ee8288857b4c4fc0f19b3896 Parents: 5d3b286 Author: Colm O hEigeartaigh Authored: Mon May 26 15:23:20 2014 +0100 Committer: Colm O hEigeartaigh Committed: Mon May 26 15:29:30 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 ++ services/idp/pom.xml | 20 ++++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/51007f26/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f2e2a30..3f6077c 100644 --- a/pom.xml +++ b/pom.xml @@ -38,11 +38,13 @@ 2.6.0 2.5.1 4.2.2 + 3.16.1-GA 3.2 8.1.12.v20130726 4.11 1.2.17 + 3.0.8 2.5 1.7.5 3.1.4.RELEASE http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/51007f26/services/idp/pom.xml ---------------------------------------------------------------------- diff --git a/services/idp/pom.xml b/services/idp/pom.xml index 2123987..859787b 100644 --- a/services/idp/pom.xml +++ b/services/idp/pom.xml @@ -89,10 +89,22 @@ ${spring.security.version} - ognl - ognl - 3.0.5 - runtime + ognl + ognl + ${ognl.version} + runtime + + + javassist + javassist + + + + + org.javassist + javassist + ${javassist.version} + runtime org.slf4j