Skip to content

Commit

Permalink
Update module-info.java
Browse files Browse the repository at this point in the history
change slf4j module, to represent the designed module name, instead of the artifact name
  • Loading branch information
rolaca11 committed Dec 22, 2019
1 parent 7354557 commit ef97c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcap4j-core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// These transitive modifiers are needed to avoid weird surefire errors
// during pcap4j-packetfactory-* testing (due to maybe surefire's bug).
requires transitive com.sun.jna;
requires transitive slf4j.api;
requires transitive org.slf4j;

uses org.pcap4j.packet.factory.PacketFactoryBinderProvider;
}

0 comments on commit ef97c38

Please sign in to comment.