diff --git a/jetty-fcgi/fcgi-http-client-transport/pom.xml b/jetty-fcgi/fcgi-http-client-transport/pom.xml
index e78865619c7..61fe9fe9bbe 100644
--- a/jetty-fcgi/fcgi-http-client-transport/pom.xml
+++ b/jetty-fcgi/fcgi-http-client-transport/pom.xml
@@ -12,6 +12,10 @@
fcgi-http-client-transport
Jetty :: FastCGI :: HTTP Client Transport
+
+ ${project.groupId}.client.http
+
+
org.eclipse.jetty.fcgi
diff --git a/jetty-fcgi/fcgi-proxy/pom.xml b/jetty-fcgi/fcgi-proxy/pom.xml
index 27a7c757e7b..d313dc7fcb1 100644
--- a/jetty-fcgi/fcgi-proxy/pom.xml
+++ b/jetty-fcgi/fcgi-proxy/pom.xml
@@ -12,6 +12,10 @@
fcgi-proxy
Jetty :: FastCGI :: Proxy
+
+ ${project.groupId}.proxy
+
+
javax.servlet
diff --git a/jetty-fcgi/fcgi-server/pom.xml b/jetty-fcgi/fcgi-server/pom.xml
index 835df58703b..4baa432ba87 100644
--- a/jetty-fcgi/fcgi-server/pom.xml
+++ b/jetty-fcgi/fcgi-server/pom.xml
@@ -12,6 +12,10 @@
fcgi-server
Jetty :: FastCGI :: Server
+
+ ${project.groupId}.server
+
+
org.eclipse.jetty.fcgi