Skip to content

Commit

Permalink
fix for failing functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Feb 18, 2013
1 parent 7399121 commit 1c6d4cf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -181,7 +181,7 @@ public Object doCall() {
String datastoreMappingVersion = "1.1.4.BUILD-SNAPSHOT";
ModuleRevisionId[] compileDependencies = {
ModuleRevisionId.newInstance("aopalliance", "aopalliance", "1.0"),
ModuleRevisionId.newInstance("com.googlecode.concurrentlinkedhashmap", "concurrentlinkedhashmap-lru", "1.2_jdk5"),
ModuleRevisionId.newInstance("com.googlecode.concurrentlinkedhashmap", "concurrentlinkedhashmap-lru", "1.3.1"),
ModuleRevisionId.newInstance("commons-codec", "commons-codec", "1.5"),
ModuleRevisionId.newInstance("commons-collections", "commons-collections", "3.2.1"),
ModuleRevisionId.newInstance("commons-io", "commons-io", "2.1"),
Expand Down

0 comments on commit 1c6d4cf

Please sign in to comment.