Skip to content

Commit

Permalink
fix: exclude unreachable optional dependency in r2dbc-core (#510)
Browse files Browse the repository at this point in the history
Explicitly excluded the optional `io.micrometer:micrometer-core` dependency which was causing the linkage checker to fail in GoogleCloudPlatform/cloud-opensource-java#2073
  • Loading branch information
shubha-rajan committed May 27, 2021
1 parent 3319e28 commit 448a353
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions r2dbc/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>1.0.7</version>
<exclusions>
<exclusion>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.cloud.sql</groupId>
Expand Down

0 comments on commit 448a353

Please sign in to comment.