Skip to content

Commit

Permalink
grpc pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ufuk committed Jul 22, 2024
1 parent 42c3763 commit 887cb23
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<version>${junit-version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
Expand All @@ -136,6 +136,34 @@
<artifactId>grpc-stub</artifactId>
<version>1.65.1</version>
</dependency>


<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.27.2</version>
</dependency>

<dependency>
<groupId>build.buf.gen</groupId>
<artifactId>envoyproxy_protoc-gen-validate_protocolbuffers_java</artifactId>
<version>27.2.0.1.20221025150516.6607b10f00ed</version>
</dependency>

<dependency>
<groupId>build.buf.gen</groupId>
<artifactId>googleapis_googleapis_protocolbuffers_java</artifactId>
<version>27.2.0.1.20221214150216.75b4300737fb</version>
</dependency>

<dependency>
<groupId>build.buf.gen</groupId>
<artifactId>grpc-ecosystem_grpc-gateway_protocolbuffers_java</artifactId>
<version>27.2.0.1.20221127060915.a1ecdc58eccd</version>
</dependency>



</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 887cb23

Please sign in to comment.