Skip to content

Commit

Permalink
Remove hack for the aws-sdk org
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuino committed Jan 11, 2013
1 parent 103197a commit 5b4d50f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gradle/netflix-oss.gradle
Expand Up @@ -9,11 +9,5 @@ rootProject {
def deps = compileConf.dependencies
def jackson = deps.findAll { it.group == 'org.codehaus.jackson' }
deps.removeAll(jackson)
def realDep = deps.find { it.group == 'com.amazonaws' && it.name == 'aws-java-sdk' }
if (realDep != null) {
def version = realDep.version
deps.remove(realDep)
project.dependencies.add('compile', "com.amazon:aws-java-sdk:${version}")
}
}
}

0 comments on commit 5b4d50f

Please sign in to comment.