Skip to content

Commit

Permalink
Merge pull request #1326 from arjantijms/tckrefactor_update_servlet_url
Browse files Browse the repository at this point in the history
Update GF Servlet TCK runner
  • Loading branch information
arjantijms authored Jun 13, 2024
2 parents 05c460f + ed90f7a commit e97d955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion glassfish-runner/servlet-tck/servlet-tck-install/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<properties>
<tck.test.servlet.file>jakarta-servlet-tck-${tck.test.servlet.version}.zip</tck.test.servlet.file>
<tck.test.servlet.url>https://download.eclipse.org/ee4j/servlet/jakartaee11/staged/eftl/${tck.test.servlet.file}</tck.test.servlet.url>
<tck.test.servlet.url>https://download.eclipse.org/jakartaee/servlet/6.1/${tck.test.servlet.file}</tck.test.servlet.url>
<tck.test.servlet.version>6.1.0</tck.test.servlet.version>
</properties>

Expand Down
5 changes: 0 additions & 5 deletions glassfish-runner/servlet-tck/servlet-tck-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@
<artifactId>arquillian-junit5-container</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down

0 comments on commit e97d955

Please sign in to comment.