Provide dependency management for org.crac:crac
Closes gh-38378
This commit is contained in:
@@ -214,6 +214,13 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Crac", "1.4.0") {
|
||||
group("org.crac") {
|
||||
modules = [
|
||||
"crac"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("DB2 JDBC", "11.5.8.0") {
|
||||
group("com.ibm.db2") {
|
||||
modules = [
|
||||
|
||||
@@ -48,13 +48,6 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Crac", "1.4.0") {
|
||||
group("org.crac") {
|
||||
modules = [
|
||||
"crac"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Jakarta Inject", "2.0.1") {
|
||||
group("jakarta.inject") {
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user