We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7cf6f commit 56bba49Copy full SHA for 56bba49
1 file changed
integration/pom.xml
@@ -45,18 +45,21 @@
45
<dependency>
46
<groupId>org.junit.jupiter</groupId>
47
<artifactId>junit-jupiter</artifactId>
48
+ <scope>test</scope>
49
</dependency>
50
51
<groupId>org.assertj</groupId>
52
<artifactId>assertj-core</artifactId>
53
54
55
56
<groupId>net.jqwik</groupId>
57
<artifactId>jqwik</artifactId>
58
59
60
61
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-nop</artifactId>
62
+ <artifactId>slf4j-simple</artifactId>
63
<scope>test</scope>
64
65
</dependencies>
0 commit comments