]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Remove JAI deps (again): not resolvable on Jenkins.
authorGlenn Adams <gadams@apache.org>
Sun, 13 Mar 2016 02:37:20 +0000 (02:37 +0000)
committerGlenn Adams <gadams@apache.org>
Sun, 13 Mar 2016 02:37:20 +0000 (02:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1734755 13f79535-47bb-0310-9956-ffa450edef68

fop-core/pom.xml

index 37b4892405fd26a61a8e08b67c08b1be4e06d6f9..7398957974fef588b2624a6526143d8a5bdf7c02 100644 (file)
           </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>