Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.15.0
-
None
-
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?