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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to