Skip to content

Commit

Permalink
Drop Jackson Kotlin module and dependency management for now (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Dec 11, 2024
1 parent 3bdfd97 commit eb07e2e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>${kotlin.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>io.rsocket</groupId>
<artifactId>rsocket-bom</artifactId>
Expand Down Expand Up @@ -223,10 +216,6 @@
<artifactId>plexus-xml</artifactId>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer.prometheus</groupId>
<artifactId>prometheus-rsocket-client</artifactId>
Expand Down

0 comments on commit eb07e2e

Please sign in to comment.