This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch http-4.x
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/http-4.x by this push:
new 2272298b88 Update root pom
2272298b88 is described below
commit 2272298b88da06687f98e5e61093fe14560f4bf5
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Oct 6 15:38:43 2022 +0200
Update root pom
---
http/pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/http/pom.xml b/http/pom.xml
index 3ac9146a6c..8c08567c54 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -39,22 +39,11 @@
</scm>
<modules>
- <module>servlet-api</module>
<module>base</module>
<module>bridge</module>
<module>jetty</module>
- <module>base-4.x</module>
- <module>bridge-4.x</module>
- <module>jetty-4.x</module>
- <module>parent</module>
- <module>proxy</module>
<module>whiteboard</module>
- <module>cometd</module>
- <module>bundle</module>
<module>sslfilter</module>
<module>itest</module>
- <module>samples/bridge</module>
- <module>samples/whiteboard</module>
- <module>samples/cometd</module>
</modules>
</project>