diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index 9bb941bb82ce..c0cdae9fd3fe 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -881,6 +881,10 @@ camel-drill ${camel.version} + + com.google.guava + listenablefuture + org.checkerframework checker-qual @@ -1077,6 +1081,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1130,6 +1138,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1199,6 +1211,10 @@ com.google.code.findbugs jsr305 + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1237,6 +1253,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + org.checkerframework checker-qual @@ -6330,6 +6350,10 @@ com.google.code.findbugs jsr305 + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -6715,6 +6739,11 @@ httpcore5 ${httpclient5.version} + + org.apache.httpcomponents.core5 + httpcore5-h2 + ${httpclient5.version} + org.apache.jackrabbit oak-jackrabbit-api diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 53d443db4865..81432b56a112 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -819,6 +819,10 @@ camel-drill 4.5.0 + + com.google.guava + listenablefuture + org.checkerframework checker-qual @@ -1015,6 +1019,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1068,6 +1076,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1137,6 +1149,10 @@ com.google.code.findbugs jsr305 + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1175,6 +1191,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + org.checkerframework checker-qual @@ -6252,6 +6272,10 @@ com.google.code.findbugs jsr305 + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -6637,6 +6661,11 @@ httpcore5 5.2.1 + + org.apache.httpcomponents.core5 + httpcore5-h2 + 5.2.1 + org.apache.jackrabbit oak-jackrabbit-api diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index e1b89a1e2264..8ab50429e996 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -819,6 +819,10 @@ camel-drill 4.5.0 + + com.google.guava + listenablefuture + org.checkerframework checker-qual @@ -1015,6 +1019,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1068,6 +1076,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1137,6 +1149,10 @@ com.google.code.findbugs jsr305 + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1175,6 +1191,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + org.checkerframework checker-qual @@ -6252,6 +6272,10 @@ com.google.code.findbugs jsr305 + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -6582,6 +6606,11 @@ httpcore5 5.2.1 + + org.apache.httpcomponents.core5 + httpcore5-h2 + 5.2.1 + org.apache.jackrabbit oak-jackrabbit-api diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index 1074dd23b005..9ebb959939ad 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -819,6 +819,10 @@ camel-drill 4.5.0 + + com.google.guava + listenablefuture + org.checkerframework checker-qual @@ -1015,6 +1019,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1068,6 +1076,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1137,6 +1149,10 @@ com.google.code.findbugs jsr305 + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -1175,6 +1191,10 @@ com.google.android annotations + + com.google.guava + listenablefuture + org.checkerframework checker-qual @@ -6252,6 +6272,10 @@ com.google.code.findbugs jsr305 + + com.google.guava + listenablefuture + commons-logging commons-logging @@ -6582,6 +6606,11 @@ httpcore5 5.2.1 + + org.apache.httpcomponents.core5 + httpcore5-h2 + 5.2.1 + org.apache.jackrabbit oak-jackrabbit-api diff --git a/tooling/enforcer-rules/camel-quarkus-banned-dependencies.xml b/tooling/enforcer-rules/camel-quarkus-banned-dependencies.xml index 5a0874211ff4..25646eb02b03 100644 --- a/tooling/enforcer-rules/camel-quarkus-banned-dependencies.xml +++ b/tooling/enforcer-rules/camel-quarkus-banned-dependencies.xml @@ -25,6 +25,7 @@ com.github.spotbugs:spotbugs-annotations com.github.stephenc.jcip:jcip-annotations com.google.code.findbugs:jsr305 + com.google.guava:listenablefuture com.sun.activation:javax.activation com.sun.activation:jakarta.activation com.sun.mail:javax.mail