|
172 | 172 | <groupId>org.apache.directory.shared</groupId> |
173 | 173 | <artifactId>shared-ldap-schema</artifactId> |
174 | 174 | </exclusion> |
| 175 | + <exclusion> |
| 176 | + <groupId>org.bouncycastle</groupId> |
| 177 | + <artifactId>bcprov-jdk15on</artifactId> |
| 178 | + </exclusion> |
| 179 | + <exclusion> |
| 180 | + <groupId>org.bouncycastle</groupId> |
| 181 | + <artifactId>bcpkix-jdk15on</artifactId> |
| 182 | + </exclusion> |
| 183 | + <exclusion> |
| 184 | + <groupId>org.bouncycastle</groupId> |
| 185 | + <artifactId>bcutil-jdk15on</artifactId> |
| 186 | + </exclusion> |
175 | 187 | </exclusions> |
176 | 188 | </dependency> |
177 | 189 | <dependency> |
|
191 | 203 | <artifactId>apacheds-core</artifactId> |
192 | 204 | <version>${ads.version}</version> |
193 | 205 | <scope>test</scope> |
| 206 | + <exclusions> |
| 207 | + <exclusion> |
| 208 | + <groupId>org.bouncycastle</groupId> |
| 209 | + <artifactId>bcprov-jdk15on</artifactId> |
| 210 | + </exclusion> |
| 211 | + <exclusion> |
| 212 | + <groupId>org.bouncycastle</groupId> |
| 213 | + <artifactId>bcpkix-jdk15on</artifactId> |
| 214 | + </exclusion> |
| 215 | + <exclusion> |
| 216 | + <groupId>org.bouncycastle</groupId> |
| 217 | + <artifactId>bcutil-jdk15on</artifactId> |
| 218 | + </exclusion> |
| 219 | + </exclusions> |
194 | 220 | </dependency> |
195 | 221 | <dependency> |
196 | 222 | <groupId>org.apache.directory.server</groupId> |
197 | 223 | <artifactId>apacheds-protocol-ldap</artifactId> |
198 | 224 | <version>${ads.version}</version> |
199 | 225 | <scope>test</scope> |
| 226 | + <exclusions> |
| 227 | + <exclusion> |
| 228 | + <groupId>org.bouncycastle</groupId> |
| 229 | + <artifactId>bcprov-jdk15on</artifactId> |
| 230 | + </exclusion> |
| 231 | + <exclusion> |
| 232 | + <groupId>org.bouncycastle</groupId> |
| 233 | + <artifactId>bcpkix-jdk15on</artifactId> |
| 234 | + </exclusion> |
| 235 | + <exclusion> |
| 236 | + <groupId>org.bouncycastle</groupId> |
| 237 | + <artifactId>bcutil-jdk15on</artifactId> |
| 238 | + </exclusion> |
| 239 | + </exclusions> |
200 | 240 | </dependency> |
201 | 241 | <dependency> |
202 | 242 | <groupId>org.apache.directory.server</groupId> |
|
0 commit comments