-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdependencies.yml
49 lines (36 loc) · 1020 Bytes
/
dependencies.yml
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
com.google.guava:
guava:
version: &GUAVA_VERSION '27.1-jre'
guava-testlib:
version: *GUAVA_VERSION
com.google.auto:
auto-common: { version: '0.10' }
com.google.testing.compile:
compile-testing: { version: '0.17' }
com.github.spullara.mustache.java:
compiler: { version: '0.9.6' }
com.puppycrawl.tools:
checkstyle: { version: '8.21' }
com.squareup:
javapoet: { version: '1.11.1' }
gradle.plugin.net.davidecavestro:
gradle-jxr-plugin: { version: '0.2.1' }
it.unimi.dsi:
fastutil:
version: '8.2.2'
relocations:
- from: it.unimi.dsi.fastutil
to: com.linecorp.armeria.internal.shaded.fastutil
javax.annotation:
javax.annotation-api: { version: '1.3.2' }
javax.inject:
javax.inject: { version: '1' }
junit:
junit: { version: '4.12' }
me.champeau.gradle:
jmh-gradle-plugin: { version: '0.4.8' }
org.assertj:
assertj-core: { version: '3.12.2' }
org.openjdk.jmh:
jmh-core: { version: &JMH_VERSION '1.21' }
jmh-generator-annprocess: { version: *JMH_VERSION }