shaofengshi closed pull request #144: KYLIN-3372 upgrade jackson databind
version to 2.9.5
URL: https://github.com/apache/kylin/pull/144
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/pom.xml b/pom.xml
index a8e8312e1c..e6372c5417 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
<commons-collections.version>3.2.2</commons-collections.version>
<!-- Calcite deps, keep compatible with calcite.version -->
- <jackson.version>2.6.7.1</jackson.version>
+ <jackson.version>2.9.5</jackson.version>
<!-- Test Dependency versions -->
<antlr.version>3.4</antlr.version>
@@ -595,11 +595,21 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
<!-- Spark dependency -->
<dependency>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services