You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/02/20 12:43:00 UTC

[jira] [Created] (FOP-2913) wrong coordinates for jai_core: hyphen should be underscore

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)