You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2020/11/17 12:45:41 UTC

[tomee-tck] 01/06: Missing TomEE catalina in the client classpath

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

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

commit b9f229270e0300464a4f712105ccf126e2684f71
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Tue Nov 17 12:06:44 2020 +0100

    Missing TomEE catalina in the client classpath
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index b945193..41d8a3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -914,6 +914,7 @@
                     <include name="el-api*.jar"/>
                     <include name="servlet-api*.jar"/>
                     <include name="tomee-security*.jar"/>
+                    <include name="tomee-catalina*.jar"/>
 
                     <include name="geronimo-mail-*.jar"/>