move dependency version to base pom

This commit is contained in:
xvrl 2012-12-06 15:54:40 -08:00
parent c11334934e
commit 503b919461
2 changed files with 5 additions and 1 deletions

View File

@ -173,7 +173,6 @@
<dependency>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>spymemcached</artifactId>
<version>2.8.4</version>
</dependency>
<!-- Tests -->

View File

@ -257,6 +257,11 @@
<artifactId>zkclient</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>spymemcached</artifactId>
<version>2.8.4</version>
</dependency>
<!-- Test Scope -->
<dependency>