Skip to content

Commit 53a3d45

Browse files
committed
Fixing included assemblies per PR comment, removing bugfix for #369
1 parent eae3f05 commit 53a3d45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ dependencies {
3939
compile ([group: 'eu.infomas', name: 'annotation-detector', version: '3.0.4'])
4040
compile ([group: 'commons-io', name: 'commons-io', version: '2.4' ])
4141
compile ([group: 'org.apache.commons', name: 'commons-lang3', version: '3.1'])
42-
compile ([group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.3'])
43-
compile ([group: 'com.google.guava', name: 'guava', version: '12.0.1']) { transitive = false }
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

5758
jar {

0 commit comments

Comments
 (0)