Skip to content

Commit

Permalink
Fixes #4321 - Fix missing dependency for REST TCK runner (#4322)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Dec 5, 2024
1 parent b2a85d1 commit f5968a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions external/tck/rest/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.omnifaces.arquillian</groupId>
<artifactId>glassfish-client-ee11</artifactId>
Expand Down

0 comments on commit f5968a1

Please sign in to comment.