Skip to content

Commit 4369813

Browse files
dfa1claude
andcommitted
chore: silence SLF4J no-provider warning in integration tests
Netty (via arrow-memory-unsafe) pulls in slf4j-api. Add slf4j-nop to suppress the "No SLF4J providers were found" warning at test time. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d828954 commit 4369813

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

integration/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
<groupId>net.jqwik</groupId>
5959
<artifactId>jqwik</artifactId>
6060
</dependency>
61+
<dependency>
62+
<groupId>org.slf4j</groupId>
63+
<artifactId>slf4j-nop</artifactId>
64+
<version>2.0.18</version>
65+
<scope>test</scope>
66+
</dependency>
6167
</dependencies>
6268

6369
<build>

0 commit comments

Comments
 (0)