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.

Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Mar 3, 2024
1 parent f22f70a commit cb522d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dist-build/jboss-runner.pom
Original file line number Diff line number Diff line change
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 cb522d1

Please sign in to comment.