diff options
| author | wangkuan <[email protected]> | 2024-07-05 17:55:09 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-07-05 17:55:09 +0800 |
| commit | 05f2efaea8e3ce6c5798cf38ebb4caef9291142c (patch) | |
| tree | a6a8c79cb9ebaa3d5583ff47f1d448d5d58fb0fe /groot-common/pom.xml | |
| parent | bbb50013547e0bf83bb64a7611b911a5a92a41c0 (diff) | |
[improve][core]支持通过hdfs读取知识库
Diffstat (limited to 'groot-common/pom.xml')
| -rw-r--r-- | groot-common/pom.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/groot-common/pom.xml b/groot-common/pom.xml index d6463cb..f00cfc9 100644 --- a/groot-common/pom.xml +++ b/groot-common/pom.xml @@ -86,7 +86,21 @@ <scope>provided</scope> </dependency> - + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-client</artifactId> + <version>${hadoop.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs</artifactId> + <version>${hadoop.version}</version> + </dependency> </dependencies> |
