Elliotte Rusty Harold created FOP-2913:
------------------------------------------
Summary: wrong coordinates for jai_core: hyphen should be
underscore
Key: FOP-2913
URL: https://issues.apache.org/jira/browse/FOP-2913
Project: FOP
Issue Type: Bug
Affects Versions: 2.4
Reporter: Elliotte Rusty Harold
Found in Doxia build. See
[https://issues.apache.org/jira/projects/DOXIASITETOOLS/issues/DOXIASITETOOLS-223]
Hyphen should be underscore
<dependency> <groupId>javax.media</groupId> <artifactId>jai-core</artifactId>
<version>1.1.3</version> <scope>compile</scope> </dependency>
should be
<dependency> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId>
<version>1.1.3</version> <scope>compile</scope> </dependency>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)