[jOOQ/jOOQ#6256] Fix kotlin-stdlib-jdk8 dependency

This commit is contained in:
Lukas Eder 2020-05-07 15:14:29 +02:00
parent 29d6cf36dd
commit 83a0225cbe
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jre8</artifactId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
</dependency>
<!-- Needed for mapping into Kotlin data classes -->

View File

@ -116,7 +116,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jre8</artifactId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>${kotlin.version}</version>
</dependency>