upgrade to amazon aws jdk 1.0.10
This commit is contained in:
parent
eb4f4f99b3
commit
ed96d161a6
|
@ -17,12 +17,10 @@
|
||||||
<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.008.jar!/" />
|
<root url="jar://$GRADLE_REPOSITORY$/com.amazonaws/aws-java-sdk/jars/aws-java-sdk-1.0.10.jar!/" />
|
||||||
</CLASSES>
|
</CLASSES>
|
||||||
<JAVADOC />
|
<JAVADOC />
|
||||||
<SOURCES>
|
<SOURCES />
|
||||||
<root url="jar://$MODULE_DIR$/../../../../../opt/aws-java-sdk/1.0.008/lib/aws-java-sdk-1.0.008-sources.jar!/" />
|
|
||||||
</SOURCES>
|
|
||||||
</library>
|
</library>
|
||||||
</orderEntry>
|
</orderEntry>
|
||||||
<orderEntry type="module" module-name="test-testng" scope="TEST" />
|
<orderEntry type="module" module-name="test-testng" scope="TEST" />
|
||||||
|
|
|
@ -31,7 +31,7 @@ configurations {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':elasticsearch')
|
compile project(':elasticsearch')
|
||||||
compile("com.amazonaws:aws-java-sdk:1.0.008") { transitive = false }
|
compile("com.amazonaws:aws-java-sdk:1.0.10") { 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 }
|
||||||
|
|
Loading…
Reference in New Issue