Skip to content

Commit 01aa5d9

Browse files
committed
Add dependency management for the Wavefront SDK
Closes gh-21065
1 parent 692885f commit 01aa5d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,13 @@ bom {
17971797
]
17981798
}
17991799
}
1800+
library("Wavefront SDK", "2.2") {
1801+
group("com.wavefront") {
1802+
modules = [
1803+
"wavefront-sdk-java"
1804+
]
1805+
}
1806+
}
18001807
library("WebJars HAL Browser", "3325375") {
18011808
group("org.webjars") {
18021809
modules = [

0 commit comments

Comments
 (0)