We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a45fbc commit d3d55eeCopy full SHA for d3d55ee
micro-elasticache/build.gradle
@@ -1,13 +1,10 @@
1
apply plugin: 'groovy'
2
apply plugin: 'java'
3
-repositories {
4
-
5
- maven { url "https://jitpack.io" }
6
-}
+repositories {}
7
8
description = 'micro-elasticache'
9
dependencies {
10
- compile group: 'com.amazonaws', name: 'aws-java-sdk-elasticache', version: '1.10.42'
+ compile group: 'com.amazonaws', name: 'aws-java-sdk-elasticache', version: '1.11.126'
11
compile group: 'net.spy', name: 'spymemcached', version: '2.12.3'
12
compile project(':micro-core')
13
compile project(':micro-guava')
0 commit comments