This is an automated email from the ASF dual-hosted git repository.
rkamath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push:
new 9528b29 [ZEPPELIN-4197] Upgrade Jackson to 2.9.9
9528b29 is described below
commit 9528b29e9659a4473560a1b68edb3311c95679ba
Author: Renjith Kamath <[email protected]>
AuthorDate: Mon Jun 17 12:05:40 2019 +0530
[ZEPPELIN-4197] Upgrade Jackson to 2.9.9
Upgrade Jackson to 2.9.9
Improvement
--
[ZEPPELIN-4197](https://issues.apache.org/jira/browse/ZEPPELIN-4197)
* Should pass CI
* Does the licenses files need update? Yes
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Renjith Kamath <[email protected]>
Closes #3386 from r-kamath/ZEPPELIN-4197 and squashes the following commits:
667ea2bac [Renjith Kamath] ZEPPELIN-4197 Upgrade Jackson to 2.9.9
Change-Id: I4c5fbcf1c3988a45120c4c401361ee36f7fcb0a3
---
zeppelin-distribution/src/bin_license/LICENSE | 4 ++--
zeppelin-server/pom.xml | 14 ++++++++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/zeppelin-distribution/src/bin_license/LICENSE
b/zeppelin-distribution/src/bin_license/LICENSE
index 1911e6d..a95cf90 100644
--- a/zeppelin-distribution/src/bin_license/LICENSE
+++ b/zeppelin-distribution/src/bin_license/LICENSE
@@ -53,8 +53,8 @@ The following components are provided under Apache License.
(Apache 2.0) findbugs jsr305 (com.google.code.findbugs:jsr305:jar:1.3.9 -
http://findbugs.sourceforge.net/)
(Apache 2.0) Google Guava (com.google.guava:guava:15.0 -
https://code.google.com/p/guava-libraries/)
(Apache 2.0) Jackson (com.fasterxml.jackson.core:jackson-core:2.7.0 -
https://github.com/FasterXML/jackson-core)
- (Apache 2.0) Jackson (com.fasterxml.jackson.core:jackson-annotations:2.7.0
- https://github.com/FasterXML/jackson-core)
- (Apache 2.0) Jackson (com.fasterxml.jackson.core:jackson-databind:2.7.0 -
https://github.com/FasterXML/jackson-core)
+ (Apache 2.0) Jackson (com.fasterxml.jackson.core:jackson-annotations:2.9.9
- https://github.com/FasterXML/jackson-core)
+ (Apache 2.0) Jackson (com.fasterxml.jackson.core:jackson-databind:2.9.9 -
https://github.com/FasterXML/jackson-core)
(Apache 2.0) Jackson Mapper ASL
(org.codehaus.jackson:jackson-mapper-asl:1.9.13 -
https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl/1.9.13)
(Apache 2.0) javax.servlet
(org.eclipse.jetty.orbit:javax.servlet:jar:3.1.0.v201112011016 -
http://www.eclipse.org/jetty)
(Apache 2.0) Joda-Time (joda-time:joda-time:2.8.1 -
http://www.joda.org/joda-time/)
diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml
index e2f8101..d7719f3 100644
--- a/zeppelin-server/pom.xml
+++ b/zeppelin-server/pom.xml
@@ -147,12 +147,22 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.8.11.1</version>
+ <version>2.9.9</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
@@ -219,7 +229,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.8.0</version>
+ <version>2.9.9</version>
</dependency>
<dependency>