Return-Path: X-Original-To: apmail-syncope-commits-archive@www.apache.org Delivered-To: apmail-syncope-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 3D5661776F for ; Thu, 16 Apr 2015 07:00:47 +0000 (UTC) Received: (qmail 11632 invoked by uid 500); 16 Apr 2015 07:00:47 -0000 Delivered-To: apmail-syncope-commits-archive@syncope.apache.org Received: (qmail 11587 invoked by uid 500); 16 Apr 2015 07:00:47 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 11537 invoked by uid 99); 16 Apr 2015 07:00:47 -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; Thu, 16 Apr 2015 07:00:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B44BFDFDEB; Thu, 16 Apr 2015 07:00:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ilgrosso@apache.org To: commits@syncope.apache.org Date: Thu, 16 Apr 2015 07:00:46 -0000 Message-Id: <2da00f37a496492a966d686f45420ff8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/5] syncope git commit: fix jackson, commons-lang3 version in Import-Package Repository: syncope Updated Branches: refs/heads/1_2_X 5e31babda -> 945158788 refs/heads/master 5c049cdf4 -> 0b87dbd74 fix jackson, commons-lang3 version in Import-Package Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/cc053d68 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/cc053d68 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/cc053d68 Branch: refs/heads/1_2_X Commit: cc053d68498bf4b7e5896cae64468e7b90e7c0ee Parents: cb0db4a Author: xldai Authored: Thu Apr 16 10:27:27 2015 +0800 Committer: xldai Committed: Thu Apr 16 10:27:27 2015 +0800 ---------------------------------------------------------------------- client/pom.xml | 2 +- common/pom.xml | 4 ++-- console/pom.xml | 2 +- core/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/cc053d68/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index b0ae3d0..7dba413 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -96,7 +96,7 @@ under the License. org.apache.syncope.client*;version=${project.version};-split-package:=merge-first - com.fasterxml.jackson*;version="[2.2.2,2.3)", + com.fasterxml.jackson*;version="[2.2.2,3)", org.slf4j;resolution:=optional, * http://git-wip-us.apache.org/repos/asf/syncope/blob/cc053d68/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 8f608c6..247af7b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -119,8 +119,8 @@ under the License. org.apache.syncope.common*;version=${project.version};-split-package:=merge-first - org.apache.commons.lang3;version="[3.1,3.2)", - com.fasterxml.jackson.annotation;version="[2.2.2,2.3)", + org.apache.commons.lang3;version="[3.1,4)", + com.fasterxml.jackson.annotation;version="[2.2.2,3)", org.springframework*;version="[3,4)", org.apache.logging.log4j*;resolution:=optional, org.slf4j;resolution:=optional, http://git-wip-us.apache.org/repos/asf/syncope/blob/cc053d68/console/pom.xml ---------------------------------------------------------------------- diff --git a/console/pom.xml b/console/pom.xml index ed2caa9..dbd693a 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -390,7 +390,7 @@ under the License. org.apache.syncope.client*;version=${project.version}, org.apache.syncope.common*;version=${project.version}, org.apache.wicket*;version="[6,7)", - com.fasterxml.jackson*;version="[2.2.2,2.3)", + com.fasterxml.jackson*;version="[2.2.2,3)", org.springframework*;version="[3,4)", ch.qos.logback.classic;resolution:=optional, javax.swing.tree;resolution:=optional, http://git-wip-us.apache.org/repos/asf/syncope/blob/cc053d68/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index bc4d7bb..1345f2c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -617,7 +617,7 @@ under the License. org.apache.openjpa*;version="[2,3)", org.apache.syncope.common*;version=${project.version}, org.apache.velocity*;version="[1.7,2)", - com.fasterxml.jackson*;version="[2.2.2,2.3)", + com.fasterxml.jackson*;version="[2.2.2,3)", org.jasypt.digest;version="[1.9,2)", org.quartz*;version="[2.1,3)", org.springframework*;version="[3,4)",