1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<parent >
4
- <groupId >com.fasterxml</groupId >
5
- <artifactId >oss -parent</artifactId >
6
- <version >12 </version >
4
+ <groupId >com.fasterxml.jackson </groupId >
5
+ <artifactId >jackson -parent</artifactId >
6
+ <version >2.4 </version >
7
7
</parent >
8
8
<groupId >com.fasterxml.jackson.datatype</groupId >
9
9
<artifactId >jackson-datatype-guava</artifactId >
10
10
<name >Jackson-datatype-Guava</name >
11
- <version >2.3.3 -SNAPSHOT</version >
11
+ <version >2.4.0-rc2 -SNAPSHOT</version >
12
12
<packaging >bundle</packaging >
13
13
<description >Add-on datatype-support module for Jackson (http://jackson.codehaus.org) that handles
14
14
Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just collection ones)
@@ -29,7 +29,7 @@ Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just c
29
29
</contributors >
30
30
31
31
<properties >
32
- <version .jackson>2.3.3-SNAPSHOT </version .jackson>
32
+ <version .jackson>2.4.0-rc2 </version .jackson>
33
33
34
34
<!-- Generate PackageVersion.java into this directory. -->
35
35
<packageVersion .dir>com/fasterxml/jackson/datatype/guava</packageVersion .dir>
@@ -71,14 +71,6 @@ com.fasterxml.jackson.databind.type
71
71
<artifactId >guava</artifactId >
72
72
<version >15.0</version >
73
73
</dependency >
74
-
75
- <!-- and for testing, JUnit is needed -->
76
- <dependency >
77
- <groupId >junit</groupId >
78
- <artifactId >junit</artifactId >
79
- <version >4.11</version >
80
- <scope >test</scope >
81
- </dependency >
82
74
</dependencies >
83
75
84
76
<build >
0 commit comments