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

[tomee-jakarta] branch master updated: Trying to exclude bval

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bf2d08d  Trying to exclude bval
     new aa8fcd9  Merge branch 'master' of github.com:apache/tomee-jakarta
bf2d08d is described below

commit bf2d08d48fc9c623e7e03d668eb27b54960232c3
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Sat May 1 02:21:39 2021 +0100

    Trying to exclude bval
---
 tomee/tomee-plume-webapp/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml
index 191bcad..ca9f8c2 100644
--- a/tomee/tomee-plume-webapp/pom.xml
+++ b/tomee/tomee-plume-webapp/pom.xml
@@ -69,6 +69,12 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>openejb-core-eclipselink</artifactId>
       <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.bval</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -206,6 +212,10 @@
           <groupId>org.apache.tomcat</groupId>
           <artifactId>tomcat-catalina</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.bval</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>