Skip to content

Commit fa63a18

Browse files
committed
reclassified dependency only used in tests
1 parent d005fc5 commit fa63a18

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

web/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dependencies {
3232
provided (project(':agent')) { transitive = false }
3333
compile (project(':core')) { transitive = false }
3434
compile ([group: 'org.apache.commons', name: 'commons-lang3', version: '3.7'])
35-
compile ([group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.3'])
3635
provided 'com.opensymphony:xwork:2.0.4' // Struts 2
3736
provided 'org.springframework:spring-webmvc:3.1.0.RELEASE'
3837
provided group: 'javax.servlet', name: 'servlet-api', version: '2.5'
@@ -45,11 +44,11 @@ dependencies {
4544
testCompile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.1'
4645
testCompile group: 'org.json', name:'json', version:'20090211'
4746
testCompile group: 'com.microsoft.azure', name: 'azure-storage', version: '2.1.0'
47+
testCompile ([group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.3'])
4848
}
4949

5050
shadowJar {
5151
classifier=''
52-
relocate 'org.apache.http', 'com.microsoft.applicationinsights.web.dependencies.http'
5352
relocate 'org.apache.commons', 'com.microsoft.applicationinsights.web.dependencies.apachecommons'
5453
}
5554

0 commit comments

Comments
 (0)