Skip to content

Commit 0c7c4b1

Browse files
committed
Exclude bcprov-jdk15on to avoid conflicts with bcprov-jdk18on
This excludes the `org.bouncycastle:bcprov-jdk15on` JAR from the classpath to avoid potential conflicts
1 parent 5616889 commit 0c7c4b1

File tree

1 file changed

+7
-0
lines changed
  • extensions/vertx-http/deployment

1 file changed

+7
-0
lines changed

extensions/vertx-http/deployment/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@
115115
<artifactId>apacheds-protocol-dns</artifactId>
116116
<version>${apacheds-protocol-dns.version}</version>
117117
<scope>test</scope>
118+
<exclusions>
119+
<!-- exclude bcprov-jdk15on to avoid conflicts with bcprov-jdk18on -->
120+
<exclusion>
121+
<groupId>org.bouncycastle</groupId>
122+
<artifactId>bcprov-jdk15on</artifactId>
123+
</exclusion>
124+
</exclusions>
118125
</dependency>
119126
</dependencies>
120127

0 commit comments

Comments
 (0)