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

CAILLET Frederic commented on BATIK-1192:
-----------------------------------------

In my pom.xml, I've declared the dependency for FOP :
{quote}<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>fop</artifactId>
    <version>2.1</version>
</dependency>{quote}

I've others dependencies but, according to the depedency hierarchy, FOP is the 
only one using Batik.

As for the replication steps, I've just changed the version from 2.1 to 2.2 and 
executed a "mvn clean package" on the project.

I'll try to reproduce at home tonight. I just thought about our proxy at work 
and it could be the cause...

I'll keep you updated.

> Multiple Maven artifact broken since 1.9
> ----------------------------------------
>
>                 Key: BATIK-1192
>                 URL: https://issues.apache.org/jira/browse/BATIK-1192
>             Project: Batik
>          Issue Type: Bug
>    Affects Versions: 1.9
>            Reporter: CAILLET Frederic
>            Priority: Blocker
>
> I've recently updated a project to use FOP 2.2 which depends on Batik 1.9.
> Since this update, Maven fails to update the dependencies with the following 
> error :
> {quote} Failed to collect dependencies at org.apache.xmlgraphics:fop:jar:2.2 
> -> org.apache.xmlgraphics:batik-svg-dom:jar:1.9: Failed to read artifact 
> descriptor for org.apache.xmlgraphics:batik-svg-dom:jar:1.9: Could not find 
> artifact org.apache.xmlgraphics:batik:pom:1.9{quote}
> It seems the POM of several Batik artifacts refers to a parent POM of Batik 
> which does not exist in the maven repositories :
> {quote}<parent>
>  <groupId>org.apache.xmlgraphics</groupId>
>  <artifactId>batik</artifactId>
>  <version>1.9</version>
> </parent>{quote}
> The Batik artifacts currently referring to batik-1.9.pom are :
> batik-awt-util-1.9.pom
> batik-bridge-1.9.pom
> batik-ext-1.9.pom
> batik-extension-1.9.pom
> batik-gvt-1.9.pom
> batik-svg-dom-1.9.pom
> batik-transcoder-1.9.pom
> Thanks for your help.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-h...@xmlgraphics.apache.org

Reply via email to