Skip to content

Commit

Permalink
More things CI wants in addition to local
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms committed Nov 19, 2024
1 parent 093e78f commit 6e40731
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions glassfish-runner/transactions-tck/transactions-tck-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@
<version>1.7</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-api-maven</artifactId>
<version>3.2.0</version>
</dependency>

<dependency>
<groupId>org.jboss.shrinkwrap.descriptors</groupId>
<artifactId>shrinkwrap-descriptors-impl-base</artifactId>
<version>2.0.0</version>
</dependency>

<!--
The Arquillian protocol to use the application client container for testing
Expand Down

0 comments on commit 6e40731

Please sign in to comment.