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-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-h...@xmlgraphics.apache.org

Reply via email to