Skip to content

Commit 6b31b97

Browse files
author
jan
committed
add slf4j.api to core
No idea why it is needed
1 parent f5f8856 commit 6b31b97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

io.sloeber.core/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Require-Bundle: org.eclipse.cdt.managedbuilder.core,
2323
org.eclipse.core.variables,
2424
org.apache.commons.commons-io,
2525
org.apache.commons.commons-compress,
26-
com.github.luben.zstd-jni;bundle-version="1.5.5"
26+
com.github.luben.zstd-jni;bundle-version="1.5.5",
27+
slf4j.api;bundle-version="2.0.9"
2728
Export-Package: cc.arduino.packages;x-internal:=true,
2829
cc.arduino.packages.discoverers;x-internal:=true,
2930
cc.arduino.packages.ssh;x-internal:=true,

0 commit comments

Comments
 (0)