This is an automated email from the ASF dual-hosted git repository. lahirujayathilake pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
commit 6fa9e69a89d987816d0c61afba4f7fcea3361fa6 Author: lahiruj <[email protected]> AuthorDate: Tue Oct 14 00:29:00 2025 -0400 fixed the protobuf code generation including the dependency descriptor set --- amie-decoder/pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/amie-decoder/pom.xml b/amie-decoder/pom.xml index 406bece8c..2f26a48d5 100644 --- a/amie-decoder/pom.xml +++ b/amie-decoder/pom.xml @@ -115,11 +115,10 @@ <artifactId>protobuf-maven-plugin</artifactId> <version>${protobuf.maven.plugin}</version> <configuration> - <protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} - </protocArtifact> + <protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact> <pluginId>grpc-java</pluginId> - <pluginArtifact>io.grpc:protoc-gen-grpc-java:${io.grpc.version}:exe:${os.detected.classifier} - </pluginArtifact> + <pluginArtifact>io.grpc:protoc-gen-grpc-java:${io.grpc.version}:exe:${os.detected.classifier}</pluginArtifact> + <includeDependenciesInDescriptorSet>true</includeDependenciesInDescriptorSet> </configuration> <executions> <execution>
