diff --git a/connectors/apache-connector/pom.xml b/connectors/apache-connector/pom.xml
index f0ad9c6682e..fc2d0accade 100644
--- a/connectors/apache-connector/pom.xml
+++ b/connectors/apache-connector/pom.xml
@@ -45,6 +45,10 @@
commons-codec
commons-codec
+
+ commons-logging
+ commons-logging
+
diff --git a/connectors/jetty-http2-connector/pom.xml b/connectors/jetty-http2-connector/pom.xml
index 3e21e772484..00356708d84 100644
--- a/connectors/jetty-http2-connector/pom.xml
+++ b/connectors/jetty-http2-connector/pom.xml
@@ -48,10 +48,22 @@
org.eclipse.jetty.http2
http2-client
+
+
+ org.slf4j
+ slf4j-api
+
+
org.eclipse.jetty.http2
http2-http-client-transport
+
+
+ org.slf4j
+ slf4j-api
+
+
org.eclipse.jetty
diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml
index c42253fb687..8d7a370d85b 100644
--- a/examples/groovy/pom.xml
+++ b/examples/groovy/pom.xml
@@ -34,6 +34,10 @@
com.fasterxml.jackson.core
jackson-core
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
org.junit.jupiter
junit-jupiter-api
diff --git a/examples/helloworld-spring-annotations/pom.xml b/examples/helloworld-spring-annotations/pom.xml
index b196038b468..ab5ea9976c0 100644
--- a/examples/helloworld-spring-annotations/pom.xml
+++ b/examples/helloworld-spring-annotations/pom.xml
@@ -73,7 +73,7 @@
commons-logging
commons-logging
- 1.2
+ ${commons.logging.version}
org.glassfish.jersey.test-framework.providers