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/05/22 13:18:40 UTC

svn commit: r1878031 - /xmlgraphics/fop/trunk/fop-core/pom.xml

Author: ssteiner
Date: Fri May 22 13:18:40 2020
New Revision: 1878031

URL: http://svn.apache.org/viewvc?rev=1878031&view=rev
Log:
FOP-2935: Make servlet a compile only dependency

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

Modified: xmlgraphics/fop/trunk/fop-core/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/pom.xml?rev=1878031&r1=1878030&r2=1878031&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-core/pom.xml Fri May 22 13:18:40 2020
@@ -81,6 +81,7 @@
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <version>2.2</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>



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