Fix security issues

Change-Id: I1b90314dab4f745495d8251520b62297571cc56f
Issue-ID: VID-149
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml
index a817adb..646c017 100755
--- a/epsdk-app-onap/pom.xml
+++ b/epsdk-app-onap/pom.xml
@@ -307,62 +307,7 @@
 			<artifactId>eelf-core</artifactId>

 			<version>1.0.0</version>

 		</dependency>

-		<!--Overide versions for latest security fixes-->

-		<dependency>

-			<groupId>ch.qos.logback</groupId>

-			<artifactId>logback-core</artifactId>

-			<version>1.2.3</version>

-		</dependency>

-		<dependency>

-			<groupId>ch.qos.logback</groupId>

-			<artifactId>logback-classic</artifactId>

-			<version>1.2.3</version>

-		</dependency>

-		<dependency>

-			<groupId>commons-collections</groupId>

-			<artifactId>commons-collections</artifactId>

-			<version>3.2.2</version>

-		</dependency>

-		<dependency>

-			<groupId>commons-fileupload</groupId>

-			<artifactId>commons-fileupload</artifactId>

-			<version>1.3.3</version>

-		</dependency>

-		<dependency>

-			<groupId>org.bouncycastle</groupId>

-			<artifactId>bcprov-jdk16</artifactId>

-			<version>1.46</version>

-		</dependency>

-		<dependency>

-			<groupId>xalan</groupId>

-			<artifactId>xalan</artifactId>

-			<version>2.7.2</version>

-		</dependency>

-		<dependency>

-			<groupId>org.apache.poi</groupId>

-			<artifactId>poi</artifactId>

-			<version>3.15</version>

-		</dependency>

-		<dependency>

-			<groupId>com.thoughtworks.xstream</groupId>

-			<artifactId>xstream</artifactId>

-			<version>1.4.10</version>

-		</dependency>

-		<dependency>

-			<groupId>org.apache.httpcomponents</groupId>

-			<artifactId>httpclient</artifactId>

-			<version>4.5.3</version>

-		</dependency>

-		<dependency>

-			<groupId>com.fasterxml.jackson.core</groupId>

-			<artifactId>jackson-core</artifactId>

-			<version>2.8.6</version>

-		</dependency>

-		<dependency>

-			<groupId>xerces</groupId>

-			<artifactId>xercesImpl</artifactId>

-			<version>2.11.0.SP5</version>

-		</dependency>

+		

 

 

 

@@ -387,6 +332,11 @@
 		</dependency>

 		<dependency>

 			<groupId>com.fasterxml.jackson.core</groupId>

+			<artifactId>jackson-core</artifactId>

+			<version>2.8.6</version>

+		</dependency>

+		<dependency>

+			<groupId>com.fasterxml.jackson.core</groupId>

 			<artifactId>jackson-databind</artifactId>

 			<version>2.6.7.1</version>

 		</dependency>