blob: 529310cc9c806533593fa97c16d03c2ab3261309 [file] [log] [blame]
module org.apache.logging.log4j.plugins.test {
exports org.apache.logging.log4j.plugins.test.validation;
requires org.apache.logging.log4j;
requires org.apache.logging.log4j.plugins;
provides org.apache.logging.log4j.plugins.processor.PluginService with org.apache.logging.log4j.plugins.test.validation.plugins.Log4jPlugins;
}