Browse Source

DATACMNS-1485 - Remove version for managed Kotlin dependencies.

Versions are managed by kotlin-bom.
pull/340/head
Mark Paluch 7 years ago
parent
commit
16a04d4dbb
  1. 3
      pom.xml

3
pom.xml

@ -245,21 +245,18 @@ @@ -245,21 +245,18 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>${kotlin}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<version>${kotlin}</version>
<scope>test</scope>
</dependency>

Loading…
Cancel
Save