summaryrefslogtreecommitdiff
path: root/runtime/src/main/java/module-info.java
blob: 56b44fca1c81cbccbe332122e5a7070f7e704b72 (plain)
1
2
3
4
5
6
7
8
9
module quarkus.googlecloud.jsonlogging {
  requires java.logging;
  requires java.json;
  requires jboss.logmanager.embedded;
  requires quarkus.core;
  requires smallrye.common.constraint;

  exports eu.mulk.quarkus.googlecloud.jsonlogging;
}