@@ -36,11 +36,11 @@ archivesBaseName = 'applicationinsights-core'
3636
3737dependencies {
3838 provided (project(' :agent' )) { 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'
42- compile group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.3.5'
43- compile group : ' com.google.guava' , name : ' guava' , version : ' 12.0.1'
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' ])
42+ compile ([ group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.3.5' ])
43+ compile ([ group : ' com.google.guava' , name : ' guava' , version : ' 12.0.1' ])
4444 testCompile group : ' junit' , name : ' junit' , version : ' 4.11'
4545 testCompile group : ' org.mockito' , name : ' mockito-all' , version : ' 1.8.0'
4646 testCompile group : ' com.google.code.gson' , name : ' gson' , version : ' 1.7.2'
@@ -52,6 +52,7 @@ shadowJar {
5252 relocate ' eu.infomas.annotation' , ' com.microsoft.applicationinsights.core.dependencies.annotation'
5353 relocate ' org.apache.commons' , ' com.microsoft.applicationinsights.core.dependencies.apachecommons'
5454 relocate ' com.google.common' , ' com.microsoft.applicationinsights.core.dependencies.googlecommon'
55+ relocate ' javax.annotation' , ' com.microsoft.applicationinsights.core.dependencies.javaxannotation'
5556}
5657
5758jar {
0 commit comments