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 2019/05/23 12:56:43 UTC

[wicket] branch master updated: Remove testing/wicket-arquillian from the sub-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 a4b92a4  Remove testing/wicket-arquillian from the sub-modules
a4b92a4 is described below

commit a4b92a4322ec00832afc2fdbe2d885ca476ba6c5
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu May 23 15:54:12 2019 +0300

    Remove testing/wicket-arquillian from the sub-modules
    
    It leads to build failures at BuildBot due to clashing ports. And slows down the build locally.
    This way the code will stay in Git for anyone who wants to use it as inspiration, but since there is no special integration there is no chance to regress here.
    
    (cherry picked from commit eb6b7f6ac58700c95de283c9bcbab4ee740d6060)
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3e78ca9..9e69d7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,6 @@
 		<module>archetypes/quickstart</module>
 		<module>testing/wicket-common-tests</module>
 		<module>testing/wicket-js-tests</module>
-		<module>testing/wicket-arquillian</module>
 		<module>wicket-native-websocket</module>
 		<module>wicket-bean-validation</module>
 		<module>wicket-user-guide</module>