Skip to content

Commit

Permalink
Fixes #3924 - Rework REST TCK job for the Core Profile certification …
Browse files Browse the repository at this point in the history
…workflow (#3926)
  • Loading branch information
mnriem authored Sep 8, 2024
1 parent b1eefa4 commit cdfa506
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions external/tck/coreprofile/rest/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@
<version>5.11.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.omnifaces.arquillian</groupId>
<artifactId>glassfish-client-ee10</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit cdfa506

Please sign in to comment.