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

This commit is contained in:
Lukas Eder 2020-05-07 16:24:20 +02:00
parent 83a0225cbe
commit 203a721390

View File

@ -60,7 +60,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 -->