Codebase list jackson-datatype-joda / b0711aa
Refreshed the patches Emmanuel Bourg 8 years ago
3 changed file(s) with 6 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 jackson-datatype-joda (2.4.3-3) UNRELEASED; urgency=medium
0 jackson-datatype-joda (2.7.3-1) UNRELEASED; urgency=medium
11
22 * Team upload.
3 * New upstream release
4 - Refreshed the patches
35 * Standards-Version updated to 3.9.8 (no changes)
46 * Use secure Vcs-* URLs
57
33 Forwarded: not-needed
44 --- a/pom.xml
55 +++ b/pom.xml
6 @@ -69,6 +69,13 @@
6 @@ -65,6 +65,13 @@
7 <version>2.4</version>
78 </dependency>
8 -->
99
1010 + <dependency>
1111 + <groupId>junit</groupId>
66 @@ -10,7 +10,6 @@
77 <artifactId>jackson-datatype-joda</artifactId>
88 <name>Jackson-datatype-Joda</name>
9 <version>2.4.3</version>
9 <version>2.7.3</version>
1010 - <packaging>bundle</packaging>
1111 <description>Add-on module for Jackson (http://jackson.codehaus.org) to support
1212 Joda (http://joda-time.sourceforge.net/) data types.