From 86c6d84abf13a1f514230638644fee00bcd2389e Mon Sep 17 00:00:00 2001 From: Cassandra Coyle Date: Wed, 13 Aug 2025 16:37:13 -0500 Subject: [PATCH] rm protoc cmd bc it uses a local protoc which might be the wrong version and results in a bad error Signed-off-by: Cassandra Coyle --- pom.xml | 1 - sdk-autogen/pom.xml | 2 -- 2 files changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index faa2b3588..4ca1561f7 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,6 @@ UTF-8 1.69.0 3.25.5 - protoc https://raw.githubusercontent.com/dapr/dapr/v1.16.0-rc.3/dapr/proto 1.16.0-SNAPSHOT 0.16.0-SNAPSHOT diff --git a/sdk-autogen/pom.xml b/sdk-autogen/pom.xml index 5fb453960..985b5e751 100644 --- a/sdk-autogen/pom.xml +++ b/sdk-autogen/pom.xml @@ -22,7 +22,6 @@ ${project.build.directory}/proto false 1.69.0 - protoc 3.25.5 @@ -132,7 +131,6 @@ run - protoc ${protobuf.version} com.google.protobuf:protoc:3.25.5 inputs