Skip to content

Commit

Permalink
Add dependency to slf4j-simple for test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jun 30, 2023
1 parent f057f5b commit 36c4ad7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ under the License.
<version>1.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 36c4ad7

Please sign in to comment.