This is an automated email from the ASF dual-hosted git repository. gaul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jclouds-labs-aws.git
commit f40353e2f39524aa08be57f7d75ee3fd86c65cdf Author: gurkerl83 <[email protected]> AuthorDate: Wed Feb 3 23:06:58 2021 +0100 Remove exclusion of bouncy castle module The mock-webserver of v3.14.9 does not define a bouncy castle dependency anymore - remove. For reference see the commit message in the commit. https://github.com/apache/jclouds/pull/95/commits/6a623f86970219ce0cb8a78d4875311aca10c107 --- elb/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/elb/pom.xml b/elb/pom.xml index 1f06bc9..cea7e1e 100644 --- a/elb/pom.xml +++ b/elb/pom.xml @@ -113,13 +113,6 @@ <groupId>com.squareup.okhttp3</groupId> <artifactId>mockwebserver</artifactId> <scope>test</scope> - <exclusions> - <!-- Already provided by jclouds-sshj --> - <exclusion> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> - </exclusion> - </exclusions> </dependency> </dependencies>
