We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bcprov-jdk15on
bcprov-jdk18on
1 parent 5616889 commit 0c7c4b1Copy full SHA for 0c7c4b1
extensions/vertx-http/deployment/pom.xml
@@ -115,6 +115,13 @@
115
<artifactId>apacheds-protocol-dns</artifactId>
116
<version>${apacheds-protocol-dns.version}</version>
117
<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>
125
</dependency>
126
</dependencies>
127
0 commit comments