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

[email protected] Wed, 05 Feb 2020 11:00:34 -0000
Newsgroups gmane.text.xml.fop.cvs
Message-ID <[email protected]>
Author: ssteiner
Date: Wed Feb  5 11:00:33 2020
New Revision: 1873625

URL: http://svn.apache.org/viewvc?rev=1873625&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=1873625&r1=1873624&r2=1873625&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop-core/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-core/pom.xml Wed Feb  5 11:00:33 2020
@@ -96,11 +96,13 @@
       <groupId>javax.media</groupId>
       <artifactId>jai-core</artifactId>
       <version>1.1.3</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>com.sun.media</groupId>
       <artifactId>jai-codec</artifactId>
       <version>1.1.3</version>
+      <scope>compile</scope>
     </dependency>
     <!-- test deps -->
     <dependency>