diff options
-rw-r--r-- | common-be-tests-utils/pom.xml | 7 | ||||
-rw-r--r-- | common-be/pom.xml | 7 | ||||
-rw-r--r-- | integration-tests/pom.xml | 2 | ||||
-rw-r--r-- | openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
5 files changed, 13 insertions, 7 deletions
diff --git a/common-be-tests-utils/pom.xml b/common-be-tests-utils/pom.xml index a376ac74a9..4c82e06098 100644 --- a/common-be-tests-utils/pom.xml +++ b/common-be-tests-utils/pom.xml @@ -32,6 +32,10 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -129,9 +133,8 @@ <dependency> <groupId>org.bouncycastle</groupId> - <artifactId>bcpkix-jdk15on</artifactId> + <artifactId>bcpkix-lts8on</artifactId> <version>${bouncycastle.version}</version> - <scope>compile</scope> </dependency> <dependency> diff --git a/common-be/pom.xml b/common-be/pom.xml index ab30ad5f99..2fc7a859ef 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -36,6 +36,10 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk15on</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -139,9 +143,8 @@ <dependency> <groupId>org.bouncycastle</groupId> - <artifactId>bcpkix-jdk15on</artifactId> + <artifactId>bcpkix-lts8on</artifactId> <version>${bouncycastle.version}</version> - <scope>compile</scope> </dependency> <dependency> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b0e6e77420..6d936f73ee 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -345,7 +345,7 @@ limitations under the License. </exclusion> <exclusion> <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> + <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> diff --git a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml index 24087180f8..a0d1923e82 100644 --- a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml @@ -211,7 +211,7 @@ </dependency> <dependency> <groupId>org.bouncycastle</groupId> - <artifactId>bcpkix-jdk15on</artifactId> + <artifactId>bcpkix-lts8on</artifactId> <version>${bouncycastle.version}</version> </dependency> <dependency> @@ -180,7 +180,7 @@ Modifications copyright (c) 2018-2019 Nokia <surefire.reuseForks>true</surefire.reuseForks> <surefire.skip.tests>false</surefire.skip.tests> - <bouncycastle.version>1.70</bouncycastle.version> + <bouncycastle.version>2.73.2</bouncycastle.version> <!--DOCKER--> <docker.api.version>1.43</docker.api.version> |