Add dependency management for the Wavefront SDK

Closes gh-21065
pull/21069/head
Stephane Nicoll 5 years ago
parent 692885f71e
commit 01aa5d9ebe

@ -1797,6 +1797,13 @@ bom {
]
}
}
library("Wavefront SDK", "2.2") {
group("com.wavefront") {
modules = [
"wavefront-sdk-java"
]
}
}
library("WebJars HAL Browser", "3325375") {
group("org.webjars") {
modules = [

Loading…
Cancel
Save