Author: ssteiner Date: Wed May 27 13:53:36 2020 New Revision: 1878161 URL: http://svn.apache.org/viewvc?rev=1878161&view=rev Log: FOP-2889: Make JAI optional
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=1878161&r1=1878160&r2=1878161&view=diff ============================================================================== --- xmlgraphics/fop/trunk/fop-core/pom.xml (original) +++ xmlgraphics/fop/trunk/fop-core/pom.xml Wed May 27 13:53:36 2020 @@ -81,13 +81,13 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.2</version> - <scope>compile</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.9.15</version> - <scope>compile</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.pdfbox</groupId> @@ -98,13 +98,13 @@ <groupId>javax.media</groupId> <artifactId>jai-core</artifactId> <version>1.1.3</version> - <scope>compile</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>com.sun.media</groupId> <artifactId>jai-codec</artifactId> <version>1.1.3</version> - <scope>compile</scope> + <scope>provided</scope> </dependency> <!-- test deps --> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: fop-commits-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-commits-h...@xmlgraphics.apache.org