Skip to content

Commit

Permalink
Dependency convergence for org.jetbrains:annotations (#139)
Browse files Browse the repository at this point in the history
Align with Vert.x Lang Kotlin version

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
  • Loading branch information
tsegismont committed Feb 7, 2024
1 parent da4ba57 commit 0b6a627
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,18 @@
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
</exclusion>
<exclusion>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- For dependency convergence with Kotlin -->
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>13.0</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
Expand Down

0 comments on commit 0b6a627

Please sign in to comment.