Commit 5cf6cd6d authored by Phillip Webb's avatar Phillip Webb

Merge pull request #33 from bijukunjummen/jodatimedep

# By Biju Kunjummen
* jodatimedep:
  Added Joda-time managed dependency
parents 859b2663 f8ba0157
...@@ -60,6 +60,11 @@ ...@@ -60,6 +60,11 @@
<artifactId>jstl</artifactId> <artifactId>jstl</artifactId>
<version>1.2</version> <version>1.2</version>
</dependency> </dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.3</version>
</dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment