Skip to content

Commit

Permalink
Merge pull request #1665 from arjantijms/gfrunner_tx_3
Browse files Browse the repository at this point in the history
runtime dependency needed on CI
  • Loading branch information
arjantijms authored Nov 19, 2024
2 parents f9dd20a + d5ea2f7 commit e3deb26
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>runtime</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>jakarta.tck.arquillian</groupId>
Expand Down

0 comments on commit e3deb26

Please sign in to comment.