浏览代码

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
pull/3/head
Glenn Adams 8 年前
父节点
当前提交
27def88a66
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9
    0
      fop-core/pom.xml

+ 9
- 0
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>

正在加载...
取消
保存