Commit c6a1b775ac0e874a6640149d097f0eb6e61393a3

Authored by jiangjiazhi
1 parent f801be8e2a
Exists in master

update pom

Showing 1 changed file with 5 additions and 0 deletions

parent/pom.xml View file @ c6a1b77
... ... @@ -278,6 +278,11 @@
278 278 <artifactId>guava</artifactId>
279 279 <version>19.0-rc2</version>
280 280 </dependency>
  281 + <dependency>
  282 + <groupId>joda-time</groupId>
  283 + <artifactId>joda-time</artifactId>
  284 + <version>2.0</version>
  285 + </dependency>
281 286 </dependencies>
282 287 <build>
283 288 <finalName>${project.artifactId}</finalName>