Skip to content

Commit

Permalink
fix ProcessRuntimeTest#testJavaConstructor failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason918 committed Aug 3, 2022
1 parent 6572c36 commit 50da02c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,12 @@ flexible messaging model and an intuitive client API.</description>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf-lite</artifactId>
<version>${grpc.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-javalite</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 50da02c

Please sign in to comment.