Skip to content

Commit

Permalink
Merge branch 'current' into issue-4010
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Sep 27, 2024
2 parents aeb3b8e + 7d5aeeb commit e5bde32
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 e5bde32

Please sign in to comment.