We can use Java's built in supplier now.
Essentially, replace any reference to com.google.common.base.Suppliers with java.util.function.Supplier
https://github.com/Alluxio/alluxio/pull/7846