diff options
| author | wangkuan <[email protected]> | 2024-03-14 16:43:00 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-03-14 16:43:00 +0800 |
| commit | b9e20efd2384b8bc94f974a0e8d47b8b00736410 (patch) | |
| tree | 56784fcbae9d8068f234f9e08bc099e738f05fe7 /groot-bootstrap | |
| parent | 7fbfd62ff2d73cc4376a134454fc7c4f5026b042 (diff) | |
[improve][core]增加本地知识库文件单元测试improve/knowledgebase
Diffstat (limited to 'groot-bootstrap')
| -rw-r--r-- | groot-bootstrap/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/groot-bootstrap/pom.xml b/groot-bootstrap/pom.xml index 62c2dc8..0a1fd9c 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -121,23 +121,6 @@ <scope>${scope}</scope> </dependency> - <dependency> - <groupId>org.apache.hbase</groupId> - <artifactId>hbase-client</artifactId> - <scope>${scope}</scope> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>log4j-over-slf4j</artifactId> - </exclusion> - - </exclusions> - </dependency> - <dependency> <groupId>org.apache.flink</groupId> |
