diff options
Diffstat (limited to 'java/sca/samples/pom.xml')
-rw-r--r-- | java/sca/samples/pom.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/java/sca/samples/pom.xml b/java/sca/samples/pom.xml index 36e0049d60..55582f903a 100644 --- a/java/sca/samples/pom.xml +++ b/java/sca/samples/pom.xml @@ -56,13 +56,16 @@ <module>implementation-java-calculator</module> <module>binding-ws-calculator</module> - <!-- module>host-webapp-calculator</module --> <module>webapps/helloworld</module> <module>webapps/helloworld-bpel</module> <module>webapps/helloworld-jsp</module> <module>webapps/helloworld-stripes</module> - + <module>webapps/helloworld-servlet</module> +<!-- + <module>webapps/helloworld-rest</module> + <module>webapps/helloworld-wicket</module> +--> </modules> </profile> </profiles> |