Hi The opensaml JARs are not in maven central and 3rd party repos are unreliable.
We could look at storing the JARs in git with the source code, and have a way to install them in the local m2 during the build so they are always there locally. Our CI job cannot build and test PRs currently. Error: Failed to execute goal on project camel-spring-ws: Could not collect dependencies for project org.apache.camel:camel-spring-ws:jar:4.18.3-SNAPSHOT <https://github.com/apache/camel/actions/runs/27605380851/job/81619066501?pr=24042#step:6:51>Error: Failed to read artifact descriptor for org.opensaml:opensaml-saml-impl:jar:5.1.6 <https://github.com/apache/camel/actions/runs/27605380851/job/81619066501?pr=24042#step:6:52>Error: Caused by: The following artifacts could not be resolved: org.opensaml:opensaml-saml-impl:pom:5.1.6 (absent): Could not transfer artifact org.opensaml:opensaml-saml-impl:pom:5.1.6 from/to B_shibboleth ( https://build.shibboleth.net/nexus/content/groups/public): Network is unreachable -- Claus Ibsen
