From 5eb89d7ed060b67ed9d01157e1ad868cd84ab24d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 1 Oct 2024 17:21:22 +0100 Subject: [PATCH] try again --- plugin-tester-scala/pom.xml | 5 ----- project/Dependencies.scala | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) 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) }