Hi developers, Is there a way to update the hadoop dependency to a SNAPSHOT version? I have a draft PR that relies on a new Hadoop feature https://github.com/apache/ozone/pull/4825/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8 So instead of hadoop 3.3.5, i have it configured to 3.3.9-SNAPSHOT.
But it kept complaining it's unable to find it Error: Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project ozone-main: Execution default of goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process failed: Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.5 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.5 -> org.apache.hadoop:hadoop-build-tools:jar:3.3.9-SNAPSHOT: Failed to read artifact descriptor for org.apache.hadoop:hadoop-build-tools:jar:3.3.9-SNAPSHOT: Could not transfer artifact org.apache.hadoop:hadoop-build-tools:pom:3.3.9-SNAPSHOT from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [apache.snapshots (http://repository.apache.org/snapshots, default, snapshots)] -> [Help 1] How does Ozone consume Ratis dependency? AFAIK we consume Ratis SNAPSHOT versions, so why am i not getting the same error from Ratis? Looking for pointers, Thank you, Weichiu