This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git

commit 7eaea7ed0b49ecd41e897c67debb3feb95cb2a84
Author: David Blevins <[email protected]>
AuthorDate: Fri Mar 26 07:00:50 2021 -0700

    Add tomcat dependency to help debugging in IDE
---
 tomee/tomee-plume-webapp/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml
index 1c902e4..ff61613 100644
--- a/tomee/tomee-plume-webapp/pom.xml
+++ b/tomee/tomee-plume-webapp/pom.xml
@@ -192,6 +192,11 @@
       <artifactId>tomcat-catalina</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-jasper</artifactId>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
 
   <build>

Reply via email to