bazelbuild / migration-tooling

Migration tools for Bazel
Apache License 2.0
44 stars 30 forks source link

Unable to resolve Maven Model with missing dependencies.dependency.verison #68

Open DavidCZhu opened 6 years ago

DavidCZhu commented 6 years ago

Any idea what this issue is? The Artifact is on maven repo. Happening with several other artifacts as well

WARNING: Unable to resolve Maven model from https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.8.8/jackson-dataformat-xml-2.8.8.pom: 2 problems were encountered while building the effective model for com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.8.8 [ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-annotations:jar is missing. @ [ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @

fortuna commented 6 years ago

I saw the same thing here: https://github.com/bazelbuild/migration-tooling/issues/57