]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Exclude JAI dependencies temporarily, until exclusion can be conditionalized.
authorGlenn Adams <gadams@apache.org>
Tue, 8 Mar 2016 09:36:36 +0000 (09:36 +0000)
committerGlenn Adams <gadams@apache.org>
Tue, 8 Mar 2016 09:36:36 +0000 (09:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1734040 13f79535-47bb-0310-9956-ffa450edef68

fop/pom.xml

index a793a2144452d96a86f340fce2b921c5144ebbc1..c43ad23c4dbb46766f64de1648726e36646af64e 100644 (file)
           </execution>
         </executions>
       </plugin>
+      <!-- compile -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
       <!-- generate event collector models -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>