Hi all, since today I am getting a failed build on trunk on the oak-blob-cloud module with the following:
[ERROR] Failed to execute goal on project oak-blob-cloud: Could not resolve dependencies for project org.apache.jackrabbit:oak-blob-cloud:bundle:1.4-SNAPSHOT: The following artifacts could not be resolved: org.apache.jackrabbit:jackrabbit-jcr-commons:jar:2.10.3-SNAPSHOT, org.apache.jackrabbit:jackrabbit-data:jar:2.10.3-SNAPSHOT, org.apache.jackrabbit:jackrabbit-data:jar:tests:2.10.3-SNAPSHOT: Could not find artifact org.apache.jackrabbit:jackrabbit-jcr-commons:jar:2.10.3-SNAPSHOT I have realized this is related to the snapshot JR dependency set in oak-parent. I think it'd be nice to avoid such unreleased versions of JR (and snapshot dependencies in general) in the future. Regards, Tommaso
