Skip to content

Commit de8f7a0

Browse files
committed
upgrade to newer jackson-parent
1 parent 054909d commit de8f7a0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-parent</artifactId>
6-
<version>2.7</version>
6+
<version>2.8-rc1-SNAPSHOT</version>
77
</parent>
88

99
<groupId>com.fasterxml.jackson.core</groupId>
@@ -23,7 +23,7 @@
2323
</scm>
2424

2525
<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 -->
2727
<javac.src.version>1.6</javac.src.version>
2828
<javac.target.version>1.6</javac.target.version>
2929

@@ -36,6 +36,14 @@ com.fasterxml.jackson.core.*;version=${project.version}
3636
<packageVersion.package>${project.groupId}.json</packageVersion.package>
3737
</properties>
3838

39+
<dependencies>
40+
<dependency>
41+
<groupId>junit</groupId>
42+
<artifactId>junit</artifactId>
43+
<scope>test</scope>
44+
</dependency>
45+
</dependencies>
46+
3947
<build>
4048
<plugins>
4149
<plugin>

0 commit comments

Comments
 (0)