|
|
|
|
@ -22,9 +22,7 @@ bom {
@@ -22,9 +22,7 @@ bom {
|
|
|
|
|
exclude group: "commons-logging", module: "commons-logging" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
imports = [ |
|
|
|
|
"activemq-bom" |
|
|
|
|
] |
|
|
|
|
bom("activemq-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://activemq.apache.org") |
|
|
|
|
@ -54,9 +52,9 @@ bom {
@@ -54,9 +52,9 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Artemis", "2.37.0") { |
|
|
|
|
group("org.apache.activemq") { |
|
|
|
|
imports = [ |
|
|
|
|
"artemis-bom" |
|
|
|
|
] |
|
|
|
|
bom("artemis-bom") { |
|
|
|
|
permit("org.apache.maven.plugin-tools:maven-plugin-annotations") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://activemq.apache.org/components/artemis") |
|
|
|
|
@ -80,9 +78,7 @@ bom {
@@ -80,9 +78,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("AssertJ", "${assertjVersion}") { |
|
|
|
|
group("org.assertj") { |
|
|
|
|
imports = [ |
|
|
|
|
"assertj-bom" |
|
|
|
|
] |
|
|
|
|
bom("assertj-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://assertj.github.io/doc") |
|
|
|
|
@ -105,9 +101,9 @@ bom {
@@ -105,9 +101,9 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Zipkin Reporter", "3.4.3") { |
|
|
|
|
group("io.zipkin.reporter2") { |
|
|
|
|
imports = [ |
|
|
|
|
"zipkin-reporter-bom" |
|
|
|
|
] |
|
|
|
|
bom("zipkin-reporter-bom") { |
|
|
|
|
permit("io.zipkin.zipkin2:zipkin") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://github.com/openzipkin/zipkin-reporter-java") |
|
|
|
|
@ -116,9 +112,7 @@ bom {
@@ -116,9 +112,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Brave", "6.0.3") { |
|
|
|
|
group("io.zipkin.brave") { |
|
|
|
|
imports = [ |
|
|
|
|
"brave-bom" |
|
|
|
|
] |
|
|
|
|
bom("brave-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://github.com/openzipkin/brave") |
|
|
|
|
@ -183,9 +177,10 @@ bom {
@@ -183,9 +177,10 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Cassandra Driver", "4.18.1") { |
|
|
|
|
group("org.apache.cassandra") { |
|
|
|
|
imports = [ |
|
|
|
|
"java-driver-bom" |
|
|
|
|
] |
|
|
|
|
bom("java-driver-bom") { |
|
|
|
|
permit("com.datastax.oss:java-driver-shaded-guava") |
|
|
|
|
permit("com.datastax.oss:native-protocol") |
|
|
|
|
} |
|
|
|
|
modules = [ |
|
|
|
|
"java-driver-core" |
|
|
|
|
] |
|
|
|
|
@ -418,9 +413,19 @@ bom {
@@ -418,9 +413,19 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Glassfish JAXB", "4.0.5") { |
|
|
|
|
group("org.glassfish.jaxb") { |
|
|
|
|
imports = [ |
|
|
|
|
"jaxb-bom" |
|
|
|
|
] |
|
|
|
|
bom("jaxb-bom") { |
|
|
|
|
permit("com.sun.istack:istack-commons-runtime") |
|
|
|
|
permit("com.sun.xml.bind:jaxb-core") |
|
|
|
|
permit("com.sun.xml.bind:jaxb-impl") |
|
|
|
|
permit("com.sun.xml.bind:jaxb-jxc") |
|
|
|
|
permit("com.sun.xml.bind:jaxb-osgi") |
|
|
|
|
permit("com.sun.xml.bind:jaxb-xjc") |
|
|
|
|
permit("com.sun.xml.fastinfoset:FastInfoset") |
|
|
|
|
permit("jakarta.activation:jakarta.activation-api") |
|
|
|
|
permit("jakarta.xml.bind:jakarta.xml.bind-api") |
|
|
|
|
permit("org.eclipse.angus:angus-activation") |
|
|
|
|
permit("org.jvnet.staxex:stax-ex") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
releaseNotes("https://github.com/eclipse-ee4j/jaxb-ri/releases/tag/{version}-RI") |
|
|
|
|
@ -456,9 +461,7 @@ bom {
@@ -456,9 +461,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Groovy", "4.0.26") { |
|
|
|
|
group("org.apache.groovy") { |
|
|
|
|
imports = [ |
|
|
|
|
"groovy-bom" |
|
|
|
|
] |
|
|
|
|
bom("groovy-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://groovy-lang.org") |
|
|
|
|
@ -625,9 +628,7 @@ bom {
@@ -625,9 +628,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Infinispan", "15.0.14.Final") { |
|
|
|
|
group("org.infinispan") { |
|
|
|
|
imports = [ |
|
|
|
|
"infinispan-bom" |
|
|
|
|
] |
|
|
|
|
bom("infinispan-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://infinispan.org") |
|
|
|
|
@ -649,9 +650,7 @@ bom {
@@ -649,9 +650,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Jackson Bom", "${jacksonVersion}") { |
|
|
|
|
group("com.fasterxml.jackson") { |
|
|
|
|
imports = [ |
|
|
|
|
"jackson-bom" |
|
|
|
|
] |
|
|
|
|
bom("jackson-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
releaseNotes("https://github.com/FasterXML/jackson/wiki/Jackson-Release-{version}") |
|
|
|
|
@ -969,9 +968,7 @@ bom {
@@ -969,9 +968,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Jersey", "3.1.10") { |
|
|
|
|
group("org.glassfish.jersey") { |
|
|
|
|
imports = [ |
|
|
|
|
"jersey-bom" |
|
|
|
|
] |
|
|
|
|
bom("jersey-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://github.com/eclipse-ee4j/jersey") |
|
|
|
|
@ -988,14 +985,10 @@ bom {
@@ -988,14 +985,10 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Jetty", "12.0.18") { |
|
|
|
|
group("org.eclipse.jetty.ee10") { |
|
|
|
|
imports = [ |
|
|
|
|
"jetty-ee10-bom" |
|
|
|
|
] |
|
|
|
|
bom("jetty-ee10-bom") |
|
|
|
|
} |
|
|
|
|
group("org.eclipse.jetty") { |
|
|
|
|
imports = [ |
|
|
|
|
"jetty-bom" |
|
|
|
|
] |
|
|
|
|
bom("jetty-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://eclipse.dev/jetty") |
|
|
|
|
@ -1082,9 +1075,7 @@ bom {
@@ -1082,9 +1075,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("JUnit Jupiter", "${junitJupiterVersion}") { |
|
|
|
|
group("org.junit") { |
|
|
|
|
imports = [ |
|
|
|
|
"junit-bom" |
|
|
|
|
] |
|
|
|
|
bom("junit-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://junit.org/junit5") |
|
|
|
|
@ -1146,9 +1137,7 @@ bom {
@@ -1146,9 +1137,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Kotlin", "${kotlinVersion}") { |
|
|
|
|
group("org.jetbrains.kotlin") { |
|
|
|
|
imports = [ |
|
|
|
|
"kotlin-bom" |
|
|
|
|
] |
|
|
|
|
bom("kotlin-bom") |
|
|
|
|
plugins = [ |
|
|
|
|
"kotlin-maven-plugin" |
|
|
|
|
] |
|
|
|
|
@ -1165,9 +1154,7 @@ bom {
@@ -1165,9 +1154,7 @@ bom {
|
|
|
|
|
because "it requires Kotlin 2" |
|
|
|
|
} |
|
|
|
|
group("org.jetbrains.kotlinx") { |
|
|
|
|
imports = [ |
|
|
|
|
"kotlinx-coroutines-bom" |
|
|
|
|
] |
|
|
|
|
bom("kotlinx-coroutines-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://github.com/Kotlin/kotlinx.coroutines") |
|
|
|
|
@ -1180,9 +1167,7 @@ bom {
@@ -1180,9 +1167,7 @@ bom {
|
|
|
|
|
because "it requires Kotlin 2" |
|
|
|
|
} |
|
|
|
|
group("org.jetbrains.kotlinx") { |
|
|
|
|
imports = [ |
|
|
|
|
"kotlinx-serialization-bom" |
|
|
|
|
] |
|
|
|
|
bom("kotlinx-serialization-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://github.com/Kotlin/kotlinx.serialization") |
|
|
|
|
@ -1220,9 +1205,16 @@ bom {
@@ -1220,9 +1205,16 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Log4j2", "2.24.3") { |
|
|
|
|
group("org.apache.logging.log4j") { |
|
|
|
|
imports = [ |
|
|
|
|
"log4j-bom" |
|
|
|
|
] |
|
|
|
|
bom("log4j-bom") { |
|
|
|
|
permit("biz.aQute.bnd:biz.aQute.bnd.annotation") |
|
|
|
|
permit("com.github.spotbugs:spotbugs-annotations") |
|
|
|
|
permit("org.apache.logging:logging-parent") |
|
|
|
|
permit("org.apache.maven.plugin-tools:maven-plugin-annotations") |
|
|
|
|
permit("org.jspecify:jspecify") |
|
|
|
|
permit("org.osgi:org.osgi.annotation.bundle") |
|
|
|
|
permit("org.osgi:org.osgi.annotation.versioning") |
|
|
|
|
permit("org.osgi:osgi.annotation") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://logging.apache.org/log4j") |
|
|
|
|
@ -1449,9 +1441,7 @@ bom {
@@ -1449,9 +1441,7 @@ bom {
|
|
|
|
|
exclude group: "javax.annotation", module: "javax.annotation-api" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
imports = [ |
|
|
|
|
"micrometer-bom" |
|
|
|
|
] |
|
|
|
|
bom("micrometer-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://micrometer.io") |
|
|
|
|
@ -1468,9 +1458,7 @@ bom {
@@ -1468,9 +1458,7 @@ bom {
|
|
|
|
|
library("Micrometer Tracing", "1.4.4") { |
|
|
|
|
considerSnapshots() |
|
|
|
|
group("io.micrometer") { |
|
|
|
|
imports = [ |
|
|
|
|
"micrometer-tracing-bom" |
|
|
|
|
] |
|
|
|
|
bom("micrometer-tracing-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://micrometer.io") |
|
|
|
|
@ -1482,9 +1470,7 @@ bom {
@@ -1482,9 +1470,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Mockito", "${mockitoVersion}") { |
|
|
|
|
group("org.mockito") { |
|
|
|
|
imports = [ |
|
|
|
|
"mockito-bom" |
|
|
|
|
] |
|
|
|
|
bom("mockito-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://site.mockito.org") |
|
|
|
|
@ -1581,9 +1567,7 @@ bom {
@@ -1581,9 +1567,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Netty", "4.1.119.Final") { |
|
|
|
|
group("io.netty") { |
|
|
|
|
imports = [ |
|
|
|
|
"netty-bom" |
|
|
|
|
] |
|
|
|
|
bom("netty-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://netty.io") |
|
|
|
|
@ -1592,9 +1576,7 @@ bom {
@@ -1592,9 +1576,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("OpenTelemetry", "1.43.0") { |
|
|
|
|
group("io.opentelemetry") { |
|
|
|
|
imports = [ |
|
|
|
|
"opentelemetry-bom" |
|
|
|
|
] |
|
|
|
|
bom("opentelemetry-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://github.com/open-telemetry/opentelemetry-java") |
|
|
|
|
@ -1679,9 +1661,7 @@ bom {
@@ -1679,9 +1661,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Prometheus Client", "1.3.6") { |
|
|
|
|
group("io.prometheus") { |
|
|
|
|
imports = [ |
|
|
|
|
"prometheus-metrics-bom" |
|
|
|
|
] |
|
|
|
|
bom("prometheus-metrics-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://github.com/prometheus/client_java") |
|
|
|
|
@ -1691,9 +1671,7 @@ bom {
@@ -1691,9 +1671,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Prometheus Simpleclient", "0.16.0") { |
|
|
|
|
group("io.prometheus") { |
|
|
|
|
imports = [ |
|
|
|
|
"simpleclient_bom" |
|
|
|
|
] |
|
|
|
|
bom("simpleclient_bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://github.com/prometheus/client_java") |
|
|
|
|
@ -1703,9 +1681,9 @@ bom {
@@ -1703,9 +1681,9 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Pulsar", "3.3.5") { |
|
|
|
|
group("org.apache.pulsar") { |
|
|
|
|
imports = [ |
|
|
|
|
"pulsar-bom" |
|
|
|
|
] |
|
|
|
|
bom("pulsar-bom") { |
|
|
|
|
permit("org.apache.maven.plugin-tools:maven-plugin-annotations") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://pulsar.apache.org") |
|
|
|
|
@ -1747,9 +1725,7 @@ bom {
@@ -1747,9 +1725,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("QueryDSL", "5.1.0") { |
|
|
|
|
group("com.querydsl") { |
|
|
|
|
imports = [ |
|
|
|
|
"querydsl-bom" |
|
|
|
|
] |
|
|
|
|
bom("querydsl-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://github.com/querydsl/querydsl") |
|
|
|
|
@ -1879,9 +1855,9 @@ bom {
@@ -1879,9 +1855,9 @@ bom {
|
|
|
|
|
considerSnapshots() |
|
|
|
|
calendarName = "Reactor" |
|
|
|
|
group("io.projectreactor") { |
|
|
|
|
imports = [ |
|
|
|
|
"reactor-bom" |
|
|
|
|
] |
|
|
|
|
bom("reactor-bom") { |
|
|
|
|
permit("org.reactivestreams:reactive-streams") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://projectreactor.io") |
|
|
|
|
@ -1890,9 +1866,7 @@ bom {
@@ -1890,9 +1866,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("REST Assured", "5.5.1") { |
|
|
|
|
group("io.rest-assured") { |
|
|
|
|
imports = [ |
|
|
|
|
"rest-assured-bom" |
|
|
|
|
] |
|
|
|
|
bom("rest-assured-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
javadoc("https://javadoc.io/doc/io.rest-assured/rest-assured/{version}", "io.restassured") |
|
|
|
|
@ -1900,9 +1874,7 @@ bom {
@@ -1900,9 +1874,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("RSocket", "1.1.5") { |
|
|
|
|
group("io.rsocket") { |
|
|
|
|
imports = [ |
|
|
|
|
"rsocket-bom" |
|
|
|
|
] |
|
|
|
|
bom("rsocket-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://github.com/rsocket/rsocket-java") |
|
|
|
|
@ -2020,9 +1992,7 @@ bom {
@@ -2020,9 +1992,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Selenium", "4.25.0") { |
|
|
|
|
group("org.seleniumhq.selenium") { |
|
|
|
|
imports = [ |
|
|
|
|
"selenium-bom" |
|
|
|
|
] |
|
|
|
|
bom("selenium-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://www.selenium.dev") |
|
|
|
|
@ -2079,9 +2049,7 @@ bom {
@@ -2079,9 +2049,7 @@ bom {
|
|
|
|
|
library("Spring AMQP", "3.2.4") { |
|
|
|
|
considerSnapshots() |
|
|
|
|
group("org.springframework.amqp") { |
|
|
|
|
imports = [ |
|
|
|
|
"spring-amqp-bom" |
|
|
|
|
] |
|
|
|
|
bom("spring-amqp-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://spring.io/projects/spring-amqp") |
|
|
|
|
@ -2113,9 +2081,7 @@ bom {
@@ -2113,9 +2081,7 @@ bom {
|
|
|
|
|
library("Spring Batch", "5.2.2") { |
|
|
|
|
considerSnapshots() |
|
|
|
|
group("org.springframework.batch") { |
|
|
|
|
imports = [ |
|
|
|
|
"spring-batch-bom" |
|
|
|
|
] |
|
|
|
|
bom("spring-batch-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://spring.io/projects/spring-batch") |
|
|
|
|
@ -2131,9 +2097,7 @@ bom {
@@ -2131,9 +2097,7 @@ bom {
|
|
|
|
|
considerSnapshots() |
|
|
|
|
calendarName = "Spring Data Release" |
|
|
|
|
group("org.springframework.data") { |
|
|
|
|
imports = [ |
|
|
|
|
"spring-data-bom" |
|
|
|
|
] |
|
|
|
|
bom("spring-data-bom") |
|
|
|
|
} |
|
|
|
|
links("spring-data") { |
|
|
|
|
site("https://spring.io/projects/spring-data") |
|
|
|
|
@ -2144,9 +2108,7 @@ bom {
@@ -2144,9 +2108,7 @@ bom {
|
|
|
|
|
library("Spring Framework", "${springFrameworkVersion}") { |
|
|
|
|
considerSnapshots() |
|
|
|
|
group("org.springframework") { |
|
|
|
|
imports = [ |
|
|
|
|
"spring-framework-bom" |
|
|
|
|
] |
|
|
|
|
bom("spring-framework-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://spring.io/projects/spring-framework") |
|
|
|
|
@ -2199,9 +2161,7 @@ bom {
@@ -2199,9 +2161,7 @@ bom {
|
|
|
|
|
library("Spring Integration", "6.4.3") { |
|
|
|
|
considerSnapshots() |
|
|
|
|
group("org.springframework.integration") { |
|
|
|
|
imports = [ |
|
|
|
|
"spring-integration-bom" |
|
|
|
|
] |
|
|
|
|
bom("spring-integration-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://spring.io/projects/spring-integration") |
|
|
|
|
@ -2254,9 +2214,7 @@ bom {
@@ -2254,9 +2214,7 @@ bom {
|
|
|
|
|
library("Spring Pulsar", "1.2.4") { |
|
|
|
|
considerSnapshots() |
|
|
|
|
group("org.springframework.pulsar") { |
|
|
|
|
imports = [ |
|
|
|
|
"spring-pulsar-bom" |
|
|
|
|
] |
|
|
|
|
bom("spring-pulsar-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://spring.io/projects/spring-pulsar") |
|
|
|
|
@ -2271,9 +2229,7 @@ bom {
@@ -2271,9 +2229,7 @@ bom {
|
|
|
|
|
library("Spring RESTDocs", "3.0.3") { |
|
|
|
|
considerSnapshots() |
|
|
|
|
group("org.springframework.restdocs") { |
|
|
|
|
imports = [ |
|
|
|
|
"spring-restdocs-bom" |
|
|
|
|
] |
|
|
|
|
bom("spring-restdocs-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://spring.io/projects/spring-restdocs") |
|
|
|
|
@ -2301,9 +2257,7 @@ bom {
@@ -2301,9 +2257,7 @@ bom {
|
|
|
|
|
library("Spring Security", "6.4.4") { |
|
|
|
|
considerSnapshots() |
|
|
|
|
group("org.springframework.security") { |
|
|
|
|
imports = [ |
|
|
|
|
"spring-security-bom" |
|
|
|
|
] |
|
|
|
|
bom("spring-security-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://spring.io/projects/spring-security") |
|
|
|
|
@ -2322,9 +2276,7 @@ bom {
@@ -2322,9 +2276,7 @@ bom {
|
|
|
|
|
because "Spring Session switched to numeric version numbers" |
|
|
|
|
} |
|
|
|
|
group("org.springframework.session") { |
|
|
|
|
imports = [ |
|
|
|
|
"spring-session-bom" |
|
|
|
|
] |
|
|
|
|
bom("spring-session-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://spring.io/projects/spring-session") |
|
|
|
|
@ -2339,9 +2291,7 @@ bom {
@@ -2339,9 +2291,7 @@ bom {
|
|
|
|
|
library("Spring WS", "4.0.12") { |
|
|
|
|
considerSnapshots() |
|
|
|
|
group("org.springframework.ws") { |
|
|
|
|
imports = [ |
|
|
|
|
"spring-ws-bom" |
|
|
|
|
] |
|
|
|
|
bom("spring-ws-bom") |
|
|
|
|
} |
|
|
|
|
links("spring-webservices") { |
|
|
|
|
site("https://spring.io/projects/spring-ws") |
|
|
|
|
@ -2366,9 +2316,7 @@ bom {
@@ -2366,9 +2316,7 @@ bom {
|
|
|
|
|
} |
|
|
|
|
library("Testcontainers", "1.20.6") { |
|
|
|
|
group("org.testcontainers") { |
|
|
|
|
imports = [ |
|
|
|
|
"testcontainers-bom" |
|
|
|
|
] |
|
|
|
|
bom("testcontainers-bom") |
|
|
|
|
} |
|
|
|
|
links { |
|
|
|
|
site("https://java.testcontainers.org") |
|
|
|
|
|