[#6612] Cannot make maven plugin a module yet

This commit is contained in:
lukaseder 2018-06-15 16:48:26 +02:00
parent b20d9b4906
commit 3ed2fa8e48

View File

@ -10,6 +10,7 @@ module org.jooq.codegen.maven {
requires maven.plugin.annotations;
// Split packages between these
// See https://issues.apache.org/jira/browse/MPLUGIN-341
requires maven.core;
requires maven.plugin.api;
}