Skip to content

Commit

Permalink
Merge pull request #37359 from dmlloyd/fix-log-dep
Browse files Browse the repository at this point in the history
Fix incorrect log dependency
  • Loading branch information
gsmet authored Nov 28, 2023
2 parents e4eb8bd + 8e22ed9 commit 3f87117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-framework/junit5-component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<!-- Test dependencies -->
<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager-embedded</artifactId>
<artifactId>jboss-logmanager</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3f87117

Please sign in to comment.