CAMEL-16787: Align apache-any23 version with version in parent pom #6783
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This proposed file change is kind of related to "3rd party dependency or pom.xml refers to bintray".
It is not obvious exactly which artifacts in Camel's dependency graph have a transient dependency on
org.apache.any23:apache-any23:2.4
For some reason or another though, at least three dependencies trigger an attempt to download
org.apache.any23:apache-any23:2.4
:com.google.guava:guava
com.google.code.findbugs:jsr305
org.slf4j:slf4j-api
Those download attempts try to resolve
apache-any23:2.4
's pom. That pom is configured with a bintray repository that is unreachable.That unreachable bintray repository has been removed from
org.apache.any23:apache-any23:2.6
.This pull request proposes that camel-dependencies-pom-template.xml be upgraded from
apache-any23:2.4
to2.6
— like the parent/pom.xml was.That previous upgrade to
apache-any23:2.6
in the parent pom will have resolved the WARNING reported in 16787.