Fix Nexus IQ 41/70941/1
authorsebdet <sebastien.determe@intl.att.com>
Mon, 22 Oct 2018 12:45:34 +0000 (14:45 +0200)
committersebdet <sebastien.determe@intl.att.com>
Mon, 22 Oct 2018 12:45:34 +0000 (14:45 +0200)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index c927104..1a61b2e 100644 (file)
--- 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>
                                                                                <groupId>javax.jms</groupId>
                                                                                <artifactId>jms</artifactId>
                                                                </exclusion>
+                                                               <exclusion>
+                                                                               <groupId>commons-fileupload</groupId>
+                                                                               <artifactId>commons-fileupload</artifactId>
+                                                               </exclusion>
                                                </exclusions>
                                </dependency>
                                <dependency>
                                                <artifactId>plexus-utils</artifactId>
                                                <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>