Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 25, 2023
1 parent 358856c commit 1b9e42c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

<properties>
<grpc.version>1.53.0</grpc.version>
<animal-sniffer.version>1.21</animal-sniffer.version>
</properties>

<dependencies>
Expand All @@ -48,6 +49,17 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<version>${grpc.version}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
<version>${animal-sniffer.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down

0 comments on commit 1b9e42c

Please sign in to comment.