chore: update dependencies of common and router-backend

This commit is contained in:
Frank.R.Wu 2021-11-01 22:24:51 +08:00
parent 1c70c9ad21
commit d08bf2ec86

View File

@ -12,17 +12,18 @@ application {
dependencies {
implementation project(":front-base")
// https://mvnrepository.com/artifact/com.jianggujin/IKAnalyzer-lucene
// https://mvnrepository.com/artifact/com.jianggujin/IKAnalyzer-lucene
implementation 'com.jianggujin:IKAnalyzer-lucene:8.0.0'
// https://mvnrepository.com/artifact/org.apache.lucene/lucene-core
implementation 'org.apache.lucene:lucene-core:8.9.0'
// https://mvnrepository.com/artifact/org.apache.lucene/lucene-queryparser
implementation 'org.apache.lucene:lucene-queryparser:8.9.0'
// https://mvnrepository.com/artifact/org.apache.lucene/lucene-analyzers-common
implementation 'org.apache.lucene:lucene-analyzers-common:8.9.0'
implementation 'org.apache.lucene:lucene-analyzers-common:8.10.1'
implementation 'org.apache.lucene:lucene-analyzers-smartcn:8.10.1'
// https://mvnrepository.com/artifact/org.apache.lucene/lucene-backward-codecs
implementation 'org.apache.lucene:lucene-backward-codecs:8.9.0'
implementation 'org.apache.lucene:lucene-analyzers-smartcn:8.9.0'
implementation 'org.apache.lucene:lucene-backward-codecs:8.10.1'
// https://mvnrepository.com/artifact/org.apache.lucene/lucene-core
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'
}