Hello,
We are using commons-vfs2 to create files in memory.
However we are wondering why hadoop-hdfs-client dependency is not optional ?
We don't really need support for HDFS in our case.
Moreover it brings these additional transitive dependencies (vfs 2.9.0):
- org.apache.hadoop : hadoop-hdfs-client : 3.3.1
- com.squareup.okhttp : okhttp : 2.7.5
- com.squareup.okio : okio : 1.6.0
Can we explicitly exclude hadoop-hdfs-client dependency without fear of
side effects ?
If so, shouldn't this dependency be optional ?
Thanks
Xavier C