Browse Source

FOP-2889: Make JAI optional

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1873625 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_5
Simon Steiner 4 years ago
parent
commit
82aa5566da
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      fop-core/pom.xml

+ 2
- 0
fop-core/pom.xml View File

@@ -96,11 +96,13 @@
<groupId>javax.media</groupId>
<artifactId>jai-core</artifactId>
<version>1.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.media</groupId>
<artifactId>jai-codec</artifactId>
<version>1.1.3</version>
<scope>compile</scope>
</dependency>
<!-- test deps -->
<dependency>

Loading…
Cancel
Save