File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' war'
22
3+ def aiSdkVersion = version
4+
35dependencies {
4- compile aiCoreJar
6+ compile " com.microsoft.azure:applicationinsights-core: $a iSdkVersion "
57// compile aiWebJar
68 compile ' com.google.guava:guava:20.0'
79 compile ' org.apache.httpcomponents:httpclient:4.5.3'
Original file line number Diff line number Diff line change @@ -17,8 +17,10 @@ compileJava.targetCompatibility = 1.7
1717compileSmokeTestJava. sourceCompatibility = 1.8
1818compileSmokeTestJava. targetCompatibility = 1.8
1919
20+ def aiSdkVersion = version
21+
2022dependencies {
21- compile springBootStarterJar
23+ compile " com.microsoft.azure:applicationinsights-spring-boot-starter: $a iSdkVersion "
2224 compile group : ' org.springframework.boot' , name : ' spring-boot-starter-web'
2325 compile group : ' org.springframework.boot' , name : ' spring-boot-starter-tomcat'
2426 compile ' com.google.guava:guava:20.0'
You can’t perform that action at this time.
0 commit comments