File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5050shadowJar {
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
You can’t perform that action at this time.
0 commit comments