Skip to content

Commit

Permalink
Merge pull request #435 from natros/master
Browse files Browse the repository at this point in the history
slf4j-simple is only needed for testing
  • Loading branch information
jmrozanec committed Jul 13, 2020
2 parents 268474e + 7a0bed2 commit 5777ab0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
Expand All @@ -89,6 +84,12 @@
</dependency>

<!--test dependencies-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 5777ab0

Please sign in to comment.