You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
we are using our artifactory as pass through for google() repository. we are not able to resolve sceneform sdk dependency through gradle as its resulting in following Error.
{
"errors" : [ {
"status" : 404,
"message" : "Failed to transform pom file: Failed to read POM for 'com/google/ar/sceneform/core/1.6.0/core-1.6.0.pom': Unrecognised tag: 'packaging' (position: START_TAG seen ...\n ... @23:16) ."
} ]
}
we reached out to our artifactory vendor to mitigate the issue. The vendor is saying that pom doesn’t meet the Maven standard due to the tags existing within dependencies and will have to be fixed by the publisher to be resolved correctly.
we are using our artifactory as pass through for google() repository. we are not able to resolve sceneform sdk dependency through gradle as its resulting in following Error.
{
"errors" : [ {
"status" : 404,
"message" : "Failed to transform pom file: Failed to read POM for 'com/google/ar/sceneform/core/1.6.0/core-1.6.0.pom': Unrecognised tag: 'packaging' (position: START_TAG seen ...\n ... @23:16) ."
} ]
}
we reached out to our artifactory vendor to mitigate the issue. The vendor is saying that pom doesn’t meet the Maven standard due to the tags existing within dependencies and will have to be fixed by the publisher to be resolved correctly.
https://maven.apache.org/ref/3.6.0/maven-model/maven.html#class_dependency
can you guys please look in to this.
The text was updated successfully, but these errors were encountered: