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