diff options
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index d0ea9db4d..560e6fe5a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -60,6 +60,12 @@ <scope>runtime</scope> <optional>true</optional> </dependency> + <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + <version>1.6.2</version> + </dependency> + </dependencies> <build> |