[
https://issues.apache.org/jira/browse/FOP-2889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17201332#comment-17201332
]
JCC Van Andel commented on FOP-2889:
------------------------------------
Huh that's strange. On Tuesday and also yesterday morning I only got errors on
that URL, but now it also works for me again. I guess some hickups...
Apart from that. is it possible to do a release? Then we don't rely on the jai
artifacts (and JBoss repo) anymore. I don't know how trivial or hard making a
release is? I do see quite some commits since the last release.
> 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
> Assignee: Simon Steiner
> Priority: Major
> Fix For: trunk
>
>
> +*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)