#736 - Use Kotlin BOM to manage Kotlin dependencies.

This commit is contained in:
Mark Paluch
2019-02-21 10:01:24 +01:00
parent 1bfcd4a0ca
commit e82fac07f6

View File

@@ -743,6 +743,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>${kotlin}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>