Skip to content

Commit

Permalink
Merge pull request #1661 from arjantijms/main
Browse files Browse the repository at this point in the history
More things CI wants in addition to local
  • Loading branch information
arjantijms authored Nov 19, 2024
2 parents 9a02c70 + 850a93a commit 8be9521
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 8be9521

Please sign in to comment.