upgrade to aws 1.0.008

This commit is contained in:
kimchy 2010-08-24 03:58:45 +03:00
parent df23d8f7ec
commit c85019fb86
3 changed files with 6 additions and 5 deletions

View File

@ -16,10 +16,11 @@
<orderEntry type="module-library" exported="">
<library name="jarjar">
<CLASSES>
<root url="jar://$MODULE_DIR$/../../modules/jarjar/build/libs/jarjar-0.9.1-SNAPSHOT.jar!/" />
<root url="file://$MODULE_DIR$/../../modules/jarjar/build/libs" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/../../modules/jarjar/build/libs" recursive="false" />
</library>
</orderEntry>
<orderEntry type="library" exported="" name="logging" level="project" />

View File

@ -14,14 +14,14 @@
<orderEntry type="module-library">
<library name="aws-java-sdk">
<CLASSES>
<root url="jar://$GRADLE_REPOSITORY$/com.amazonaws/aws-java-sdk/jars/aws-java-sdk-1.0.007.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-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!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/../../../../../opt/aws-java-sdk/1.0.007/lib/aws-java-sdk-1.0.007-sources.jar!/" />
<root url="jar://$MODULE_DIR$/../../../../../opt/aws-java-sdk/1.0.008/lib/aws-java-sdk-1.0.008-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>

View File

@ -31,12 +31,12 @@ configurations {
dependencies {
compile project(':elasticsearch')
compile("com.amazonaws:aws-java-sdk:1.0.007") { transitive = false }
compile("com.amazonaws:aws-java-sdk:1.0.008") { transitive = false }
runtime("commons-logging:commons-logging:1.1.1") { transitive = false }
runtime("commons-codec:commons-codec:1.3") { transitive = false }
runtime("commons-httpclient:commons-httpclient:3.0.1") { transitive = false }
distLib("com.amazonaws:aws-java-sdk:1.0.007") { transitive = false }
distLib("com.amazonaws:aws-java-sdk:1.0.008") { transitive = false }
distLib("commons-codec:commons-codec:1.3") { transitive = false }
distLib("commons-logging:commons-logging:1.1.1") { transitive = false }
distLib("commons-httpclient:commons-httpclient:3.0.1") { transitive = false }