You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ga...@apache.org on 2016/03/13 03:37:20 UTC

svn commit: r1734755 - /xmlgraphics/fop/branches/maven/fop-core/pom.xml

Author: gadams
Date: Sun Mar 13 02:37:20 2016
New Revision: 1734755

URL: http://svn.apache.org/viewvc?rev=1734755&view=rev
Log:
Remove JAI deps (again): not resolvable on Jenkins.

Modified:
    xmlgraphics/fop/branches/maven/fop-core/pom.xml

Modified: xmlgraphics/fop/branches/maven/fop-core/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/maven/fop-core/pom.xml?rev=1734755&r1=1734754&r2=1734755&view=diff
==============================================================================
--- xmlgraphics/fop/branches/maven/fop-core/pom.xml (original)
+++ xmlgraphics/fop/branches/maven/fop-core/pom.xml Sun Mar 13 02:37:20 2016
@@ -259,6 +259,15 @@
           </execution>
         </executions>
       </plugin>
+      <!-- compile exclusions -->
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
       <!-- junit testing -->
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org