upgrade to aws 1.0.14
This commit is contained in:
parent
e6b4a8b55c
commit
0ec79e6645
|
@ -17,7 +17,7 @@
|
||||||
<root url="jar://$GRADLE_REPOSITORY$/commons-httpclient/commons-httpclient/jars/commons-httpclient-3.0.1.jar!/" />
|
<root url="jar://$GRADLE_REPOSITORY$/commons-httpclient/commons-httpclient/jars/commons-httpclient-3.0.1.jar!/" />
|
||||||
<root url="jar://$GRADLE_REPOSITORY$/commons-codec/commons-codec/jars/commons-codec-1.3.jar!/" />
|
<root url="jar://$GRADLE_REPOSITORY$/commons-codec/commons-codec/jars/commons-codec-1.3.jar!/" />
|
||||||
<root url="jar://$GRADLE_REPOSITORY$/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar!/" />
|
<root url="jar://$GRADLE_REPOSITORY$/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar!/" />
|
||||||
<root url="jar://$GRADLE_REPOSITORY$/com.amazonaws/aws-java-sdk/jars/aws-java-sdk-1.0.11.jar!/" />
|
<root url="jar://$GRADLE_REPOSITORY$/com.amazonaws/aws-java-sdk/jars/aws-java-sdk-1.0.14.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES />
|
<SOURCES />
|
||||||
|
|
|
@ -31,12 +31,12 @@ configurations {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':elasticsearch')
|
compile project(':elasticsearch')
|
||||||
compile("com.amazonaws:aws-java-sdk:1.0.11") { transitive = false }
|
compile("com.amazonaws:aws-java-sdk:1.0.14") { transitive = false }
|
||||||
runtime("commons-logging:commons-logging:1.1.1") { transitive = false }
|
runtime("commons-logging:commons-logging:1.1.1") { transitive = false }
|
||||||
runtime("commons-codec:commons-codec:1.3") { transitive = false }
|
runtime("commons-codec:commons-codec:1.3") { transitive = false }
|
||||||
runtime("commons-httpclient:commons-httpclient:3.0.1") { transitive = false }
|
runtime("commons-httpclient:commons-httpclient:3.0.1") { transitive = false }
|
||||||
|
|
||||||
distLib("com.amazonaws:aws-java-sdk:1.0.11") { transitive = false }
|
distLib("com.amazonaws:aws-java-sdk:1.0.14") { transitive = false }
|
||||||
distLib("commons-codec:commons-codec:1.3") { transitive = false }
|
distLib("commons-codec:commons-codec:1.3") { transitive = false }
|
||||||
distLib("commons-logging:commons-logging:1.1.1") { transitive = false }
|
distLib("commons-logging:commons-logging:1.1.1") { transitive = false }
|
||||||
distLib("commons-httpclient:commons-httpclient:3.0.1") { transitive = false }
|
distLib("commons-httpclient:commons-httpclient:3.0.1") { transitive = false }
|
||||||
|
|
Loading…
Reference in New Issue