Author: gk
Date: Mon Oct 22 13:34:59 2018
New Revision: 1844560

URL: http://svn.apache.org/viewvc?rev=1844560&view=rev
Log:
- Update datatype-json

Modified:
    turbine/fulcrum/trunk/json/jackson2/pom.xml

Modified: turbine/fulcrum/trunk/json/jackson2/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/json/jackson2/pom.xml?rev=1844560&r1=1844559&r2=1844560&view=diff
==============================================================================
--- turbine/fulcrum/trunk/json/jackson2/pom.xml (original)
+++ turbine/fulcrum/trunk/json/jackson2/pom.xml Mon Oct 22 13:34:59 2018
@@ -99,9 +99,9 @@
         <dependency>
           <groupId>com.fasterxml.jackson.datatype</groupId>
           <artifactId>jackson-datatype-json-org</artifactId>
-           <!--  2.7.x has Java 7 baseline, but not compiled with Java 6 
support (version 51 error:), cft. 
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.7 Changes: 
compatibility: ..  should still be possible to use Jackson 2.7 on Java 6, but 
not compile, build. With Jackson 2.8, Java 7 languages features will be allowed 
-->
+           <!--  2.8.11 has still geronimo as dependency, only 2.9.6 updates 
to org.json 201718, which has still 
https://www.apache.org/legal/resolved.html#json.  -->
           <!--version>${jackson2.version}</version-->
-          <version>2.6.6</version>
+          <version>2.8.11</version>
           <optional>true</optional>
         </dependency>
         <dependency>


Reply via email to