Skip to content

Commit

Permalink
Merge pull request #17516 from jfdenise/WFCORE-6656
Browse files Browse the repository at this point in the history
Fix for WFLY-18897, testsuite manual-expansion is missing the parsson dependency
  • Loading branch information
jamezp committed Jan 9, 2024
2 parents 2602842 + 76f163e commit b94dc2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testsuite/integration/manualmode-expansion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
<artifactId>wildfly-cli</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-core-test-runner</artifactId>
Expand Down

0 comments on commit b94dc2f

Please sign in to comment.