1 parent de3986b commit 9fa0817Copy full SHA for 9fa0817
1 file changed
pom.xml
@@ -56,6 +56,8 @@
56
<version>2.7.1</version>
57
</dependency>
58
59
+ <!-- Important: Jackson 2.8+ will be free to use JDK7 features
60
+ and no longer guarantees JDK6 compatibility -->
61
<dependency>
62
<groupId>com.fasterxml.jackson.core</groupId>
63
<artifactId>jackson-core</artifactId>
@@ -65,7 +67,7 @@
65
67
66
68
69
<artifactId>jackson-databind</artifactId>
- <version>2.7.1</version>
70
+ <version>2.7.1-1</version>
71
72
73
<!-- A "soft" dependency on the Servlet API. -->
0 commit comments