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

<groupId>javax.media</groupId> <groupId>javax.media</groupId>
<artifactId>jai-core</artifactId> <artifactId>jai-core</artifactId>
<version>1.1.3</version> <version>1.1.3</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.sun.media</groupId> <groupId>com.sun.media</groupId>
<artifactId>jai-codec</artifactId> <artifactId>jai-codec</artifactId>
<version>1.1.3</version> <version>1.1.3</version>
<scope>compile</scope>
</dependency> </dependency>
<!-- test deps --> <!-- test deps -->
<dependency> <dependency>

Loading…
Cancel
Save