Provide dependency management for Eclipse Yasson
Closes gh-28614
This commit is contained in:
parent
63492507b4
commit
40fe9ca467
|
@ -1817,6 +1817,13 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
library("Yasson", "1.0.9") {
|
||||||
|
group("org.eclipse") {
|
||||||
|
modules = [
|
||||||
|
"yasson"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
generateMetadataFileForMavenPublication {
|
generateMetadataFileForMavenPublication {
|
||||||
|
|
Loading…
Reference in New Issue