add data-manager-backend

This commit is contained in:
CaiHQ
2021-12-23 00:10:28 +08:00
parent e94dfe3998
commit 6b8e2320be
4 changed files with 49 additions and 429 deletions

View File

@@ -12,9 +12,7 @@ application {
dependencies {
implementation project(":front-base")
implementation project(":test-tool")
implementation project(":sdk-java")
// https://mvnrepository.com/artifact/com.jianggujin/IKAnalyzer-lucene
implementation 'com.jianggujin:IKAnalyzer-lucene:8.0.0'
// https://mvnrepository.com/artifact/org.apache.lucene/lucene-analyzers-common
@@ -26,9 +24,7 @@ dependencies {
implementation 'org.apache.lucene:lucene-core:8.10.1'
// https://mvnrepository.com/artifact/org.apache.lucene/lucene-queryparser
implementation 'org.apache.lucene:lucene-queryparser:8.10.1'
testImplementation 'junit:junit:4.13.2'
implementation 'com.jcraft:jsch:0.1.55'
}