diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml index b0c0ec182c7..ca10fe789c7 100644 --- a/jetty-distribution/pom.xml +++ b/jetty-distribution/pom.xml @@ -140,16 +140,6 @@ ${assembly-directory}/demo-base/webapps async-rest.war - - org.eclipse.jetty.tests - test-weld-cdi-webapp - ${project.version} - war - true - ** - ${assembly-directory}/demo-base/webapps - test-weld-cdi.war - @@ -358,7 +348,7 @@ jetty.home=${assembly-directory} jetty.base=${assembly-directory}/demo-base - --add-to-startd=server,continuation,deploy,websocket,ext,resources,client,annotations,cdi-spi,jndi,servlets,jsp,jstl,http,https,threadpool + --add-to-startd=server,continuation,deploy,websocket,ext,resources,client,annotations,jndi,servlets,jsp,jstl,http,https,threadpool @@ -459,13 +449,6 @@ war true - - org.eclipse.jetty.tests - test-weld-cdi-webapp - ${project.version} - war - true - org.eclipse.jetty jetty-documentation diff --git a/jetty-distribution/src/main/resources/demo-base/webapps/ROOT/index.html b/jetty-distribution/src/main/resources/demo-base/webapps/ROOT/index.html index 8d7d4254a71..87e0fd2a7d1 100644 --- a/jetty-distribution/src/main/resources/demo-base/webapps/ROOT/index.html +++ b/jetty-distribution/src/main/resources/demo-base/webapps/ROOT/index.html @@ -36,7 +36,6 @@
  • Servlet 3.1 Test
  • JAAS Test
  • JNDI Test
  • -
  • Weld CDI Test
  • Async Rest
  • Redirected Context