From 7fcbe52efa5087e699a617c8ca456f91a53a61ac Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 22 Oct 2018 14:45:34 +0200 Subject: 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 --- pom.xml | 11 +++++------ 1 file 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 @@ 1.0.0 2.22.0 - 2.0.3.RELEASE + 2.0.6.RELEASE jacoco ${project.build.directory}/surefire-reports @@ -443,6 +443,10 @@ javax.jms jms + + commons-fileupload + commons-fileupload + @@ -532,11 +536,6 @@ plexus-utils 3.0.24 - - commons-fileupload - commons-fileupload - 1.3.3 - org.jboss.spec.javax.ws.rs jboss-jaxrs-api_2.0_spec -- cgit 1.2.3-korg