<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<version>3.12.4</version>
</dependency>
<parent> <groupId>org.jooq</groupId> <artifactId>jooq-parent</artifactId> <version>3.12.4</version> </parent>
compile
|-- org.reactivestreams:reactive-streams:1.0.2
|-- javax.persistence:javax.persistence-api
test
|-- junit:junit
|-- org.jmock:jmock-junit4:2.8.4
|-- org.apache.logging.log4j:log4j-slf4j18-impl:2.11.2