Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove latest dep restriction from cxf client test #13471

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Mar 7, 2025

reverts #13467

@laurit laurit requested a review from a team as a code owner March 7, 2025 08:06
@@ -24,7 +24,7 @@ dependencies {
latestDepTestLibrary("org.glassfish.jersey.inject:jersey-hk2:2.+")
latestDepTestLibrary("org.glassfish.jersey.core:jersey-client:2.+")
latestDepTestLibrary("org.jboss.resteasy:resteasy-client:3.0.26.Final")
latestDepTestLibrary("org.apache.cxf:cxf-rt-rs-client:3.6.5")
latestDepTestLibrary("org.apache.cxf:cxf-rt-rs-client:3.+")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for some reason this was trying to pull in 3.6.6 last night, which doesn't exist. I guess the issue was transitory, but im not sure why it would look for a version that doesn't exist?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when there is a new release then sometimes issues like that happen

@laurit laurit merged commit 4883316 into open-telemetry:main Mar 7, 2025
85 checks passed
@laurit laurit deleted the cxf-latest branch March 7, 2025 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants