From 62b01c60230d76bff3216bf92651d67452f178e2 Mon Sep 17 00:00:00 2001 From: Cassie Coyle Date: Fri, 22 Aug 2025 11:00:44 -0500 Subject: [PATCH] rm protoc cmd from pom.xml (#1498) * 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 * update protoc Signed-off-by: Cassandra Coyle --------- Signed-off-by: Cassandra Coyle Co-authored-by: artur-ciocanu Co-authored-by: salaboy --- pom.xml | 2 +- sdk-autogen/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4deee5105..6ea7d1e51 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ UTF-8 1.69.0 3.25.5 - protoc + java-sdk-protoc https://raw.githubusercontent.com/dapr/dapr/v1.16.0-rc.3/dapr/proto 1.17.0-SNAPSHOT 0.17.0-SNAPSHOT diff --git a/sdk-autogen/pom.xml b/sdk-autogen/pom.xml index 4c7dd6e30..71bee1149 100644 --- a/sdk-autogen/pom.xml +++ b/sdk-autogen/pom.xml @@ -22,7 +22,7 @@ ${project.build.directory}/proto false 1.69.0 - protoc + java-sdk-protoc 3.25.5 @@ -132,7 +132,7 @@ run - protoc + java-sdk-protoc ${protobuf.version} com.google.protobuf:protoc:3.25.5 inputs