When I build alluxio with following cmd.
mvn -T 4C clean install -pl underfs/hdfs/ \
-Dmaven.javadoc.skip=true -DskipTests -Dlicense.skip=true \
-Dcheckstyle.skip=true -Dfindbugs.skip=true \
-Pufs-hadoop-3 -Dufs.hadoop.version=3.1.1
It raises an error Failed to execute goal on project alluxio-underfs-hdfs: Could not resolve dependencies for project org.alluxio:alluxio-underfs-hdfs:jar:2.7.4: Could not find artifact org.alluxio:alluxio-shaded-hadoop:jar:3.1.1 in central (https://repo1.maven.org/maven2)
Does it mean hadoop3.1.1 is not supported?