Skip to content

Commit

Permalink
No need for slf4j-test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvazan committed Apr 11, 2023
1 parent e0289d4 commit 303ff14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.valfirst</groupId>
<artifactId>slf4j-test</artifactId>
<version>2.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
1 change: 0 additions & 1 deletion scripts/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def dependencies(self):
yield self.use_hookless()
yield self.use_junit()
yield self.use_hamcrest()
yield self.use_slf4j_test()

def javadoc_links(self):
yield from super().javadoc_links()
Expand Down

0 comments on commit 303ff14

Please sign in to comment.