summaryrefslogtreecommitdiffstats
path: root/fop-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fop-core/pom.xml')
-rw-r--r--fop-core/pom.xml21
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>