-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibs.properties
55 lines (41 loc) · 2.06 KB
/
libs.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# suppress inspection "UnusedProperty" for whole file
autoService = com.google.auto.service:auto-service:1.0-rc4
autoCommons = com.google.auto:auto-common:0.10
autoValueVer = 1.6.5
autoValue = com.google.auto.value:auto-value:$autoValueVer
autoValueAnnotations = com.google.auto.value:auto-value-annotations:$autoValueVer
logbackVer = 1.2.3
logbackClassic = ch.qos.logback:logback-classic:$logbackVer
logbackCore = ch.qos.logback:logback-core:$logbackVer
log4jVer = 2.12.1
log4jApi = org.apache.logging.log4j:log4j-api:$log4jVer
log4jCore = org.apache.logging.log4j:log4j-core:$log4jVer
log4jSlf4jBridge = org.apache.logging.log4j:log4j-slf4j-impl:$log4jVer
junit = junit:junit:4.13.2
mockito = org.mockito:mockito-core:2.21.0
jsr305 = com.google.code.findbugs:jsr305:3.0.2
javaxAnnotationApi = javax.annotation:javax.annotation-api:1.3.2
javaxAnnotationJsr305 = javax.annotation:jsr305:1.0
javaPoet = com.squareup:javapoet:1.11.1
slf4j = org.slf4j:slf4j-api:1.7.25
googleCompileTesting = com.google.testing.compile:compile-testing:0.15
googleTruth = com.google.truth:truth:0.40
googleJsr305 = com.google.code.findbugs:jsr305:3.0.2
commonsText = org.apache.commons:commons-text:1.4
commonsIo = commons-io:commons-io:2.6
guava = com.google.guava:guava:27.1-jre
escapeVelocity = com.google.escapevelocity:escapevelocity:0.9
guiceVer = 4.2.3
guice = com.google.inject:guice:$guiceVer
guiceMultiBindings = com.google.inject.extensions:guice-multibindings:$guiceVer
guiceAssistedInject = com.google.inject.extensions:guice-assistedinject:$guiceVer
jacksonVer = 2.12.2
jacksonCore = com.fasterxml.jackson.core:jackson-core:$jacksonVer
jacksonAnnotations = com.fasterxml.jackson.core:jackson-annotations:$jacksonVer
jacksonDataBind = com.fasterxml.jackson.core:jackson-databind:$jacksonVer
rxJava = io.reactivex.rxjava2:rxjava:2.2.21
junit5Ver = 5.7.1
jupiterApi = org.junit.jupiter:junit-jupiter-api:$junit5Ver
jupiterEngine = org.junit.jupiter:junit-jupiter-engine:$junit5Ver
junit5Vintage = org.junit.vintage:junit-vintage-engine:$junit5Ver
systemRules = com.github.stefanbirkner:system-rules:1.19.0