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 "Simon Steiner (Jira)" <ji...@apache.org> on 2019/11/19 14:25:00 UTC

[jira] [Commented] (FOP-2889) Missing maven artifacts: jai-core and jai-codec

    [ https://issues.apache.org/jira/browse/FOP-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16977526#comment-16977526 ] 

Simon Steiner commented on FOP-2889:
------------------------------------

Can you add these repos to your config
[https://repository.jboss.org/nexus/content/repositories/thirdparty-releases|https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/javax/media/jai-core/1.1.3/]

 

> Missing maven artifacts: jai-core and jai-codec
> -----------------------------------------------
>
>                 Key: FOP-2889
>                 URL: https://issues.apache.org/jira/browse/FOP-2889
>             Project: FOP
>          Issue Type: Bug
>    Affects Versions: 2.4
>            Reporter: Jörg Weske
>            Priority: Major
>
> +*Problem:*+ When trying to include FOP 2.4 in a Java Maven project, the following artifacts cannot be found through maven-central:
> {noformat}
> <dependency>
>       <groupId>javax.media</groupId>
>       <artifactId>jai-core</artifactId>
>       <version>1.1.3</version>
> </dependency>
> <dependency>
>       <groupId>com.sun.media</groupId>
>       <artifactId>jai-codec</artifactId>
>       <version>1.1.3</version>
> </dependency>{noformat}
> As a result, building the project is impossible.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)