Good morning!
This is my first venture into smooks territory. I am trying out the latest 2.0.0-RC1-SNAPSHOT with maven 3.8.4. Upon dependency resolution, I run into the following problem:
and
The problem seems to result from the new maven policy to disallow non-secure repositories (maven inserts the default-http-blocker) instead. However, in my POM, I do reference the snapshot repository via HTTPS only:
Is there a transitive dependency somewhere that points to a non-HTTPS repository?