From 6af3a0e5fa2cb7aca2a024b174dab6bb12e54c6e Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 3 Oct 2022 23:44:55 +0200 Subject: [PATCH] [DEV] remove dependency with scenarium --- .classpath | 5 ----- src/module-info.java | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.classpath b/.classpath index 1f378bd..e39bd5f 100644 --- a/.classpath +++ b/.classpath @@ -16,11 +16,6 @@ - - - - - diff --git a/src/module-info.java b/src/module-info.java index 60abdaa..540b6d6 100644 --- a/src/module-info.java +++ b/src/module-info.java @@ -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; }