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

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new b431336ea1 NO-JIRA: Exclude conflicting Bouncy Castle dependencies 
from apacheds dependencies (#283)
b431336ea1 is described below

commit b431336ea1b99ba321dfcfd962eb0640ac167be6
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Thu Apr 24 14:23:24 2025 +0200

    NO-JIRA: Exclude conflicting Bouncy Castle dependencies from apacheds 
dependencies (#283)
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 17dc0b4d70..10a69194e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -833,6 +833,12 @@
         <artifactId>apacheds-core</artifactId>
         <version>${apache-directory-version}</version>
         <scope>test</scope>
+        <exclusions>
+          <exclusion>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcpkix-jdk15on</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
 
       <dependency>
@@ -854,6 +860,12 @@
         <artifactId>apacheds-interceptor-kerberos</artifactId>
         <version>${apache-directory-version}</version>
         <scope>test</scope>
+        <exclusions>
+          <exclusion>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15on</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
 
       <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to