diff --git a/plugin-tester-scala/pom.xml b/plugin-tester-scala/pom.xml
index 525c7fd4..359b6b03 100644
--- a/plugin-tester-scala/pom.xml
+++ b/plugin-tester-scala/pom.xml
@@ -39,11 +39,6 @@
pekko-http-cors_2.12
${pekko.http.version}
-
- com.google.protobuf
- protobuf-java
- 4.28.2
-
org.apache.pekko
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 23fe01cb..ad6f05ca 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -130,5 +130,6 @@ object Dependencies {
Compile.grpcStub,
Test.scalaTest,
Test.scalaTestPlusJunit,
+ Protobuf.protobufJava,
Protobuf.googleCommonProtos)
}