Issue #3731 - Cleaning up test-cdi2-webapp to be the minimal needed

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2019-06-05 08:08:56 -05:00
parent 715bbbb6a2
commit c6e5371ea2
1 changed files with 0 additions and 11 deletions

View File

@ -26,17 +26,6 @@
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>3.0.0</version>
</dependency>
<!-- <dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-el</artifactId>
<version>9.0.19</version>
<classifier>provided</classifier>
</dependency>-->
<!-- included in webapp -->
<dependency>
<groupId>org.jboss.weld.servlet</groupId>