Uploaded image for project: 'Apache Gobblin'
  1. Apache Gobblin
  2. GOBBLIN-1660

Unkown versions of Maven dependencies from group com.linkedin.pegasus required by Gobblin

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.15.0
    • None
    • gobblin-api, gobblin-core
    • None
    • maven-compiler-plugin 3.8.1, java 8

    Description

      We have a java project that is running some Gobblin jobs and we are importing classes from the Maven dependencies:

      • org.apache.gobblin:gobblin-api
      • org.apache.gobblin:gobblin-core

      This project is running fine with the version 0.14.0 of them.

      However, when we try to upgrade to version 0.15.0, then the Maven build process fails because this version of Gobblin requires some dependencies which are not found in Maven Central repositories:

      _The following artifacts could not be resolved: com.linkedin.pegasus:restli-client:jar:29.6.4, com.linkedin.pegasus:restli-common:jar:29.6.4, com.linkedin.pegasus:pegasus-common:jar:29.6.4, com.linkedin.pegasus:data:jar:29.6.4: Could not find artifact com.linkedin.pegasus:restli-client:jar:29.6.4 in central (https://repo.maven.apache.org/maven2)_ 

       

      As we could observe in Maven Central, the latest version of those dependencies of Gobblin is 27.7.18:

      e.g.: https://search.maven.org/artifact/com.linkedin.pegasus/data/27.7.18/jar

      Why Gobbling 0.15.0 is requiring that missing version of com.linkedin.pegasus dependencies in Maven Central repositories?

      Attachments

        1. pom.xml
          5 kB
          Francisco Romero
        2. Gobblin-0.15.0-maven-build-failure.log
          6 kB
          Francisco Romero

        Activity

          People

            hutran Hung Tran
            fraromero Francisco Romero
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: