You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2023/03/15 09:47:18 UTC

[wicket] branch master updated: WICKET-6887: Remove dependencies to non-existing modules

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new a950f32dcd WICKET-6887: Remove dependencies to non-existing modules
a950f32dcd is described below

commit a950f32dcdf643cf69bd9c5ede31f9d22a2c0789
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Mar 15 11:46:08 2023 +0200

    WICKET-6887: Remove dependencies to non-existing modules
    
    wicket-http2 has been merged to wicket-core
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 testing/wicket-common-tests/pom.xml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml
index de125c805b..40948100c4 100644
--- a/testing/wicket-common-tests/pom.xml
+++ b/testing/wicket-common-tests/pom.xml
@@ -139,31 +139,6 @@
 			<artifactId>wicket-velocity</artifactId>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
-			<groupId>org.apache.wicket.experimental.wicket9</groupId>
-			<artifactId>wicket-http2-core</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.wicket.experimental.wicket9</groupId>
-			<artifactId>wicket-http2-jetty</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.wicket.experimental.wicket9</groupId>
-			<artifactId>wicket-http2-servlet4</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.wicket.experimental.wicket9</groupId>
-			<artifactId>wicket-http2-tomcat</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.wicket.experimental.wicket9</groupId>
-			<artifactId>wicket-http2-undertow</artifactId>
-			<scope>test</scope>
-		</dependency>
 	</dependencies>
 	<build>
 		<plugins>