Skip to content

Commit 56bba49

Browse files
committed
manual cleanup maven
1 parent fc7cf6f commit 56bba49

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

integration/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,21 @@
4545
<dependency>
4646
<groupId>org.junit.jupiter</groupId>
4747
<artifactId>junit-jupiter</artifactId>
48+
<scope>test</scope>
4849
</dependency>
4950
<dependency>
5051
<groupId>org.assertj</groupId>
5152
<artifactId>assertj-core</artifactId>
53+
<scope>test</scope>
5254
</dependency>
5355
<dependency>
5456
<groupId>net.jqwik</groupId>
5557
<artifactId>jqwik</artifactId>
58+
<scope>test</scope>
5659
</dependency>
5760
<dependency>
5861
<groupId>org.slf4j</groupId>
59-
<artifactId>slf4j-nop</artifactId>
62+
<artifactId>slf4j-simple</artifactId>
6063
<scope>test</scope>
6164
</dependency>
6265
</dependencies>

0 commit comments

Comments
 (0)