diff --git a/java/core/pom.xml b/java/core/pom.xml
index 0ec16945e2..b152d2f25a 100644
--- a/java/core/pom.xml
+++ b/java/core/pom.xml
@@ -144,6 +144,7 @@
true
+ com.google.protobuf
https://developers.google.com/protocol-buffers/
com.google.protobuf
com.google.protobuf;version=${project.version}
diff --git a/java/lite/pom.xml b/java/lite/pom.xml
index a0e0b3c7b3..0d9da14928 100644
--- a/java/lite/pom.xml
+++ b/java/lite/pom.xml
@@ -324,6 +324,7 @@
true
+ com.google.protobuf
https://developers.google.com/protocol-buffers/
com.google.protobuf
com.google.protobuf;version=${project.version}
diff --git a/java/util/pom.xml b/java/util/pom.xml
index c22ba17b11..fe10c72ef0 100644
--- a/java/util/pom.xml
+++ b/java/util/pom.xml
@@ -118,6 +118,7 @@
true
+ com.google.protobuf.util
https://developers.google.com/protocol-buffers/
com.google.protobuf.util
com.google.protobuf.util;version=${project.version}