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 <[email protected]>
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 <[email protected]>
---
 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>

Reply via email to