[DEV] remove dependency with scenarium
This commit is contained in:
parent
65a6d87ac3
commit
563cb8957f
@ -7,7 +7,7 @@ open module org.atriasoft.esvg {
|
|||||||
exports org.atriasoft.esvg.font;
|
exports org.atriasoft.esvg.font;
|
||||||
exports org.atriasoft.esvg.render;
|
exports org.atriasoft.esvg.render;
|
||||||
|
|
||||||
requires transitive io.scenarium.logger;
|
requires transitive org.atriasoft.reggol;
|
||||||
requires transitive org.atriasoft.etk;
|
requires transitive org.atriasoft.etk;
|
||||||
requires transitive org.atriasoft.exml;
|
requires transitive org.atriasoft.exml;
|
||||||
requires org.atriasoft.pngencoder;
|
requires org.atriasoft.pngencoder;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package org.atriasoft.esvg.internal;
|
package org.atriasoft.esvg.internal;
|
||||||
|
|
||||||
import io.scenarium.logger.LogLevel;
|
import org.atriasoft.reggol.LogLevel;
|
||||||
import io.scenarium.logger.Logger;
|
import org.atriasoft.reggol.Logger;
|
||||||
|
|
||||||
public class Log {
|
public class Log {
|
||||||
private static final boolean FORCE_ALL = false;
|
private static final boolean FORCE_ALL = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user