You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/03/26 13:17:13 UTC

[tomee] branch master updated: Add libraries to help with debugging in IDE These will not be included in the war

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 959b1db  Add libraries to help with debugging in IDE These will not be included in the war
959b1db is described below

commit 959b1db362da0f1fe349d28c414f9a346b94fa48
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri Mar 26 06:16:30 2021 -0700

    Add libraries to help with debugging in IDE
    These will not be included in the war
---
 tomee/tomee-plume-webapp/pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml
index db57087..b261505 100644
--- a/tomee/tomee-plume-webapp/pom.xml
+++ b/tomee/tomee-plume-webapp/pom.xml
@@ -187,7 +187,16 @@
         </exclusion>
       </exclusions>
     </dependency>
-
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-catalina</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-jasper</artifactId>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
 
   <build>