Commit b805e817da271f9036b49322cd2573d36ea1616e

Authored by fangcheng
Exists in master

Merge branch 'master' of https://git.healthbaby.com.cn/jiangjiazhi/center

Showing 1 changed file

parent/pom.xml View file @ b805e81
... ... @@ -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>