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

jungm pushed a commit to branch bval-3.0.x
in repository https://gitbox.apache.org/repos/asf/bval.git


The following commit(s) were added to refs/heads/bval-3.0.x by this push:
     new b96deeb  [BVAL-219] remove bval-jsr dependency from extras
b96deeb is described below

commit b96deebfe25f24202332674e6b8becfdc87ec94f
Author: Markus Jung <[email protected]>
AuthorDate: Fri Jul 12 15:11:08 2024 +0200

    [BVAL-219] remove bval-jsr dependency from extras
---
 bval-extras/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/bval-extras/pom.xml b/bval-extras/pom.xml
index 285890f..210dbe1 100644
--- a/bval-extras/pom.xml
+++ b/bval-extras/pom.xml
@@ -41,11 +41,7 @@
             <groupId>jakarta.validation</groupId>
             <artifactId>jakarta.validation-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.bval</groupId>
-            <artifactId>bval-jsr</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>

Reply via email to