File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.fasterxml.jackson</groupId >
5
5
<artifactId >jackson-parent</artifactId >
6
- <version >2.7 </version >
6
+ <version >2.8-rc1-SNAPSHOT </version >
7
7
</parent >
8
8
9
9
<groupId >com.fasterxml.jackson.core</groupId >
23
23
</scm >
24
24
25
25
<properties >
26
- <!-- 03-Feb -2016, tatu: Retain Java6/JDK1.6 compatibility for streaming for Jackson 2.8 -->
26
+ <!-- 29-Apr -2016, tatu: Retain Java6/JDK1.6 compatibility for streaming for Jackson 2.8 -->
27
27
<javac .src.version>1.6</javac .src.version>
28
28
<javac .target.version>1.6</javac .target.version>
29
29
@@ -36,6 +36,14 @@ com.fasterxml.jackson.core.*;version=${project.version}
36
36
<packageVersion .package>${project.groupId} .json</packageVersion .package>
37
37
</properties >
38
38
39
+ <dependencies >
40
+ <dependency >
41
+ <groupId >junit</groupId >
42
+ <artifactId >junit</artifactId >
43
+ <scope >test</scope >
44
+ </dependency >
45
+ </dependencies >
46
+
39
47
<build >
40
48
<plugins >
41
49
<plugin >
You can’t perform that action at this time.
0 commit comments