소스 검색

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 년 전
부모
커밋
7474b3f6f1
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>

Loading…
취소
저장