aboutsummaryrefslogtreecommitdiffstats
path: root/fop-core/pom.xml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2022-07-26 07:25:13 +0000
committerSimon Steiner <ssteiner@apache.org>2022-07-26 07:25:13 +0000
commit5818e16bd18384d5f8fe5e3fb82795b1fb96948e (patch)
tree3b0b227ecaf6a620ebc93afa396040aa8375868b /fop-core/pom.xml
parentd7b29ae0a5f2b89fdbcf6eac131a94fc10896aea (diff)
downloadxmlgraphics-fop-5818e16bd18384d5f8fe5e3fb82795b1fb96948e.tar.gz
xmlgraphics-fop-5818e16bd18384d5f8fe5e3fb82795b1fb96948e.zip
FOP-3085: Remove Xalan
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1903024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop-core/pom.xml')
-rw-r--r--fop-core/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/fop-core/pom.xml b/fop-core/pom.xml
index ca5904021..b27bbdd2b 100644
--- a/fop-core/pom.xml
+++ b/fop-core/pom.xml
@@ -23,6 +23,12 @@
<groupId>${project.groupId}</groupId>
<artifactId>batik-anim</artifactId>
<version>${batik.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>