You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2020/10/14 11:17:08 UTC

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

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>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org