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 04:05:35 UTC

[tomee-tck] branch jakartaee9-tck updated: Add hibernate validator to embedded classpath

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 adf91fb  Add hibernate validator to embedded classpath
adf91fb is described below

commit adf91fbc59df6139c488bb1a5b767c38664f3ded
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri Apr 30 21:05:22 2021 -0700

    Add hibernate validator to embedded classpath
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index e67fdee..80b3841 100644
--- a/pom.xml
+++ b/pom.xml
@@ -946,6 +946,11 @@
                     <include name="serp*.jar"/>
                     <include name="bval-jsr*.jar"/>
 
+                    <!-- Hibernate Validator -->
+                    <include name="classmate-*.jar"/>
+                    <include name="hibernate-validator-*.jar"/>
+                    <include name="jboss-logging-*.jar"/>
+
                     <include name="tomcat-websocket*.jar"/>
                     <include name="tomcat-util*.jar"/>
                     <include name="tomcat-juli*.jar"/>