bazelbuild / migration-tooling

Migration tools for Bazel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DavidCZhu opened this issue · comments

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. @

I saw the same thing here: #57