From 473c3937487e484a6e2286d6eb1c5f094a49c94a Mon Sep 17 00:00:00 2001 From: Joram Barrez Date: Thu, 7 Mar 2013 14:12:24 +0100 Subject: [PATCH] Fix for running Explorer 5.12 on JDK 6 --- modules/activiti-modeler/pom.xml | 19 ++++++++++++++++++ modules/activiti-webapp-explorer2/pom.xml | 24 ++++++++++++++--------- 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/modules/activiti-modeler/pom.xml b/modules/activiti-modeler/pom.xml index eeaa44f413..e89d2ea0a5 100644 --- a/modules/activiti-modeler/pom.xml +++ b/modules/activiti-modeler/pom.xml @@ -84,10 +84,29 @@ org.apache.xmlgraphics batik-transcoder + + + + xml-apis + xml-apis + + + xalan + xalan + + org.apache.xmlgraphics batik-bridge + + + + + xalan + xalan + + org.apache.xmlgraphics diff --git a/modules/activiti-webapp-explorer2/pom.xml b/modules/activiti-webapp-explorer2/pom.xml index a01a33143a..9beb7eaf90 100644 --- a/modules/activiti-webapp-explorer2/pom.xml +++ b/modules/activiti-webapp-explorer2/pom.xml @@ -175,6 +175,12 @@ org.activiti activiti-modeler + + + xalan + xalan + + org.activiti @@ -207,19 +213,19 @@ junit test - - - com.google.gwt - gwt-servlet - + + + com.google.gwt + gwt-servlet + - org.vaadin.addons - dcharts-widget - 0.10.0 - + org.vaadin.addons + dcharts-widget + 0.10.0 + -- GitLab