From commits-return-12837-archive-asf-public=cust-asf.ponee.io@sentry.apache.org Wed Sep 5 17:17:41 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1D9CF180654 for ; Wed, 5 Sep 2018 17:17:40 +0200 (CEST) Received: (qmail 67525 invoked by uid 500); 5 Sep 2018 15:17:40 -0000 Mailing-List: contact commits-help@sentry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sentry.apache.org Delivered-To: mailing list commits@sentry.apache.org Received: (qmail 67514 invoked by uid 99); 5 Sep 2018 15:17:40 -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; Wed, 05 Sep 2018 15:17:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 17F7BE0054; Wed, 5 Sep 2018 15:17:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spena@apache.org To: commits@sentry.apache.org Message-Id: <6a2e2dc4f69c468490ce4b374527c39f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: sentry git commit: SENTRY-2376: Bump Jackson libraries versions to 1.9.13 and 2.9.6 (Sergio Pena, reviewed by kalyan kumar kalvagadda) Date: Wed, 5 Sep 2018 15:17:40 +0000 (UTC) Repository: sentry Updated Branches: refs/heads/master 2cf239a21 -> d9cc5c9fd SENTRY-2376: Bump Jackson libraries versions to 1.9.13 and 2.9.6 (Sergio Pena, reviewed by kalyan kumar kalvagadda) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/d9cc5c9f Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/d9cc5c9f Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/d9cc5c9f Branch: refs/heads/master Commit: d9cc5c9fd0f930d3fad74c6427aef1bfcda408f7 Parents: 2cf239a Author: Sergio Pena Authored: Wed Sep 5 10:17:13 2018 -0500 Committer: Sergio Pena Committed: Wed Sep 5 10:17:13 2018 -0500 ---------------------------------------------------------------------- pom.xml | 54 +++++++++++++++++++++++++++-- sentry-tests/sentry-tests-hive/pom.xml | 8 +++++ 2 files changed, 59 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/d9cc5c9f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2decff1..d5f9dc6 100644 --- a/pom.xml +++ b/pom.xml @@ -73,9 +73,9 @@ limitations under the License. 2.7.5 1.3 2.3.3 - 1.8.10 - 2.2.3 - 1.8.10 + 1.9.13 + 2.9.6 + 1.9.13 3.0.1 9.3.21.v20170918 2.5 @@ -166,6 +166,14 @@ limitations under the License. jackson-mapper-asl org.codehaus.jackson + + jackson-jaxrs + org.codehaus.jackson + + + jackson-xc + org.codehaus.jackson + @@ -198,6 +206,10 @@ limitations under the License. jackson-mapper-asl org.codehaus.jackson + + jackson-xc + org.codehaus.jackson + @@ -214,6 +226,10 @@ limitations under the License. jackson-mapper-asl org.codehaus.jackson + + jackson-xc + org.codehaus.jackson + @@ -225,6 +241,10 @@ limitations under the License. jackson-mapper-asl org.codehaus.jackson + + jackson-xc + org.codehaus.jackson + @@ -270,6 +290,14 @@ limitations under the License. jackson-mapper-asl org.codehaus.jackson + + jackson-annotations + com.fasterxml.jackson.core + + + jackson-dataformat-smile + com.fasterxml.jackson.dataformat + @@ -285,6 +313,14 @@ limitations under the License. jackson-mapper-asl org.codehaus.jackson + + jackson-annotations + com.fasterxml.jackson.core + + + jackson-dataformat-smile + com.fasterxml.jackson.dataformat + @@ -481,6 +517,10 @@ limitations under the License. org.apache.logging.log4j log4j-web + + jackson-xc + org.codehaus.jackson + @@ -564,6 +604,10 @@ limitations under the License. jackson-mapper-asl org.codehaus.jackson + + jackson-xc + org.codehaus.jackson + @@ -897,6 +941,10 @@ limitations under the License. jackson-mapper-asl org.codehaus.jackson + + jackson-xc + org.codehaus.jackson + http://git-wip-us.apache.org/repos/asf/sentry/blob/d9cc5c9f/sentry-tests/sentry-tests-hive/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-hive/pom.xml b/sentry-tests/sentry-tests-hive/pom.xml index a167e76..388023c 100644 --- a/sentry-tests/sentry-tests-hive/pom.xml +++ b/sentry-tests/sentry-tests-hive/pom.xml @@ -229,6 +229,10 @@ limitations under the License. jackson-mapper-asl org.codehaus.jackson + + jackson-xc + org.codehaus.jackson + @@ -344,6 +348,10 @@ limitations under the License. jackson-databind com.fasterxml.jackson.core + + jackson-annotations + com.fasterxml.jackson.core +