Skip to content

Commit

Permalink
Merge pull request #69 from muellerfabian/master
Browse files Browse the repository at this point in the history
Removed conflicting dependency
  • Loading branch information
eyalbe4 committed Dec 14, 2015
2 parents 571a583 + 52de1ad commit cd8956f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ dependencies {
compile addGroovy('groovy')
compile addGroovy('groovy-json')
compile addGroovy('groovy-xml')
compile group: 'org.codehaus.groovy.modules.http-builder', name: 'http-builder', version: '0.7.1'
compile (group:'org.codehaus.groovy.modules.http-builder', name: 'http-builder', version: '0.7.1') {
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}
compile group: 'net.sourceforge.nekohtml', name: 'nekohtml', version: '1.9.17'
compile addSlf4J('slf4j-api')
compile addSlf4J('log4j-over-slf4j')
Expand Down

0 comments on commit cd8956f

Please sign in to comment.