commit | 296a031eae4d465eef50db43bb54b3a1618029e9 | [log] [tgz] |
---|---|---|
author | Michael Hanl <micha.hanl@gmail.com> | Thu Dec 05 17:27:51 2013 +0000 |
committer | Michael Hanl <micha.hanl@gmail.com> | Thu Dec 05 17:27:51 2013 +0000 |
tree | 05694a28a5f205460f55f3a72675f7cb2de53809 | |
parent | f54a9b0e7a8c753f811e4227432077f7466cb883 [diff] [blame] |
json date format for pubdate (currently default is yyyy-mm-dd)
diff --git a/pom.xml b/pom.xml index 27a2667..3017972 100644 --- a/pom.xml +++ b/pom.xml
@@ -42,6 +42,11 @@ <version>4.11</version> <scope>test</scope> </dependency> + <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + <version>2.2</version> + </dependency> </dependencies> <build> <sourceDirectory>${basedir}/src/main/java</sourceDirectory>