diff --git a/pom.xml b/pom.xml
index b006b2e38..3d6e8a761 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,10 +162,6 @@
com.google.errorprone
error_prone_annotations
-
- com.google.http-client
- google-http-client-gson
-
io.grpc
grpc-context
diff --git a/scripts/process_licenses.py b/scripts/process_licenses.py
index fd4a9ce79..d3db413ca 100644
--- a/scripts/process_licenses.py
+++ b/scripts/process_licenses.py
@@ -117,6 +117,7 @@
"org.ow2.asm:asm": BSD_3_CLAUSE_LICENSE,
"com.google.flatbuffers:flatbuffers-java": APACHE_LICENSE,
"com.google.http-client:google-http-client": APACHE_LICENSE,
+ "com.google.http-client:google-http-client-gson": APACHE_LICENSE,
"io.grpc:grpc-context": APACHE_LICENSE,
}