Skip to content

Commit 42c3763

Browse files
committed
grpc
1 parent 53b09c3 commit 42c3763

230 files changed

Lines changed: 107339 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,24 @@
118118
<version>${junit-version}</version>
119119
<scope>test</scope>
120120
</dependency>
121+
122+
<dependency>
123+
<groupId>io.grpc</groupId>
124+
<artifactId>grpc-core</artifactId>
125+
<version>1.65.1</version>
126+
</dependency>
127+
128+
<dependency>
129+
<groupId>io.grpc</groupId>
130+
<artifactId>grpc-protobuf</artifactId>
131+
<version>1.65.1</version>
132+
</dependency>
133+
134+
<dependency>
135+
<groupId>io.grpc</groupId>
136+
<artifactId>grpc-stub</artifactId>
137+
<version>1.65.1</version>
138+
</dependency>
121139
</dependencies>
122140
<properties>
123141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)