Skip to content
Snippets Groups Projects
Commit bd74301f authored by tedyu's avatar tedyu Committed by Michael Armbrust
Browse files

[BUILD] Reference fasterxml.jackson.version in sql/core/pom.xml

Author: tedyu <yuzhihong@gmail.com>

Closes #6031 from tedyu/master and squashes the following commits:

5c2580c [tedyu] Reference fasterxml.jackson.version in sql/core/pom.xml
ff2a44f [tedyu] Merge branch 'master' of github.com:apache/spark
28c8394 [tedyu] Upgrade version of jackson-databind in sql/core/pom.xml
parent 3071aac3
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.4.4</version>
<version>${fasterxml.jackson.version}</version>
</dependency>
<dependency>
<groupId>org.jodd</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment