commit | cd9ed33e0938676af5ab328147758ae2c53709f8 | [log] [tgz] |
---|---|---|
author | Joachim Bingel <joa.bingel@gmail.com> | Mon Dec 09 21:01:35 2013 +0000 |
committer | Joachim Bingel <joa.bingel@gmail.com> | Mon Dec 09 21:01:35 2013 +0000 |
tree | eb13a5c9fe91ea73f6a9006d55fa98b8fa426154 | |
parent | 53333e69008388a14202f431fb58b4ada69c3b12 [diff] [blame] |
filled test class, support earlier bugs when using spaces, need to look at occurrence
diff --git a/pom.xml b/pom.xml index 33c05c5..e3749d5 100644 --- a/pom.xml +++ b/pom.xml
@@ -52,6 +52,11 @@ <artifactId>joda-time</artifactId> <version>2.2</version> </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.6</version> + </dependency> </dependencies> <build> <sourceDirectory>${basedir}/src/main/java</sourceDirectory>