Skip to content

Commit

Permalink
require org.slf4j to ensure slf4j is on module graph
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Dec 8, 2023
1 parent 8fd0d17 commit 18240a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracing/jaeger/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
requires io.opentracing.noop;
// need to explicitly require transitive dependency, as jaeger is not a module
requires com.google.gson;
requires org.slf4j;

exports io.helidon.tracing.jaeger;

Expand Down

0 comments on commit 18240a1

Please sign in to comment.