Commit 3ca0f0e
fix: require org.slf4j.binding.nop in test bundle to attach SLF4J binding
The p2 planner does not automatically include fragment bundles in the
test runtime unless explicitly required. org.slf4j.binding.nop is an
OSGi fragment of org.slf4j.api, so adding Require-Bundle causes Tycho
to include it, at which point the OSGi framework attaches it to the
org.slf4j.api 1.7.30 host bundle and provides StaticLoggerBinder.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8933959 commit 3ca0f0e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments