Add @JooqTest

This commit provides test slicing for jOOQ.

See gh-9343
This commit is contained in:
Michael J. Simons
2017-05-29 15:18:08 +02:00
committed by Stephane Nicoll
parent a685d9ec92
commit 00a643f9d8
9 changed files with 410 additions and 0 deletions

View File

@@ -227,5 +227,10 @@
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>