Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1fcd54a02..d3c58a57a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,7 @@
<module>bundles/org.eclipse.equinox.http.jetty9</module>
<module>bundles/org.eclipse.equinox.http.registry</module>
<module>bundles/org.eclipse.equinox.http.servlet</module>
+ <module>bundles/org.eclipse.equinox.http.servlet.tests</module>
<module>bundles/org.eclipse.equinox.http.servletbridge</module>
<module>bundles/org.eclipse.equinox.io</module>
<module>bundles/org.eclipse.equinox.ip</module>

Back to the top