Skip to content

Commit

Permalink
TCK runner was showing inconsistent dependencies, so add them explici…
Browse files Browse the repository at this point in the history
…tly. (#565)

Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Mar 4, 2024
1 parent 9573234 commit 1b507d5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dist-build/jboss-runner.pom
Expand Up @@ -146,6 +146,21 @@
<version>2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.testng</groupId>
<artifactId>arquillian-testng-container</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap.descriptors</groupId>
<artifactId>shrinkwrap-descriptors-impl-javaee</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 1b507d5

Please sign in to comment.