forked from line/centraldogma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yml
244 lines (198 loc) · 5.98 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
#
# NB: Update NOTICE.txt and add/remove LICENSE.*.txt when adding/removing a dependency.
# If its classes are exposed in Javadoc, update offline links as well.
#
boms:
- com.linecorp.armeria:armeria-bom:0.87.0
ch.qos.logback:
logback-classic:
version: '1.2.3'
javadocs:
- https://logback.qos.ch/apidocs/
com.beust:
jcommander: { version: '1.72' }
com.boazj.gradle:
gradle-log-plugin: { version: '0.1.0' }
com.bmuschko:
gradle-docker-plugin: { version: '4.9.0' }
com.craigburke.gradle:
client-dependencies: { version: '1.4.1' }
com.cronutils:
cron-utils:
version: '5.0.5'
relocations:
- from: com.cronutils
to: com.linecorp.centraldogma.internal.shaded.cronutils
com.fasterxml.jackson.core:
jackson-annotations:
version: &JACKSON_VERSION '2.9.9'
javadocs:
- https://fasterxml.github.io/jackson-annotations/javadoc/2.9/
jackson-core:
version: *JACKSON_VERSION
javadocs:
- https://fasterxml.github.io/jackson-core/javadoc/2.9/
jackson-databind:
version: *JACKSON_VERSION
javadocs:
- https://fasterxml.github.io/jackson-databind/javadoc/2.9/
com.fasterxml.jackson.datatype:
jackson-datatype-jsr310:
version: *JACKSON_VERSION
com.github.ben-manes.caffeine:
caffeine:
version: '2.7.0'
javadocs:
- https://static.javadoc.io/com.github.ben-manes.caffeine/caffeine/2.7.0/
com.github.jengelman.gradle.plugins:
shadow: { version: '5.0.0' }
com.google.code.findbugs:
jsr305: { version: '3.0.2' }
com.google.guava:
guava:
version: &GUAVA_VERSION '28.0-jre'
exclusions:
- com.google.errorprone:error_prone_annotations
- com.google.j2objc:j2objc-annotations
- org.codehaus.mojo:animal-sniffer-annotations
relocations:
- from: com.google.common
to: com.linecorp.centraldogma.internal.shaded.guava
- from: com.google.thirdparty.publicsuffix
to: com.linecorp.centraldogma.internal.shaded.publicsuffix
guava-testlib:
version: *GUAVA_VERSION
exclusions:
- com.google.errorprone:error_prone_annotations
- com.google.j2objc:j2objc-annotations
relocations:
- from: com.google.common
to: com.linecorp.centraldogma.internal.shaded.guava
# A transitive dependency of Guava which needs relocation as well.
failureaccess:
version: '1.0.1'
relocations:
- from: com.google.common
to: com.linecorp.centraldogma.internal.shaded.guava
com.googlecode.java-diff-utils:
diffutils:
version: '1.3.0'
relocations:
- from: difflib
to: com.linecorp.centraldogma.internal.shaded.difflib
com.jayway.jsonpath:
json-path:
version: '2.2.0'
relocations:
- from: com.jayway.jsonpath
to: com.linecorp.centraldogma.internal.shaded.jsonpath
com.jcraft:
jsch: { version: '0.1.55' }
com.linecorp.armeria:
armeria:
javadocs:
- https://line.github.io/armeria/apidocs/
com.puppycrawl.tools:
checkstyle: { version: '8.19' }
com.spotify:
completable-futures:
version: '0.3.2'
relocations:
- from: com.spotify.futures
to: com.linecorp.centraldogma.internal.shaded.futures
gradle.plugin.com.github.blindpirate:
gogradle: { version: '0.11.3' }
gradle.plugin.net.davidecavestro:
gradle-jxr-plugin: { version: '0.2.1' }
io.micrometer:
micrometer-core:
version: &MICROMETER_VERSION '1.1.4'
javadocs:
- https://static.javadoc.io/io.micrometer/micrometer-core/1.1.4/
micrometer-registry-prometheus:
version: *MICROMETER_VERSION
javadocs:
- https://static.javadoc.io/io.micrometer/micrometer-registry-prometheus/1.1.4/
javax.annotation:
javax.annotation-api: { version: '1.3.2' }
javax.inject:
javax.inject: { version: '1' }
javax.validation:
validation-api: { version: '2.0.1.Final' }
junit:
junit:
version: '4.12'
javadocs:
- https://junit.org/junit4/javadoc/4.12/
kr.motd.gradle:
sphinx-gradle-plugin: { version: '2.4.0' }
me.champeau.gradle:
jmh-gradle-plugin: { version: '0.4.8' }
net.javacrumbs.json-unit:
json-unit: { version: &JSON_UNIT_VERSION '2.6.1' }
json-unit-fluent: { version: *JSON_UNIT_VERSION }
net.sf.proguard:
proguard-gradle: { version: '6.1.1' }
org.apache.curator:
curator-recipes:
version: &CURATOR_VERSION '4.2.0'
exclusions:
- org.apache.zookeeper:zookeeper
curator-test:
version: *CURATOR_VERSION
exclusions:
- org.apache.zookeeper:zookeeper
org.apache.shiro:
shiro-core:
version: '1.3.2'
javadocs:
- https://shiro.apache.org/static/1.3.2/apidocs/
org.apache.thrift:
libthrift: { version: '0.9.3' }
org.apache.zookeeper:
zookeeper:
version: '3.5.5'
exclusions:
- io.netty:netty-all
- log4j:log4j
- org.apache.yetus:audience-annotations
- org.slf4j:slf4j-log4j12
org.assertj:
assertj-core: { version: '3.12.2' }
org.awaitility:
awaitility: { version: '3.1.6' }
org.eclipse.jetty.alpn:
alpn-api: { version: '1.1.3.v20160715' }
org.eclipse.jgit:
org.eclipse.jgit: { version: '5.3.2.201906051522-r' }
org.hibernate.validator:
hibernate-validator: { version: '6.0.16.Final' }
org.javassist:
javassist: { version: '3.25.0-GA' }
org.mockito:
mockito-core: { version: '2.28.2' }
org.mortbay.jetty.alpn:
jetty-alpn-agent: { version: '2.0.9' }
org.openjdk.jmh:
jmh-core: { version: &JMH_VERSION '1.21' }
jmh-generator-annprocess: { version: *JMH_VERSION }
org.slf4j:
jcl-over-slf4j: { version: &SLF4J_VERSION '1.7.26' }
jul-to-slf4j: { version: *SLF4J_VERSION }
log4j-over-slf4j: { version: *SLF4J_VERSION }
slf4j-api:
version: *SLF4J_VERSION
javadocs:
- https://www.slf4j.org/api/
org.springframework.boot:
spring-boot-starter:
version: &SPRING_BOOT_VERSION '2.1.5.RELEASE'
javadocs:
- https://docs.spring.io/spring/docs/current/javadoc-api/
spring-boot-starter-test: { version: *SPRING_BOOT_VERSION }
spring-boot-configuration-processor: { version: *SPRING_BOOT_VERSION }
spring-boot-gradle-plugin: { version: *SPRING_BOOT_VERSION }
org.quartz-scheduler:
quartz: { version: '2.3.1' }
org.testng:
testng: { version: '6.14.3' }