[DEV] remove dependency with scenarium

This commit is contained in:
Edouard DUPIN 2022-10-03 23:44:48 +02:00
parent e6ec6674e8
commit d310c2cda8
4 changed files with 5 additions and 10 deletions

View File

@ -27,10 +27,5 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/scenarium-logger">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="out/eclipse/classes"/>
</classpath>

View File

@ -13,7 +13,7 @@ open module org.atriasoft.exml {
requires transitive org.atriasoft.etk;
requires transitive org.atriasoft.aknot;
requires transitive io.scenarium.logger;
requires transitive org.atriasoft.reggol;
requires java.base;
}

View File

@ -5,8 +5,8 @@
*/
package org.atriasoft.exml.internal;
import io.scenarium.logger.LogLevel;
import io.scenarium.logger.Logger;
import org.atriasoft.reggol.LogLevel;
import org.atriasoft.reggol.Logger;
public class Log {
private static final boolean FORCE_ALL = false;

View File

@ -5,8 +5,8 @@
*/
package test.atriasoft.exml.internal;
import io.scenarium.logger.LogLevel;
import io.scenarium.logger.Logger;
import org.atriasoft.reggol.LogLevel;
import org.atriasoft.reggol.Logger;
public class Log {
private static final String LIB_NAME = "exml-test";