Fix Nexus IQ

Fix nexus IQ dependencies reported by NexusIQ and having security issues

Issue-ID: CLAMP-217
Change-Id: I8d1d658577c4d204850250dd7b96521ae74dca5d
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/pom.xml b/pom.xml
index c927104..1a61b2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
 
 				<eelf.core.version>1.0.0</eelf.core.version>
 				<camel.version>2.22.0</camel.version>
-				<springboot.version>2.0.3.RELEASE</springboot.version>
+				<springboot.version>2.0.6.RELEASE</springboot.version>
 
 				<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
 				<sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
@@ -443,6 +443,10 @@
 										<groupId>javax.jms</groupId>
 										<artifactId>jms</artifactId>
 								</exclusion>
+								<exclusion>
+										<groupId>commons-fileupload</groupId>
+										<artifactId>commons-fileupload</artifactId>
+								</exclusion>
 						</exclusions>
 				</dependency>
 				<dependency>
@@ -533,11 +537,6 @@
 						<version>3.0.24</version>
 				</dependency>
 				<dependency>
-						<groupId>commons-fileupload</groupId>
-						<artifactId>commons-fileupload</artifactId>
-						<version>1.3.3</version>
-				</dependency>
-				<dependency>
 						<groupId>org.jboss.spec.javax.ws.rs</groupId>
 						<artifactId>jboss-jaxrs-api_2.0_spec</artifactId>
 						<version>1.0.1.Final</version>