Skip to content

Commit 5b06b4c

Browse files
committed
Move Dependencies
1 parent 5c8d30a commit 5b06b4c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ plugins {
1818
id "org.sonarqube" version "3.3"
1919
}
2020

21-
dependencies {
22-
compileOnly 'net.jcip:jcip-annotations:1.0'
23-
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.1'
24-
testCompileOnly 'net.jcip:jcip-annotations:1.0'
25-
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.1'
26-
}
27-
2821
java {
2922
modularity.inferModulePath = true
3023
}

gradle/dependencies.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ dependencies {
1111

1212
implementation 'com.google.code.gson:gson:2.8.9'
1313
api 'com.azure:azure-core:1.24.0'
14+
15+
compileOnly 'net.jcip:jcip-annotations:1.0'
16+
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.1'
17+
testCompileOnly 'net.jcip:jcip-annotations:1.0'
18+
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.1'
1419
}

0 commit comments

Comments
 (0)