blob: 7d220a818e38e1498fc6a64efd04dd82f4835ff5 [file] [log] [blame]
version = "0.1.2.BUILD-SNAPSHOT"
dependencies {
compile project(":grails-datastore-core")
compile('com.amazonaws:aws-java-sdk:1.6.10') {
exclude group:'commons-logging', module:'commons-logging'
exclude group:'org.apache.httpcomponents', module:'httpclient'
}
compile('org.apache.httpcomponents:httpclient:4.3.1'){
exclude group:'commons-logging', module:'commons-logging'
}
}