Parcourir la 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 il y a 8 ans
Parent
révision
7474b3f6f1
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 9
    0
      fop-core/pom.xml

+ 9
- 0
fop-core/pom.xml Voir le fichier

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

Chargement…
Annuler
Enregistrer