remove java.logging from module descriptor
This commit is contained in:
parent
f03812584e
commit
203bdf1974
1 changed files with 0 additions and 1 deletions
|
@ -3,5 +3,4 @@ module org.xbib.standardnumber {
|
||||||
exports org.xbib.standardnumber.checksum;
|
exports org.xbib.standardnumber.checksum;
|
||||||
exports org.xbib.standardnumber.checksum.iso7064;
|
exports org.xbib.standardnumber.checksum.iso7064;
|
||||||
requires java.xml; // for reading ISBN range message file
|
requires java.xml; // for reading ISBN range message file
|
||||||
requires java.logging;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue