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

mark commented on FOP-2889:
---------------------------

they are not redhat's product, they are a propriatary, closed source Sun (now 
Oracle) legacy product, providing them as jboss/redhat is violates the 
distribution clause.

Because FOP now depends on JAI (as it is defined as a runtime dependency and 
not a compile dependency), FOP can no longer be used without this component, 
while in previous versions it could, it also means that FOP is now tied to this 
and upgrade to the current version of FOP may be impossible for licensing (or 
technical) reasons

> 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)

Reply via email to