Skip to content

Commit

Permalink
Fixes #4025 - Add arquillian-protocol-servlet-jakarta to REST TCK (#4026
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mnriem authored Sep 27, 2024
1 parent fc13428 commit 7d5aeeb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion external/coreprofile-tck/rest/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@
<dependency>
<groupId>org.jboss.arquillian.junit5</groupId>
<artifactId>arquillian-junit5-container</artifactId>
<version>1.8.0.Final</version>
<version>${arquillian.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet-jakarta</artifactId>
<version>${arquillian.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7d5aeeb

Please sign in to comment.