[DEV] remove dependency with scenarium

This commit is contained in:
Edouard DUPIN 2022-10-03 23:44:55 +02:00
parent c1fb62af2c
commit 6af3a0e5fa
2 changed files with 1 additions and 6 deletions

View File

@ -16,11 +16,6 @@
<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 combineaccessrules="false" kind="src" path="/atriasoft-egami">
<attributes>
<attribute name="module" value="true"/>

View File

@ -6,5 +6,5 @@ open module org.atriasoft.pngdecoder {
exports org.atriasoft.pngdecoder;
requires transitive org.atriasoft.egami;
requires transitive io.scenarium.logger;
requires transitive org.atriasoft.reggol;
}