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 2017/04/18 08:43:15 UTC

[5/7] syncope git commit: Fixing after BATIK-1185

Fixing after BATIK-1185


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/86446e9f
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/86446e9f
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/86446e9f

Branch: refs/heads/master
Commit: 86446e9fd03f788b4c4beea2f6cec6dcf4146870
Parents: 6b6f36c
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Apr 18 10:29:09 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Apr 18 10:42:51 2017 +0200

----------------------------------------------------------------------
 core/logic/pom.xml |  8 ++++++++
 pom.xml            | 12 +++++++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/86446e9f/core/logic/pom.xml
----------------------------------------------------------------------
diff --git a/core/logic/pom.xml b/core/logic/pom.xml
index 35518bd..70245cf 100644
--- a/core/logic/pom.xml
+++ b/core/logic/pom.xml
@@ -79,6 +79,14 @@ under the License.
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>fop</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.xmlgraphics</groupId>
+      <artifactId>batik-i18n</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.xmlgraphics</groupId>
+      <artifactId>batik-constants</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>

http://git-wip-us.apache.org/repos/asf/syncope/blob/86446e9f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2f8c8a8..532c0d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -988,7 +988,17 @@ under the License.
           </exclusion>
         </exclusions>
       </dependency>
-            
+      <dependency>
+        <groupId>org.apache.xmlgraphics</groupId>
+        <artifactId>batik-i18n</artifactId>
+        <version>1.9</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.xmlgraphics</groupId>
+        <artifactId>batik-constants</artifactId>
+        <version>1.9</version>
+      </dependency>
+
       <!-- Activiti -->
       <dependency>
         <groupId>org.activiti</groupId>