Removed Security - Critical vulnerabilities 93/65993/1
authorwasala <przemyslaw.wasala@nokia.com>
Wed, 12 Sep 2018 06:19:26 +0000 (08:19 +0200)
committerwasala <przemyslaw.wasala@nokia.com>
Wed, 12 Sep 2018 06:19:26 +0000 (08:19 +0200)
Deleted all security vulnerabilities
with severity >=7

Change-Id: I496acedbed93c17e7f3a6d1f634c7a56558fb0c8
Issue-ID: DCAEGEN2-770
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
pom.xml
prh-app-server/pom.xml

diff --git a/pom.xml b/pom.xml
index 1e773c6..f563de5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,6 @@
   <properties>
     <java.version>8</java.version>
     <immutables.version>2.5.6</immutables.version>
-    <bouncycastle.version>1.59</bouncycastle.version>
     <spring.version>5.0.5.RELEASE</spring.version>
     <spring-boot.version>2.0.4.RELEASE</spring-boot.version>
     <tomcat.version>8.5.32</tomcat.version>
         <artifactId>gson</artifactId>
         <version>${immutables.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.bouncycastle</groupId>
-        <artifactId>bcpkix-jdk15on</artifactId>
-        <version>${bouncycastle.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
index f663227..59ffb99 100644 (file)
       <groupId>org.immutables</groupId>
       <artifactId>gson</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.bouncycastle</groupId>
-      <artifactId>bcpkix-jdk15on</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.tomcat.embed</groupId>
       <artifactId>tomcat-embed-core</artifactId>