...
|
...
|
@@ -186,6 +186,30 @@ |
|
|
|
|
|
<!-- spring memcached-->
|
|
|
<dependency>
|
|
|
<groupId>net.spy</groupId>
|
|
|
<artifactId>spymemcached</artifactId>
|
|
|
<version>2.12.0</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-aop</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.google.code.simple-spring-memcached</groupId>
|
|
|
<artifactId>spring-cache</artifactId>
|
|
|
<version>3.6.0</version>
|
...
|
...
|
|