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/05/01 05:00:33 UTC

[tomee-tck] branch jakartaee9-tck updated: Ensure jasper is in the ejbembed classpath for hibernate It needs an el impl

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

dblevins 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 b95dbf0  Ensure jasper is in the ejbembed classpath for hibernate It needs an el impl
b95dbf0 is described below

commit b95dbf0454dfdd8b988213d328eeca29cace2705
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri Apr 30 22:00:19 2021 -0700

    Ensure jasper is in the ejbembed classpath for hibernate
    It needs an el impl
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 80b3841..1ebd65b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -950,6 +950,7 @@
                     <include name="classmate-*.jar"/>
                     <include name="hibernate-validator-*.jar"/>
                     <include name="jboss-logging-*.jar"/>
+                    <include name="jasper*.jar"/>
 
                     <include name="tomcat-websocket*.jar"/>
                     <include name="tomcat-util*.jar"/>