Skip to content

Commit

Permalink
Excluded android related dependency (#933)
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno authored Oct 12, 2024
1 parent fd4eda7 commit ff9d095
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 @@ -273,6 +273,12 @@
<artifactId>grpc-netty-shaded</artifactId>
<version>${grpc-netty-shaded.version}</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>annotations</artifactId>
<groupId>com.google.android</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
Expand Down

0 comments on commit ff9d095

Please sign in to comment.