Skip to content

Commit 7cc6797

Browse files
Jooq no longer supported on Java 17
1 parent 436e27a commit 7cc6797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@
293293
<jdk>[17,)</jdk>
294294
</activation>
295295
<modules>
296-
<module>transactionoutbox-jooq</module>
297296
<module>transactionoutbox-quarkus</module>
298297
<module>transactionoutbox-spring</module>
299298
</modules>
@@ -304,6 +303,7 @@
304303
<jdk>[21,)</jdk>
305304
</activation>
306305
<modules>
306+
<module>transactionoutbox-jooq</module>
307307
<module>transactionoutbox-virtthreads</module>
308308
</modules>
309309
</profile>

0 commit comments

Comments
 (0)