Skip to content

Commit 7a0bed2

Browse files
committed
slf4j-simple is only needed for testing
1 parent 268474e commit 7a0bed2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@
7676
<artifactId>slf4j-api</artifactId>
7777
<version>${slf4j.version}</version>
7878
</dependency>
79-
<dependency>
80-
<groupId>org.slf4j</groupId>
81-
<artifactId>slf4j-simple</artifactId>
82-
<version>${slf4j.version}</version>
83-
</dependency>
8479
<dependency>
8580
<groupId>javax.validation</groupId>
8681
<artifactId>validation-api</artifactId>
@@ -89,6 +84,12 @@
8984
</dependency>
9085

9186
<!--test dependencies-->
87+
<dependency>
88+
<groupId>org.slf4j</groupId>
89+
<artifactId>slf4j-simple</artifactId>
90+
<version>${slf4j.version}</version>
91+
<scope>test</scope>
92+
</dependency>
9293
<dependency>
9394
<groupId>junit</groupId>
9495
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)