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

[email protected] Fri, 22 May 2020 13:18:40 -0000
Newsgroups gmane.text.xml.fop.cvs
Message-ID <[email protected]>
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>