Skip to content

Commit 10249c1

Browse files
committed
update build dependencies after move
1 parent 92006b1 commit 10249c1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/webapps/PerfTestApp/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
apply plugin: 'war'
22

3+
def aiSdkVersion = version
4+
35
dependencies {
4-
compile aiCoreJar
6+
compile "com.microsoft.azure:applicationinsights-core:$aiSdkVersion"
57
// compile aiWebJar
68
compile 'com.google.guava:guava:20.0'
79
compile 'org.apache.httpcomponents:httpclient:4.5.3'

test/webapps/PerfTestAppSpringBoot/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ compileJava.targetCompatibility = 1.7
1717
compileSmokeTestJava.sourceCompatibility = 1.8
1818
compileSmokeTestJava.targetCompatibility = 1.8
1919

20+
def aiSdkVersion = version
21+
2022
dependencies {
21-
compile springBootStarterJar
23+
compile "com.microsoft.azure:applicationinsights-spring-boot-starter:$aiSdkVersion"
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'

0 commit comments

Comments
 (0)