Browse Source

FOP-2939: Ant only needed at compile time

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1882486 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_6
Simon Steiner 3 years ago
parent
commit
f798ba0db7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      fop-events/pom.xml

+ 1
- 0
fop-events/pom.xml View File

@@ -35,6 +35,7 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>${ant.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>

Loading…
Cancel
Save