Skip to content

Commit 9fa0817

Browse files
author
Karl Rieb
committed
Add comment about Jackson 2.8+ JDK incompatibilities.
1 parent de3986b commit 9fa0817

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
<version>2.7.1</version>
5757
</dependency>
5858

59+
<!-- Important: Jackson 2.8+ will be free to use JDK7 features
60+
and no longer guarantees JDK6 compatibility -->
5961
<dependency>
6062
<groupId>com.fasterxml.jackson.core</groupId>
6163
<artifactId>jackson-core</artifactId>
@@ -65,7 +67,7 @@
6567
<dependency>
6668
<groupId>com.fasterxml.jackson.core</groupId>
6769
<artifactId>jackson-databind</artifactId>
68-
<version>2.7.1</version>
70+
<version>2.7.1-1</version>
6971
</dependency>
7072

7173
<!-- A "soft" dependency on the Servlet API. -->

0 commit comments

Comments
 (0)