aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2018-10-22 14:45:34 +0200
committersebdet <sebastien.determe@intl.att.com>2018-10-22 14:45:34 +0200
commit7fcbe52efa5087e699a617c8ca456f91a53a61ac (patch)
tree235931dbfda78d6910d3a3358a31277f197d0f52
parenta3fd799170a8da243cf2c383cf979c4823c7bee3 (diff)
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>
-rw-r--r--pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index c9271046..1a61b2e5 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>