add spring cache memcached
Showing
1 changed file
with
24 additions
and
0 deletions
@@ -186,6 +186,30 @@ | @@ -186,6 +186,30 @@ | ||
186 | 186 | ||
187 | <!-- spring memcached--> | 187 | <!-- spring memcached--> |
188 | <dependency> | 188 | <dependency> |
189 | + <groupId>net.spy</groupId> | ||
190 | + <artifactId>spymemcached</artifactId> | ||
191 | + <version>2.12.0</version> | ||
192 | + <exclusions> | ||
193 | + <exclusion> | ||
194 | + <groupId>org.springframework</groupId> | ||
195 | + <artifactId>spring-beans</artifactId> | ||
196 | + </exclusion> | ||
197 | + <exclusion> | ||
198 | + <groupId>org.springframework</groupId> | ||
199 | + <artifactId>spring-aop</artifactId> | ||
200 | + </exclusion> | ||
201 | + <exclusion> | ||
202 | + <groupId>org.springframework</groupId> | ||
203 | + <artifactId>spring-context</artifactId> | ||
204 | + </exclusion> | ||
205 | + <exclusion> | ||
206 | + <groupId>org.springframework</groupId> | ||
207 | + <artifactId>spring-core</artifactId> | ||
208 | + </exclusion> | ||
209 | + </exclusions> | ||
210 | + </dependency> | ||
211 | + | ||
212 | + <dependency> | ||
189 | <groupId>com.google.code.simple-spring-memcached</groupId> | 213 | <groupId>com.google.code.simple-spring-memcached</groupId> |
190 | <artifactId>spring-cache</artifactId> | 214 | <artifactId>spring-cache</artifactId> |
191 | <version>3.6.0</version> | 215 | <version>3.6.0</version> |
-
Please register or login to post a comment