01/01: fixes #6672: [RAPPORT] Le rapport birt ne fonctionne plus
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 2b7bb42986e4e317d61c3565e6ec2f1c5bff9e0a Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Feb 15 14:53:34 2015 +0100 fixes #6672: [RAPPORT] Le rapport birt ne fonctionne plus --- pom.xml | 5 +++++ tutti-service/pom.xml | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 8931bdc..c54f948 100644 --- a/pom.xml +++ b/pom.xml @@ -592,6 +592,11 @@ <artifactId>batik-util</artifactId> <version>${batikVersion}</version> </dependency> + <dependency> + <groupId>org.apache.xmlgraphics</groupId> + <artifactId>batik-css</artifactId> + <version>${batikVersion}</version> + </dependency> <dependency> <groupId>xml-apis</groupId> diff --git a/tutti-service/pom.xml b/tutti-service/pom.xml index 347b320..622cdb6 100644 --- a/tutti-service/pom.xml +++ b/tutti-service/pom.xml @@ -153,6 +153,26 @@ <classifier>codelutin</classifier> </dependency> + <!-- Required by birt --> + <dependency> + <groupId>org.apache.xmlgraphics</groupId> + <artifactId>batik-css</artifactId> + <scope>runtime</scope> + </dependency> + + <!-- Required by birt --> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <scope>runtime</scope> + </dependency> + <!-- Required by birt --> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis-ext</artifactId> + <scope>runtime</scope> + </dependency> + <!-- Logging --> <dependency> <groupId>org.slf4j</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm