Browse Source

Remove JAI deps (again): not resolvable on Jenkins.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1734755 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_2
Glenn Adams 8 years ago
parent
commit
7474b3f6f1
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      fop-core/pom.xml

+ 9
- 0
fop-core/pom.xml View File

@@ -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>

Loading…
Cancel
Save