Uploaded image for project: 'Batik'
  1. Batik
  2. BATIK-1192

Multiple Maven artifact broken since 1.9

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Not A Bug
    • 1.9
    • None
    • None
    • None

    Description

      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 :

      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

      It seems the POM of several Batik artifacts refers to a parent POM of Batik which does not exist in the maven repositories :

      <parent>
      <groupId>org.apache.xmlgraphics</groupId>
      <artifactId>batik</artifactId>
      <version>1.9</version>
      </parent>

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            fcaillet CAILLET Frederic
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: