(fix)(headless) Add hadoop-hdfs dependency in pom to avoid no fileSystem for scheme: hdfs (#730)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2024-02-20 20:12:30 +08:00
committed by GitHub
parent 3317f1b7ec
commit 33240cc382
2 changed files with 5 additions and 5 deletions

View File

@@ -102,11 +102,11 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>com.hankcs</groupId>--> <groupId>org.apache.hadoop</groupId>
<!-- <artifactId>hanlp</artifactId>--> <artifactId>hadoop-hdfs</artifactId>
<!-- <version>${hanlp.version}</version>--> <version>${hadoop.version}</version>
<!-- </dependency>--> </dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId> <artifactId>commons-compress</artifactId>