Skip to content

Commit

Permalink
fixed clashing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Jan 23, 2018
1 parent c509128 commit 81810fe
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<maven.surefire.version>2.19</maven.surefire.version>

<!-- dependencies -->
<kotlin.version>1.2.20</kotlin.version>
<kotlin.version>1.1.51</kotlin.version>
<jackson.version>2.9.3</jackson.version>

<!-- test dependencies -->
Expand All @@ -74,7 +74,13 @@
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.version}</version>
</dependency>

<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>${kotlin.version}</version>
</dependency>

Expand Down

0 comments on commit 81810fe

Please sign in to comment.