Skip to content

Commit

Permalink
Merge pull request wildfly#18596 from yersan/WFLY-20216
Browse files Browse the repository at this point in the history
[WFLY-20216] Add org.jboss.logmanager:jboss-logmanager as a test depe…
  • Loading branch information
bstansberry authored Dec 24, 2024
2 parents b667198 + fd37bf0 commit 1f415d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testsuite/layers-expansion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
<artifactId>commons-lang3</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<properties>
Expand Down
5 changes: 5 additions & 0 deletions testsuite/layers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
<artifactId>commons-lang3</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<properties>
Expand Down

0 comments on commit 1f415d2

Please sign in to comment.