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/04 19:43:20 UTC

[tomee-tck] branch jakartaee9-tck updated: Missing juli as a dependency for tomcat websocket

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

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


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new f0821ff  Missing juli as a dependency for tomcat websocket
f0821ff is described below

commit f0821ff4e04cce1a733b0cc86946e14caca6dbe5
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Nov 4 20:42:44 2020 +0100

    Missing juli as a dependency for tomcat websocket
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0aa827b..5d30eff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -862,6 +862,11 @@
                     <exclude name="openejb-core-eclipselink*.jar" />
                   </fileset>
                 </copy>
+                <copy todir="${project.build.directory}/lib">
+                  <fileset dir="${openejb.home}/bin">
+                    <include name="tomcat-juli.jar"/>
+                  </fileset>
+                </copy>
               </target>
             </configuration>
           </execution>