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.git

commit f2d66c73865d58bab8d88b689af0ca7fb04d6c31
Author: gurkerl83 <[email protected]>
AuthorDate: Wed Feb 3 23:08:02 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
---
 aliyun-ecs/pom.xml        | 7 -------
 dimensiondata/pom.xml     | 7 -------
 oneandone/pom.xml         | 8 --------
 profitbricks-rest/pom.xml | 8 --------
 4 files changed, 30 deletions(-)

diff --git a/aliyun-ecs/pom.xml b/aliyun-ecs/pom.xml
index 0d77a08..b29859e 100644
--- a/aliyun-ecs/pom.xml
+++ b/aliyun-ecs/pom.xml
@@ -80,13 +80,6 @@
             <groupId>com.squareup.okhttp3</groupId>
             <artifactId>mockwebserver</artifactId>
             <scope>test</scope>
-            <exclusions>
-                <!-- provided by the jclouds-bouncycastle driver -->
-                <exclusion>
-                    <groupId>org.bouncycastle</groupId>
-                    <artifactId>bcprov-jdk15on</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.google.auto.value</groupId>
diff --git a/dimensiondata/pom.xml b/dimensiondata/pom.xml
index 8af86be..a9f9f2c 100644
--- a/dimensiondata/pom.xml
+++ b/dimensiondata/pom.xml
@@ -86,13 +86,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>
         <dependency>
             <groupId>com.google.auto.value</groupId>
diff --git a/oneandone/pom.xml b/oneandone/pom.xml
index a8fc4d4..ccab2f8 100644
--- a/oneandone/pom.xml
+++ b/oneandone/pom.xml
@@ -88,14 +88,6 @@
         <dependency>
             <groupId>com.squareup.okhttp3</groupId>
             <artifactId>mockwebserver</artifactId>
-            <exclusions>
-                <!-- Already provided by jclouds-sshj -->
-                <exclusion>
-                    <groupId>org.bouncycastle</groupId>
-                    <artifactId>bcprov-jdk15on</artifactId>
-                </exclusion>
-            </exclusions>
-            <type>jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/profitbricks-rest/pom.xml b/profitbricks-rest/pom.xml
index 459678a..6fd6403 100644
--- a/profitbricks-rest/pom.xml
+++ b/profitbricks-rest/pom.xml
@@ -88,14 +88,6 @@
         <dependency>
             <groupId>com.squareup.okhttp3</groupId>
             <artifactId>mockwebserver</artifactId>
-            <exclusions>
-                <!-- Already provided by jclouds-sshj -->
-                <exclusion>
-                    <groupId>org.bouncycastle</groupId>
-                    <artifactId>bcprov-jdk15on</artifactId>
-                </exclusion>
-            </exclusions>
-            <type>jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to