ICEpdf
  1. ICEpdf
  2. PDF-813

Wrong icepdf-core dependecy in icepdf-viewer for 5.1.0 pro veriosn

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 5.1
    • Fix Version/s: 5.1.1
    • Component/s: Core/Parsing
    • Labels:
      None
    • Environment:
      All environments
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      1. Exclude wrong dependency and use "pro" version
      Show
      1. Exclude wrong dependency and use "pro" version

      Description

      Recently we downloaded new version of ICEpdf pro(5.1.0). Now it has groupId = 'org.icepdf.pro' for all libraries (icepdf-core, icepdf-pro, icepdf-pro-intl, icepdf-viewer).

      But icepdf-viewer dependence on icepdf-core with group id = 'org.icepdf'.

      Look at .pom file:
      <project xmlns="http://maven.apache.org/POM/4.0.0"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
          <modelVersion>4.0.0</modelVersion>
          <groupId>org.icepdf.pro</groupId>
          <artifactId>icepdf-viewer</artifactId>
          <version>5.1.0</version>
          <packaging>jar</packaging>
          <name>ICEpdf Viewer RI</name>
          <url>http://www.icefaces.org&lt;/url>
          <description>ICEpdf PDF Viewer Reference Implementation (RI)</description>

          <dependencies>

              <dependency>
                  <groupId>org.icepdf</groupId>
                  <artifactId>icepdf-core</artifactId>
                  <version>5.1.0</version>
              </dependency>
      ...
          </dependencies>
      </project>

        Activity

        Hide
        Patrick Corless added a comment -

        Updated, marking as resolved.

        Show
        Patrick Corless added a comment - Updated, marking as resolved.

          People

          • Assignee:
            Patrick Corless
            Reporter:
            Mikalai Shchahlou
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: