@@ -39,7 +39,7 @@ swagger = "1.6.16"
3939# If a dependency is removed, check whether the LICENSE and/or NOTICE files need to be adopted
4040# (aka mention of the dependency removed).
4141#
42- quarkus-amazon-services-bom = { module = " io.quarkus.platform:quarkus-amazon-services-bom " , version.ref = " quarkus " }
42+ agrona = { module = " org.agrona:agrona " , version = " 2.2.4 " }
4343antlr4-runtime = { module = " org.antlr:antlr4-runtime" , version.strictly = " 4.9.3" } # spark integration tests
4444apache-httpclient5 = { module = " org.apache.httpcomponents.client5:httpclient5" , version = " 5.5.1" }
4545assertj-core = { module = " org.assertj:assertj-core" , version = " 3.27.6" }
@@ -48,8 +48,10 @@ awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.37.3" }
4848awaitility = { module = " org.awaitility:awaitility" , version = " 4.3.0" }
4949azuresdk-bom = { module = " com.azure:azure-sdk-bom" , version = " 1.3.0" }
5050caffeine = { module = " com.github.ben-manes.caffeine:caffeine" , version = " 3.2.3" }
51+ cel-bom = { module = " org.projectnessie.cel:cel-bom" , version = " 0.5.3" }
5152commons-lang3 = { module = " org.apache.commons:commons-lang3" , version = " 3.19.0" }
5253commons-text = { module = " org.apache.commons:commons-text" , version = " 1.14.0" }
54+ docker-java-api = { module = " com.github.docker-java:docker-java-api" , version = " 3.6.0" }
5355errorprone = { module = " com.google.errorprone:error_prone_core" , version = " 2.43.0" }
5456google-cloud-storage-bom = { module = " com.google.cloud:google-cloud-storage-bom" , version = " 2.59.0" }
5557guava = { module = " com.google.guava:guava" , version = " 33.5.0-jre" }
@@ -74,23 +76,26 @@ jakarta-servlet-api = { module = "jakarta.servlet:jakarta.servlet-api", version
7476jakarta-validation-api = { module = " jakarta.validation:jakarta.validation-api" , version = " 3.1.1" }
7577jakarta-ws-rs-api = { module = " jakarta.ws.rs:jakarta.ws.rs-api" , version = " 4.0.0" }
7678javax-servlet-api = { module = " javax.servlet:javax.servlet-api" , version = " 4.0.1" }
77- junit-bom = { module = " org.junit:junit-bom" , version = " 5.14.1" }
78- junit-pioneer = { module = " org.junit-pioneer:junit-pioneer" , version = " 2.3.0" }
79- keycloak-admin-client = { module = " org.keycloak:keycloak-admin-client" , version = " 26.0.7" }
8079jcstress-core = { module = " org.openjdk.jcstress:jcstress-core" , version = " 0.16" }
8180jmh-core = { module = " org.openjdk.jmh:jmh-core" , version.ref = " jmh" }
8281jmh-generator-annprocess = { module = " org.openjdk.jmh:jmh-generator-annprocess" , version.ref = " jmh" }
82+ junit-bom = { module = " org.junit:junit-bom" , version = " 5.14.1" }
83+ junit-pioneer = { module = " org.junit-pioneer:junit-pioneer" , version = " 2.3.0" }
84+ keycloak-admin-client = { module = " org.keycloak:keycloak-admin-client" , version = " 26.0.7" }
8385logback-classic = { module = " ch.qos.logback:logback-classic" , version = " 1.5.20" }
8486micrometer-bom = { module = " io.micrometer:micrometer-bom" , version = " 1.15.5" }
8587microprofile-fault-tolerance-api = { module = " org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api" , version = " 4.1.2" }
8688mockito-core = { module = " org.mockito:mockito-core" , version = " 5.20.0" }
8789mockito-junit-jupiter = { module = " org.mockito:mockito-junit-jupiter" , version = " 5.20.0" }
90+ mongodb-driver-sync = { module = " org.mongodb:mongodb-driver-sync" , version = " 5.6.1" }
8891opentelemetry-bom = { module = " io.opentelemetry:opentelemetry-bom" , version = " 1.55.0" }
92+ opentelemetry-instrumentation-bom-alpha = { module = " io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha" , version = " 2.20.1-alpha" }
8993opentelemetry-semconv = { module = " io.opentelemetry.semconv:opentelemetry-semconv" , version = " 1.37.0" }
9094picocli = { module = " info.picocli:picocli-codegen" , version.ref = " picocli" }
9195picocli-codegen = { module = " info.picocli:picocli-codegen" , version.ref = " picocli" }
9296postgresql = { module = " org.postgresql:postgresql" , version = " 42.7.8" }
9397prometheus-metrics-exporter-servlet-jakarta = { module = " io.prometheus:prometheus-metrics-exporter-servlet-jakarta" , version = " 1.4.2" }
98+ quarkus-amazon-services-bom = { module = " io.quarkus.platform:quarkus-amazon-services-bom" , version.ref =" quarkus" }
9499quarkus-bom = { module = " io.quarkus.platform:quarkus-bom" , version.ref = " quarkus" }
95100scala212-lang-library = { module = " org.scala-lang:scala-library" , version.ref = " scala212" }
96101scala212-lang-reflect = { module = " org.scala-lang:scala-reflect" , version.ref = " scala212" }
0 commit comments