Skip to content

Commit

Permalink
Remove excludes in test dependencies (opendistro-for-elasticsearch#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbbaughe committed Jan 16, 2020
1 parent 537632a commit fde11ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ allOpen {

configurations {
ktlint
testCompile {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "commons-codec", module: "commons-codec"
exclude group: "org.apache.httpcomponents", module: "httpclient"
exclude group: "org.apache.httpcomponents", module: "httpcore"
}
}

detekt {
Expand Down

0 comments on commit fde11ab

Please sign in to comment.