Skip to content

Commit 3d6f356

Browse files
authored
fix: add missing netty-shaded lib for über-jar (#80)
1 parent 3b62299 commit 3d6f356

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@
181181
<artifactId>grpc-api</artifactId>
182182
<version>${grpc.version}</version>
183183
</dependency>
184+
<dependency>
185+
<groupId>io.grpc</groupId>
186+
<artifactId>grpc-netty-shaded</artifactId>
187+
<version>${grpc.version}</version>
188+
</dependency>
184189
<dependency>
185190
<groupId>com.google.api</groupId>
186191
<artifactId>api-common</artifactId>
@@ -286,12 +291,6 @@
286291
<version>${junit.version}</version>
287292
<scope>test</scope>
288293
</dependency>
289-
<dependency>
290-
<groupId>io.grpc</groupId>
291-
<artifactId>grpc-netty-shaded</artifactId>
292-
<version>${grpc.version}</version>
293-
<scope>test</scope>
294-
</dependency>
295294
<dependency>
296295
<groupId>com.google.api</groupId>
297296
<artifactId>gax-grpc</artifactId>

0 commit comments

Comments
 (0)