From 75d252554b7fd08e14bb7d4416dc403df8b7de1e Mon Sep 17 00:00:00 2001 From: Johannes Geppert Date: Sat, 9 Feb 2019 15:04:22 +0100 Subject: [PATCH] Solve some dependency convergence issues reported by maven enforce plugin https://issues.apache.org/jira/browse/WW-5018 --- apps/rest-showcase/pom.xml | 16 +++++++++++----- apps/showcase/pom.xml | 9 +-------- plugins/jasperreports/pom.xml | 12 ++++++++---- plugins/osgi/pom.xml | 17 +++++++++++++++++ 4 files changed, 37 insertions(+), 17 deletions(-) diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 810cd31fc..2bf65a13a 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -73,26 +73,32 @@ net.sourceforge.jwebunit jwebunit-core - 1.4.1 + 3.3 test + - commons-httpclient - commons-httpclient - 3.1 + net.sourceforge.htmlunit + htmlunit + 2.27 test net.sourceforge.jwebunit jwebunit-htmlunit-plugin - 1.4.1 + 3.3 test xom xom + + + net.sourceforge.htmlunit + htmlunit + diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 9e9cce20e..a3c83414d 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -141,13 +141,6 @@ commons-fileupload - - commons-httpclient - commons-httpclient - 3.1 - test - - junit junit @@ -157,7 +150,7 @@ net.sourceforge.htmlunit htmlunit - 2.24 + 2.27 test diff --git a/plugins/jasperreports/pom.xml b/plugins/jasperreports/pom.xml index 72804ed58..8a9762db8 100644 --- a/plugins/jasperreports/pom.xml +++ b/plugins/jasperreports/pom.xml @@ -39,13 +39,17 @@ net.sf.jasperreports jasperreports - 6.0.3 + 6.7.0 provided - + - org.olap4j - olap4j + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotation diff --git a/plugins/osgi/pom.xml b/plugins/osgi/pom.xml index cbe48f067..91625388c 100644 --- a/plugins/osgi/pom.xml +++ b/plugins/osgi/pom.xml @@ -32,6 +32,11 @@ Struts 2 OSGi Plugin + + org.osgi + org.osgi.core + 4.3.1 + org.apache.felix org.apache.felix.main @@ -39,10 +44,22 @@ org.apache.felix org.apache.felix.shell + + + org.osgi + org.osgi.core + + org.apache.felix org.apache.felix.shell.tui + + + org.osgi + org.osgi.core + +