diff options
author | Simon Steiner <ssteiner@apache.org> | 2016-10-20 08:46:38 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2016-10-20 08:46:38 +0000 |
commit | adf0a514eac18b5241859928f28a652544b740b6 (patch) | |
tree | 8a78e15bb32567d218c00a8b0fbda367a8761fca /fop-core | |
parent | cff195d6957cd413572440fccf952fbb5a6dc615 (diff) | |
download | xmlgraphics-fop-adf0a514eac18b5241859928f28a652544b740b6.tar.gz xmlgraphics-fop-adf0a514eac18b5241859928f28a652544b740b6.zip |
FOP-2658: Compile JAIMonochromeBitmapConverter
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1765773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop-core')
-rw-r--r-- | fop-core/pom.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/fop-core/pom.xml b/fop-core/pom.xml index baf28e89a..34933088a 100644 --- a/fop-core/pom.xml +++ b/fop-core/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> - <version>2.2.0-SNAPSHOT</version> + <version>${fop.version}</version> </parent> <properties> @@ -102,6 +102,16 @@ <artifactId>fontbox</artifactId> <version>2.0.3</version> </dependency> + <dependency> + <groupId>javax.media</groupId> + <artifactId>jai-core</artifactId> + <version>1.1.3</version> + </dependency> + <dependency> + <groupId>com.sun.media</groupId> + <artifactId>jai-codec</artifactId> + <version>1.1.3</version> + </dependency> <!-- test deps --> <dependency> <groupId>net.sf.offo</groupId> @@ -277,15 +287,6 @@ </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> |