Skip to content

Commit

Permalink
runtime dependency needed on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms committed Nov 19, 2024
1 parent f9dd20a commit d5ea2f7
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 d5ea2f7

Please sign in to comment.