From 4107eff0037b80d53c69c1e9611790946ec40ce4 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Fri, 17 Mar 2023 09:51:12 +0100 Subject: [PATCH] Doc: Add org.slf4j to modelcontainer's dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 613eaf9..ab05aed 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Add the model jar file, and edit module.xml accordingly. <module name="com.fasterxml.jackson.core.jackson-databind" export="false"/> <module name="com.vividsolutions.jts" export="false"/> <module name="org.renjin" export="false"/> + <module name="org.slf4j" export="false"/> </dependencies> </module> -- GitLab