Skip to content

Commit

Permalink
make sure kotlin dependencies sync up properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Feb 23, 2024
1 parent 384eb42 commit 1640ab7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<junit.version>4.13.2</junit.version>
<karaf.version>4.3.10</karaf.version>
<karaf.plugin.version>4.4.5</karaf.plugin.version>
<kotlin.version>1.9.10</kotlin.version>
<log4j.version>2.23.0</log4j.version>
<metrics.version>4.2.25</metrics.version>
<mockito.version>5.10.0</mockito.version>
Expand Down Expand Up @@ -142,6 +143,17 @@
<artifactId>metrics-core</artifactId>
<version>${metrics.version}</version>
</dependency>
<!-- pulled in by okhttp3 -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
Expand Down

0 comments on commit 1640ab7

Please sign in to comment.