File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ archivesBaseName = 'applicationinsights-core'
3636
3737dependencies {
3838 provided (project(' :agent' )) { transitive = false }
39- compile ([group : ' eu.infomas' , name : ' annotation-detector' , version : ' 3.0.4' ]) { transitive = false }
40- compile ([group : ' commons-io' , name : ' commons-io' , version : ' 2.4' ]) { transitive = false }
41- compile ([group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.1' ]) { transitive = false }
39+ compile ([group : ' eu.infomas' , name : ' annotation-detector' , version : ' 3.0.4' ])
40+ compile ([group : ' commons-io' , name : ' commons-io' , version : ' 2.4' ])
41+ compile ([group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.1' ])
4242 compile ([group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.3' ])
4343 compile ([group : ' com.google.guava' , name : ' guava' , version : ' 12.0.1' ]) { transitive = false }
4444 testCompile group : ' junit' , name : ' junit' , version : ' 4.11'
You can’t perform that action at this time.
0 commit comments