This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/wicket-8.x by this push:
new eb6b7f6 Remove testing/wicket-arquillian from the sub-modules
eb6b7f6 is described below
commit eb6b7f6ac58700c95de283c9bcbab4ee740d6060
Author: Martin Tzvetanov Grigorov <[email protected]>
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.
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index df20b8e..949cdb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,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-cdi-1.1</module>