diff options
author | Glenn Adams <gadams@apache.org> | 2016-03-13 02:37:20 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2016-03-13 02:37:20 +0000 |
commit | 7474b3f6f1b8b776cf18c982ff2992736e3408fb (patch) | |
tree | 5417d73785edb4e55d3df58a920b5f8e4954de14 /fop-core/pom.xml | |
parent | 5dbc5b758b6d3323c51e92c90c9aa1e1a2317f98 (diff) | |
download | xmlgraphics-fop-7474b3f6f1b8b776cf18c982ff2992736e3408fb.tar.gz xmlgraphics-fop-7474b3f6f1b8b776cf18c982ff2992736e3408fb.zip |
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
Diffstat (limited to 'fop-core/pom.xml')
-rw-r--r-- | fop-core/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fop-core/pom.xml b/fop-core/pom.xml index 37b489240..739895797 100644 --- a/fop-core/pom.xml +++ b/fop-core/pom.xml @@ -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> |