Skip to content
Snippets Groups Projects
Commit 97b5eeb5 authored by tmortagne's avatar tmortagne
Browse files

XWIKI-8178: Upgrade to Xalan 2.7.1

parent 10ce2baa
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,12 @@ ...@@ -118,6 +118,12 @@
<artifactId>tika-parsers</artifactId> <artifactId>tika-parsers</artifactId>
<version>1.2</version> <version>1.2</version>
</dependency> </dependency>
<!-- Used by several projects (HTMLCleaner, Formula renderer, etc.) directly or indirectly to do XPath and XSLT transformations -->
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
</dependency>
<!-- Standard dependencies used in GWT modules --> <!-- Standard dependencies used in GWT modules -->
<dependency> <dependency>
<groupId>com.google.gwt</groupId> <groupId>com.google.gwt</groupId>
......
...@@ -102,7 +102,6 @@ ...@@ -102,7 +102,6 @@
<dependency> <dependency>
<groupId>xalan</groupId> <groupId>xalan</groupId>
<artifactId>xalan</artifactId> <artifactId>xalan</artifactId>
<version>2.5.1</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<!-- Testing dependencies --> <!-- Testing dependencies -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment