@@ -36,11 +36,11 @@ archivesBaseName = 'applicationinsights-core'
36
36
37
37
dependencies {
38
38
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' ])
44
44
testCompile group : ' junit' , name : ' junit' , version : ' 4.11'
45
45
testCompile group : ' org.mockito' , name : ' mockito-all' , version : ' 1.8.0'
46
46
testCompile group : ' com.google.code.gson' , name : ' gson' , version : ' 1.7.2'
@@ -52,6 +52,7 @@ shadowJar {
52
52
relocate ' eu.infomas.annotation' , ' com.microsoft.applicationinsights.core.dependencies.annotation'
53
53
relocate ' org.apache.commons' , ' com.microsoft.applicationinsights.core.dependencies.apachecommons'
54
54
relocate ' com.google.common' , ' com.microsoft.applicationinsights.core.dependencies.googlecommon'
55
+ relocate ' javax.annotation' , ' com.microsoft.applicationinsights.core.dependencies.javaxannotation'
55
56
}
56
57
57
58
jar {
0 commit comments