You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/02/14 16:23:55 UTC

[syncope] branch master updated: Reverting Batik constants, as this triggers 'java.lang.NoClassDefFoundError: org/apache/batik/util/XMLConstants'

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

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


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

commit cfd50c91697debbab82658874293987db95bf867
Author: Francesco Chicchiriccò <il...@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 38e7948..c1769ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1324,12 +1324,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>
 
       <!-- Flowable -->