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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6dca790  remove unused commons-lang3 dependency
6dca790 is described below

commit 6dca7908308ac845a89454524a6638131d343f81
Author: Markus Jung <[email protected]>
AuthorDate: Thu Jul 18 13:39:45 2024 +0200

    remove unused commons-lang3 dependency
---
 bval-jsr/pom.xml | 6 ------
 bval-tck/pom.xml | 6 ------
 pom.xml          | 6 ------
 3 files changed, 18 deletions(-)

diff --git a/bval-jsr/pom.xml b/bval-jsr/pom.xml
index 2d509a7..36dce35 100644
--- a/bval-jsr/pom.xml
+++ b/bval-jsr/pom.xml
@@ -144,12 +144,6 @@
             <artifactId>commons-weaver-privilizer-api</artifactId>
         </dependency>
         <!-- optional dependencies -->
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <scope>provided</scope>
-            <optional>true</optional>
-        </dependency>
         <dependency>
             <groupId>jakarta.persistence</groupId>
             <artifactId>jakarta.persistence-api</artifactId>
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index 23ef0b7..e5d52ba 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -105,12 +105,6 @@ under the License.
             <groupId>org.apache.bval</groupId>
             <artifactId>bval-jsr</artifactId>
             <version>${project.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.commons</groupId>
-                    <artifactId>commons-lang3</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.jboss.arquillian.container</groupId>
diff --git a/pom.xml b/pom.xml
index 072110c..2fe2dda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -352,12 +352,6 @@
                 <artifactId>mockito-core</artifactId>
                 <version>5.12.0</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-lang3</artifactId>
-                <version>3.14.0</version>
-                <optional>true</optional>
-            </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-weaver-privilizer-api</artifactId>

Reply via email to