File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<groupId >com.fasterxml.jackson.core</groupId >
12
12
<artifactId >jackson-databind</artifactId >
13
- <version >2.8.3 -SNAPSHOT</version >
13
+ <version >2.9.0 -SNAPSHOT</version >
14
14
<name >jackson-databind</name >
15
15
<packaging >bundle</packaging >
16
16
<description >General data-binding functionality for Jackson: works on core streaming API</description >
25
25
</scm >
26
26
27
27
<properties >
28
- <!-- With Jackson 2.8 we will require JDK 7 (except for annotations/streaming),
28
+ <!-- With Jackson 2.9 we will require JDK 7 (except for annotations/streaming),
29
29
and new language features (diamond pattern) may be used.
30
- Whether JDK dependencies are directly used is an open question as of Feb-2016
30
+ JDK classes are still loaded dynamically since there isn't much downside
31
+ (small number of types); this allows use on JDK 6 platforms still (including
32
+ Android)
31
33
-->
32
34
<javac .src.version>1.7</javac .src.version>
33
35
<javac .target.version>1.7</javac .target.version>
You can’t perform that action at this time.
0 commit comments