chore: add zxing dependency. (#960)

pull/962/head
Ryan Wang 2020-07-11 16:57:24 +08:00 committed by GitHub
parent d4b23afb55
commit 83d4ca1565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,8 @@ ext {
h2Version = "1.4.196"
levelDbVersion = "0.12"
annotationsVersion = "3.0.1u2"
jedisVersion = '3.3.0'
jedisVersion = "3.3.0"
zxingVersion = "3.4.0"
huaweiObsVersion = "3.19.7"
githubApiVersion = "1.84"
powermockVersion = "1.6.6"
@ -112,6 +113,7 @@ dependencies {
implementation "net.coobird:thumbnailator:$thumbnailatorVersion"
implementation "net.sf.image4j:image4j:$image4jVersion"
implementation "org.flywaydb:flyway-core:$flywayVersion"
implementation "com.google.zxing:core:$zxingVersion"
implementation "org.iq80.leveldb:leveldb:$levelDbVersion"
implementation "redis.clients:jedis:$jedisVersion"