svn commit: r1882486 - /xmlgraphics/fop/trunk/fop-events/pom.xml

[email protected] Wed, 14 Oct 2020 11:17:08 -0000
Newsgroups gmane.text.xml.fop.cvs
Message-ID <[email protected]>
Author: ssteiner
Date: Wed Oct 14 11:17:07 2020
New Revision: 1882486

URL: http://svn.apache.org/viewvc?rev=1882486&view=rev
Log:
FOP-2939: Ant only needed at compile time

Modified:
    xmlgraphics/fop/trunk/fop-events/pom.xml

Modified: xmlgraphics/fop/trunk/fop-events/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-events/pom.xml?rev=1882486&r1=1882485&r2=1882486&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-events/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-events/pom.xml Wed Oct 14 11:17:07 2020
@@ -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>