Skip to content

Commit

Permalink
Added SLF4j simple as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteenbeeke committed Jun 23, 2022
1 parent 9121f43 commit a9979a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<jetbrains.annotations.version>23.0.0</jetbrains.annotations.version>
<junit.version>5.8.2</junit.version>
<puppycrawl.checkstyle.version>9.0</puppycrawl.checkstyle.version>
<slf4j.version>1.7.36</slf4j.version>
<vavr.version>0.10.4</vavr.version>
</properties>

Expand Down Expand Up @@ -95,6 +96,12 @@
<version>${archunit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit a9979a6

Please sign in to comment.