This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 2e49e04  Reverting Batik constants, as this triggers 
'java.lang.NoClassDefFoundError: org/apache/batik/util/XMLConstants'
2e49e04 is described below

commit 2e49e04577cc8c10a32b56356347ff23dced2716
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Thu Feb 14 17:23:23 2019 +0100

    Reverting Batik constants, as this triggers 
'java.lang.NoClassDefFoundError: org/apache/batik/util/XMLConstants'
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2511253..cb0b936 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1267,12 +1267,12 @@ under the License.
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>batik-i18n</artifactId>
-        <version>1.11</version>
+        <version>1.10</version>
       </dependency>
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>batik-constants</artifactId>
-        <version>1.11</version>
+        <version>1.10</version>
       </dependency>
 
       <!-- Activiti -->

Reply via email to