Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

}

// Requires old Guava. Can't use enforcedPlatform since predates BOM
Expand Down
Loading