[
https://issues.apache.org/jira/browse/FOP-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17041790#comment-17041790
]
Simon Steiner commented on FOP-2913:
------------------------------------
We have classes that use it but they are optional at runtime
> 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
> Priority: Major
>
> 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)