[jOOQ/jOOQ#13752] Declare org.jooq:jooq-kotlin-coroutines in <dependencyManagement/>
This commit is contained in:
parent
f0a7b51b30
commit
7b0b09f795
5
pom.xml
5
pom.xml
@ -222,6 +222,11 @@
|
||||
<artifactId>jooq-kotlin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jooq</groupId>
|
||||
<artifactId>jooq-kotlin-coroutines</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user