Added additional joda time dependency

pull/306/merge
Amanda Anganes 2013-02-20 15:44:53 -05:00
parent 58ea01f0f8
commit 1398575061
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@
<artifactId>joda-time</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
<description>Reference implementation of OpenID Connect spec (http://openid.net/connect/).
</description>