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/904be1a0 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/904be1a0 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/904be1a0 Branch: refs/heads/SYNCOPE-808 Commit: 904be1a0e62759ac64638fd468fd484d6d2065d2 Parents: 51d0bb4 Author: Francesco Chicchiriccò <[email protected]> Authored: Tue Apr 18 10:29:09 2017 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Tue Apr 18 10:29:09 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/904be1a0/core/logic/pom.xml ---------------------------------------------------------------------- diff --git a/core/logic/pom.xml b/core/logic/pom.xml index 967e9d7..cac3540 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/904be1a0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b6bdb56..cfa0ba0 100644 --- a/pom.xml +++ b/pom.xml @@ -995,7 +995,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>
