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

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 194899ffc4 Excluding commons-pool2 as transitive dependency from 
OpenJPA
194899ffc4 is described below

commit 194899ffc46bf01b1fbc133f84060060edd5b704
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jul 24 07:29:13 2024 +0200

    Excluding commons-pool2 as transitive dependency from OpenJPA
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5cbf0d9b57..fcdb94f2b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -669,6 +669,10 @@ under the License.
             <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-asm8-shaded</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-pool2</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>

Reply via email to