Skip to content

Commit 3156720

Browse files
authored
pom.xml for protobuf (#36)
* pom.xml for protobuf * remove protobuf from prerequisite README
1 parent 6a9a706 commit 3156720

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

apps/proto/pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,26 +47,19 @@
4747
<groupId>org.xolstice.maven.plugins</groupId>
4848
<artifactId>protobuf-maven-plugin</artifactId>
4949
<version>${protobuf.maven.plugin.version}</version>
50-
<!--<configuration>
51-
<protocExecutable>/usr/bin/protoc</protocExecutable>
52-
</configuration>-->
53-
<!--<configuration>
50+
<configuration>
5451
<protocArtifact>
55-
com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier}
52+
com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}
5653
</protocArtifact>
5754
<pluginId>grpc-java</pluginId>
58-
<pluginArtifact>
59-
io.grpc:protoc-gen-grpc-java:${grpc.java.version}:exe:${os.detected.classifier}
60-
</pluginArtifact>
6155
<protoSourceRoot>
6256
${basedir}/src/main/proto/
6357
</protoSourceRoot>
64-
</configuration>-->
58+
</configuration>
6559
<executions>
6660
<execution>
6761
<goals>
6862
<goal>compile</goal>
69-
<!--<goal>compile-custom</goal>-->
7063
</goals>
7164
</execution>
7265
</executions>

prerequisites.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ The project has the following prerequisites:
88
1. [Azure Dev CLI 1.10.1](https://learn.microsoft.com/azure/developer/azure-developer-cli/install-azd)
99
1. [Terraform 1.9.8](https://developer.hashicorp.com/terraform/downloads)
1010
1. [JQ 1.6](https://jqlang.github.io/jq/download/)
11-
1. [protoc 3.12.4](https://grpc.io/docs/protoc-installation/)
1211
1. [Docker](https://docs.docker.com/get-docker/)
1312

1413
If you want to use a VSCode DevContainer see the `VSCode DevContainer prerequisites` section below.

0 commit comments

Comments
 (0)