Commit 01aa5d9e authored by Stephane Nicoll's avatar Stephane Nicoll

Add dependency management for the Wavefront SDK

Closes gh-21065
parent 692885f7
...@@ -1797,6 +1797,13 @@ bom { ...@@ -1797,6 +1797,13 @@ bom {
] ]
} }
} }
library("Wavefront SDK", "2.2") {
group("com.wavefront") {
modules = [
"wavefront-sdk-java"
]
}
}
library("WebJars HAL Browser", "3325375") { library("WebJars HAL Browser", "3325375") {
group("org.webjars") { group("org.webjars") {
modules = [ modules = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment