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 <[email protected]> Authored: Wed Sep 5 10:17:13 2018 -0500 Committer: Sergio Pena <[email protected]> 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. <hadoop.version>2.7.5</hadoop.version> <hamcrest.version>1.3</hamcrest.version> <hive.version>2.3.3</hive.version> - <jackson.version>1.8.10</jackson.version> - <jackson-databind.version>2.2.3</jackson-databind.version> - <jackson-mapper-asl.version>1.8.10</jackson-mapper-asl.version> + <jackson.version>1.9.13</jackson.version> + <jackson-databind.version>2.9.6</jackson-databind.version> + <jackson-mapper-asl.version>1.9.13</jackson-mapper-asl.version> <jdo-api.version>3.0.1</jdo-api.version> <jetty.version>9.3.21.v20170918</jetty.version> <joda-time.version>2.5</joda-time.version> @@ -166,6 +166,14 @@ limitations under the License. <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> + <exclusion> + <artifactId>jackson-jaxrs</artifactId> + <groupId>org.codehaus.jackson</groupId> + </exclusion> + <exclusion> + <artifactId>jackson-xc</artifactId> + <groupId>org.codehaus.jackson</groupId> + </exclusion> </exclusions> </dependency> <dependency> @@ -198,6 +206,10 @@ limitations under the License. <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> + <exclusion> + <artifactId>jackson-xc</artifactId> + <groupId>org.codehaus.jackson</groupId> + </exclusion> </exclusions> </dependency> <dependency> @@ -214,6 +226,10 @@ limitations under the License. <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> + <exclusion> + <artifactId>jackson-xc</artifactId> + <groupId>org.codehaus.jackson</groupId> + </exclusion> </exclusions> </dependency> <dependency> @@ -225,6 +241,10 @@ limitations under the License. <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> + <exclusion> + <artifactId>jackson-xc</artifactId> + <groupId>org.codehaus.jackson</groupId> + </exclusion> </exclusions> </dependency> <dependency> @@ -270,6 +290,14 @@ limitations under the License. <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> + <exclusion> + <artifactId>jackson-annotations</artifactId> + <groupId>com.fasterxml.jackson.core</groupId> + </exclusion> + <exclusion> + <artifactId>jackson-dataformat-smile</artifactId> + <groupId>com.fasterxml.jackson.dataformat</groupId> + </exclusion> </exclusions> </dependency> <dependency> @@ -285,6 +313,14 @@ limitations under the License. <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> + <exclusion> + <artifactId>jackson-annotations</artifactId> + <groupId>com.fasterxml.jackson.core</groupId> + </exclusion> + <exclusion> + <artifactId>jackson-dataformat-smile</artifactId> + <groupId>com.fasterxml.jackson.dataformat</groupId> + </exclusion> </exclusions> </dependency> <dependency> @@ -481,6 +517,10 @@ limitations under the License. <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-web</artifactId> </exclusion> + <exclusion> + <artifactId>jackson-xc</artifactId> + <groupId>org.codehaus.jackson</groupId> + </exclusion> </exclusions> </dependency> <dependency> @@ -564,6 +604,10 @@ limitations under the License. <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> + <exclusion> + <artifactId>jackson-xc</artifactId> + <groupId>org.codehaus.jackson</groupId> + </exclusion> </exclusions> </dependency> <dependency> @@ -897,6 +941,10 @@ limitations under the License. <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> + <exclusion> + <artifactId>jackson-xc</artifactId> + <groupId>org.codehaus.jackson</groupId> + </exclusion> </exclusions> </dependency> </dependencies> 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. <artifactId>jackson-mapper-asl</artifactId> <groupId>org.codehaus.jackson</groupId> </exclusion> + <exclusion> + <artifactId>jackson-xc</artifactId> + <groupId>org.codehaus.jackson</groupId> + </exclusion> </exclusions> </dependency> <dependency> @@ -344,6 +348,10 @@ limitations under the License. <artifactId>jackson-databind</artifactId> <groupId>com.fasterxml.jackson.core</groupId> </exclusion> + <exclusion> + <artifactId>jackson-annotations</artifactId> + <groupId>com.fasterxml.jackson.core</groupId> + </exclusion> </exclusions> </dependency> </dependencies>
