Skip to content

Commit

Permalink
feat(TCOMP-2562): remove grpc from beam-runners-spark-3 (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
undx committed Nov 7, 2023
1 parent e7228d8 commit 68e6ee7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions component-runtime-beam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_${spark-scala.version}</artifactId>
</exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 68e6ee7

Please sign in to comment.