forked from puniverse/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps
312 lines (300 loc) · 14.3 KB
/
deps
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
:dependencies
------------------------------------------------------------
Root project - A high-performance in-memory data-grid.
------------------------------------------------------------
archives - Configuration for archive artifacts.
No dependencies
compile - Classpath for compiling the main sources.
+--- com.google.guava:guava:11.0.1
| \--- com.google.code.findbugs:jsr305:1.3.9
+--- net.sf.trove4j:trove4j:3.0.2
+--- org.springframework:spring-beans:3.1.0.RELEASE
| \--- org.springframework:spring-core:3.1.0.RELEASE
| +--- org.springframework:spring-asm:3.1.0.RELEASE
| \--- commons-logging:commons-logging:1.1.1
+--- org.springframework:spring-context:3.1.0.RELEASE
| +--- org.springframework:spring-aop:3.1.0.RELEASE
| | +--- aopalliance:aopalliance:1.0
| | +--- org.springframework:spring-asm:3.1.0.RELEASE
| | +--- org.springframework:spring-beans:3.1.0.RELEASE (*)
| | \--- org.springframework:spring-core:3.1.0.RELEASE (*)
| +--- org.springframework:spring-beans:3.1.0.RELEASE (*)
| +--- org.springframework:spring-core:3.1.0.RELEASE (*)
| +--- org.springframework:spring-expression:3.1.0.RELEASE
| | \--- org.springframework:spring-core:3.1.0.RELEASE (*)
| \--- org.springframework:spring-asm:3.1.0.RELEASE
+--- com.yammer.metrics:metrics-core:2.0.3
| \--- org.slf4j:slf4j-api:1.6.4
+--- io.netty:netty:3.5.0.Final
+--- org.jgroups:jgroups:3.1.0.Beta
+--- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3
+--- com.sleepycat:je:5.0.34
+--- co.parallelunivese:high-scale-lib:
+--- com.netflix.curator:curator-recipes:1.1.9
| +--- com.netflix.curator:curator-framework:1.1.9
| | +--- com.google.guava:guava:11.0.1 (*)
| | +--- com.netflix.curator:curator-client:1.1.9
| | | +--- com.google.guava:guava:11.0.1 (*)
| | | \--- org.apache.zookeeper:zookeeper:3.4.3
| | | +--- log4j:log4j:1.2.15
| | | | \--- javax.mail:mail:1.4
| | | | \--- javax.activation:activation:1.1
| | | +--- jline:jline:0.9.94
| | | | \--- junit:junit:3.8.1
| | | \--- org.jboss.netty:netty:3.2.2.Final
| | \--- org.apache.zookeeper:zookeeper:3.4.3 (*)
| +--- com.google.guava:guava:11.0.1 (*)
| \--- org.apache.zookeeper:zookeeper:3.4.3 (*)
+--- com.netflix.curator:curator-client:1.1.9 (*)
+--- com.netflix.curator:curator-framework:1.1.9 (*)
\--- org.apache.zookeeper:zookeeper:3.4.3 (*)
default - Configuration for default artifacts.
+--- com.google.guava:guava:11.0.1
| \--- com.google.code.findbugs:jsr305:1.3.9
+--- net.sf.trove4j:trove4j:3.0.2
+--- org.springframework:spring-beans:3.1.0.RELEASE
| \--- org.springframework:spring-core:3.1.0.RELEASE
| +--- org.springframework:spring-asm:3.1.0.RELEASE
| \--- commons-logging:commons-logging:1.1.1
+--- org.springframework:spring-context:3.1.0.RELEASE
| +--- org.springframework:spring-aop:3.1.0.RELEASE
| | +--- aopalliance:aopalliance:1.0
| | +--- org.springframework:spring-asm:3.1.0.RELEASE
| | +--- org.springframework:spring-beans:3.1.0.RELEASE (*)
| | \--- org.springframework:spring-core:3.1.0.RELEASE (*)
| +--- org.springframework:spring-beans:3.1.0.RELEASE (*)
| +--- org.springframework:spring-core:3.1.0.RELEASE (*)
| +--- org.springframework:spring-expression:3.1.0.RELEASE
| | \--- org.springframework:spring-core:3.1.0.RELEASE (*)
| \--- org.springframework:spring-asm:3.1.0.RELEASE
+--- com.yammer.metrics:metrics-core:2.0.3
| \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- io.netty:netty:3.5.0.Final
+--- org.jgroups:jgroups:3.1.0.Beta
+--- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3
+--- com.sleepycat:je:5.0.34
+--- co.parallelunivese:high-scale-lib:
+--- com.netflix.curator:curator-recipes:1.1.9
| +--- com.netflix.curator:curator-framework:1.1.9
| | +--- com.google.guava:guava:11.0.1 (*)
| | +--- com.netflix.curator:curator-client:1.1.9
| | | +--- com.google.guava:guava:11.0.1 (*)
| | | \--- org.apache.zookeeper:zookeeper:3.4.3
| | | +--- log4j:log4j:1.2.15
| | | | \--- javax.mail:mail:1.4
| | | | \--- javax.activation:activation:1.1
| | | +--- jline:jline:0.9.94
| | | | \--- junit:junit:3.8.1
| | | \--- org.jboss.netty:netty:3.2.2.Final
| | \--- org.apache.zookeeper:zookeeper:3.4.3 (*)
| +--- com.google.guava:guava:11.0.1 (*)
| \--- org.apache.zookeeper:zookeeper:3.4.3 (*)
+--- com.netflix.curator:curator-client:1.1.9 (*)
+--- com.netflix.curator:curator-framework:1.1.9 (*)
+--- org.apache.zookeeper:zookeeper:3.4.3 (*)
+--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- org.slf4j:jcl-over-slf4j:1.6.4
| \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- org.slf4j:log4j-over-slf4j:1.6.4
| \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-beta6
| +--- org.slf4j:slf4j-api:1.7.2
| +--- org.slf4j:slf4j-ext:1.7.2
| | +--- org.slf4j:slf4j-api:1.7.2
| | \--- ch.qos.cal10n:cal10n-api:0.7.4
| \--- org.apache.logging.log4j:log4j-api:2.0-beta6
+--- org.apache.logging.log4j:log4j-api:2.0-beta6
+--- org.apache.logging.log4j:log4j-core:2.0-beta6
| \--- org.apache.logging.log4j:log4j-api:2.0-beta6
\--- com.lmax:disruptor:3.0.1
javancssConf
\--- javancss:javancss:29.50
+--- javancss:ccl:29.50
\--- javancss:jhbasic:29.50
runtime - Classpath for running the compiled main classes.
+--- com.google.guava:guava:11.0.1
| \--- com.google.code.findbugs:jsr305:1.3.9
+--- net.sf.trove4j:trove4j:3.0.2
+--- org.springframework:spring-beans:3.1.0.RELEASE
| \--- org.springframework:spring-core:3.1.0.RELEASE
| +--- org.springframework:spring-asm:3.1.0.RELEASE
| \--- commons-logging:commons-logging:1.1.1
+--- org.springframework:spring-context:3.1.0.RELEASE
| +--- org.springframework:spring-aop:3.1.0.RELEASE
| | +--- aopalliance:aopalliance:1.0
| | +--- org.springframework:spring-asm:3.1.0.RELEASE
| | +--- org.springframework:spring-beans:3.1.0.RELEASE (*)
| | \--- org.springframework:spring-core:3.1.0.RELEASE (*)
| +--- org.springframework:spring-beans:3.1.0.RELEASE (*)
| +--- org.springframework:spring-core:3.1.0.RELEASE (*)
| +--- org.springframework:spring-expression:3.1.0.RELEASE
| | \--- org.springframework:spring-core:3.1.0.RELEASE (*)
| \--- org.springframework:spring-asm:3.1.0.RELEASE
+--- com.yammer.metrics:metrics-core:2.0.3
| \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- io.netty:netty:3.5.0.Final
+--- org.jgroups:jgroups:3.1.0.Beta
+--- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3
+--- com.sleepycat:je:5.0.34
+--- co.parallelunivese:high-scale-lib:
+--- com.netflix.curator:curator-recipes:1.1.9
| +--- com.netflix.curator:curator-framework:1.1.9
| | +--- com.google.guava:guava:11.0.1 (*)
| | +--- com.netflix.curator:curator-client:1.1.9
| | | +--- com.google.guava:guava:11.0.1 (*)
| | | \--- org.apache.zookeeper:zookeeper:3.4.3
| | | +--- log4j:log4j:1.2.15
| | | | \--- javax.mail:mail:1.4
| | | | \--- javax.activation:activation:1.1
| | | +--- jline:jline:0.9.94
| | | | \--- junit:junit:3.8.1
| | | \--- org.jboss.netty:netty:3.2.2.Final
| | \--- org.apache.zookeeper:zookeeper:3.4.3 (*)
| +--- com.google.guava:guava:11.0.1 (*)
| \--- org.apache.zookeeper:zookeeper:3.4.3 (*)
+--- com.netflix.curator:curator-client:1.1.9 (*)
+--- com.netflix.curator:curator-framework:1.1.9 (*)
+--- org.apache.zookeeper:zookeeper:3.4.3 (*)
+--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- org.slf4j:jcl-over-slf4j:1.6.4
| \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- org.slf4j:log4j-over-slf4j:1.6.4
| \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-beta6
| +--- org.slf4j:slf4j-api:1.7.2
| +--- org.slf4j:slf4j-ext:1.7.2
| | +--- org.slf4j:slf4j-api:1.7.2
| | \--- ch.qos.cal10n:cal10n-api:0.7.4
| \--- org.apache.logging.log4j:log4j-api:2.0-beta6
+--- org.apache.logging.log4j:log4j-api:2.0-beta6
+--- org.apache.logging.log4j:log4j-core:2.0-beta6
| \--- org.apache.logging.log4j:log4j-api:2.0-beta6
\--- com.lmax:disruptor:3.0.1
signatures
No dependencies
testCompile - Classpath for compiling the test sources.
+--- com.google.guava:guava:11.0.1
| \--- com.google.code.findbugs:jsr305:1.3.9
+--- net.sf.trove4j:trove4j:3.0.2
+--- org.springframework:spring-beans:3.1.0.RELEASE
| \--- org.springframework:spring-core:3.1.0.RELEASE
| +--- org.springframework:spring-asm:3.1.0.RELEASE
| \--- commons-logging:commons-logging:1.1.1
+--- org.springframework:spring-context:3.1.0.RELEASE
| +--- org.springframework:spring-aop:3.1.0.RELEASE
| | +--- aopalliance:aopalliance:1.0
| | +--- org.springframework:spring-asm:3.1.0.RELEASE
| | +--- org.springframework:spring-beans:3.1.0.RELEASE (*)
| | \--- org.springframework:spring-core:3.1.0.RELEASE (*)
| +--- org.springframework:spring-beans:3.1.0.RELEASE (*)
| +--- org.springframework:spring-core:3.1.0.RELEASE (*)
| +--- org.springframework:spring-expression:3.1.0.RELEASE
| | \--- org.springframework:spring-core:3.1.0.RELEASE (*)
| \--- org.springframework:spring-asm:3.1.0.RELEASE
+--- com.yammer.metrics:metrics-core:2.0.3
| \--- org.slf4j:slf4j-api:1.6.4
+--- io.netty:netty:3.5.0.Final
+--- org.jgroups:jgroups:3.1.0.Beta
+--- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3
+--- com.sleepycat:je:5.0.34
+--- co.parallelunivese:high-scale-lib:
+--- com.netflix.curator:curator-recipes:1.1.9
| +--- com.netflix.curator:curator-framework:1.1.9
| | +--- com.google.guava:guava:11.0.1 (*)
| | +--- com.netflix.curator:curator-client:1.1.9
| | | +--- com.google.guava:guava:11.0.1 (*)
| | | \--- org.apache.zookeeper:zookeeper:3.4.3
| | | +--- log4j:log4j:1.2.15
| | | | \--- javax.mail:mail:1.4
| | | | \--- javax.activation:activation:1.1
| | | +--- jline:jline:0.9.94
| | | | \--- junit:junit:3.8.1 -> 4.10
| | | | \--- org.hamcrest:hamcrest-core:1.1 -> 1.3.RC2
| | | \--- org.jboss.netty:netty:3.2.2.Final
| | \--- org.apache.zookeeper:zookeeper:3.4.3 (*)
| +--- com.google.guava:guava:11.0.1 (*)
| \--- org.apache.zookeeper:zookeeper:3.4.3 (*)
+--- com.netflix.curator:curator-client:1.1.9 (*)
+--- com.netflix.curator:curator-framework:1.1.9 (*)
+--- org.apache.zookeeper:zookeeper:3.4.3 (*)
+--- junit:junit:4.10 (*)
+--- org.apache.ant:ant-junit4:1.8.4
| +--- org.apache.ant:ant:1.8.4
| | \--- org.apache.ant:ant-launcher:1.8.4
| \--- junit:junit:4.8.1 -> 4.10 (*)
+--- org.hamcrest:hamcrest-core:1.3.RC2
+--- org.hamcrest:hamcrest-library:1.3.RC2
| \--- org.hamcrest:hamcrest-core:1.3.RC2
\--- org.mockito:mockito-all:1.9.0
testRuntime - Classpath for running the compiled test classes.
+--- com.google.guava:guava:11.0.1
| \--- com.google.code.findbugs:jsr305:1.3.9
+--- net.sf.trove4j:trove4j:3.0.2
+--- org.springframework:spring-beans:3.1.0.RELEASE
| \--- org.springframework:spring-core:3.1.0.RELEASE
| +--- org.springframework:spring-asm:3.1.0.RELEASE
| \--- commons-logging:commons-logging:1.1.1
+--- org.springframework:spring-context:3.1.0.RELEASE
| +--- org.springframework:spring-aop:3.1.0.RELEASE
| | +--- aopalliance:aopalliance:1.0
| | +--- org.springframework:spring-asm:3.1.0.RELEASE
| | +--- org.springframework:spring-beans:3.1.0.RELEASE (*)
| | \--- org.springframework:spring-core:3.1.0.RELEASE (*)
| +--- org.springframework:spring-beans:3.1.0.RELEASE (*)
| +--- org.springframework:spring-core:3.1.0.RELEASE (*)
| +--- org.springframework:spring-expression:3.1.0.RELEASE
| | \--- org.springframework:spring-core:3.1.0.RELEASE (*)
| \--- org.springframework:spring-asm:3.1.0.RELEASE
+--- com.yammer.metrics:metrics-core:2.0.3
| \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- io.netty:netty:3.5.0.Final
+--- org.jgroups:jgroups:3.1.0.Beta
+--- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3
+--- com.sleepycat:je:5.0.34
+--- co.parallelunivese:high-scale-lib:
+--- com.netflix.curator:curator-recipes:1.1.9
| +--- com.netflix.curator:curator-framework:1.1.9
| | +--- com.google.guava:guava:11.0.1 (*)
| | +--- com.netflix.curator:curator-client:1.1.9
| | | +--- com.google.guava:guava:11.0.1 (*)
| | | \--- org.apache.zookeeper:zookeeper:3.4.3
| | | +--- log4j:log4j:1.2.15
| | | | \--- javax.mail:mail:1.4
| | | | \--- javax.activation:activation:1.1
| | | +--- jline:jline:0.9.94
| | | | \--- junit:junit:3.8.1 -> 4.10
| | | | \--- org.hamcrest:hamcrest-core:1.1 -> 1.3.RC2
| | | \--- org.jboss.netty:netty:3.2.2.Final
| | \--- org.apache.zookeeper:zookeeper:3.4.3 (*)
| +--- com.google.guava:guava:11.0.1 (*)
| \--- org.apache.zookeeper:zookeeper:3.4.3 (*)
+--- com.netflix.curator:curator-client:1.1.9 (*)
+--- com.netflix.curator:curator-framework:1.1.9 (*)
+--- org.apache.zookeeper:zookeeper:3.4.3 (*)
+--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- org.slf4j:jcl-over-slf4j:1.6.4
| \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- org.slf4j:log4j-over-slf4j:1.6.4
| \--- org.slf4j:slf4j-api:1.6.4 -> 1.7.2
+--- org.apache.logging.log4j:log4j-slf4j-impl:2.0-beta6
| +--- org.slf4j:slf4j-api:1.7.2
| +--- org.slf4j:slf4j-ext:1.7.2
| | +--- org.slf4j:slf4j-api:1.7.2
| | \--- ch.qos.cal10n:cal10n-api:0.7.4
| \--- org.apache.logging.log4j:log4j-api:2.0-beta6
+--- org.apache.logging.log4j:log4j-api:2.0-beta6
+--- org.apache.logging.log4j:log4j-core:2.0-beta6
| \--- org.apache.logging.log4j:log4j-api:2.0-beta6
+--- com.lmax:disruptor:3.0.1
+--- junit:junit:4.10 (*)
+--- org.apache.ant:ant-junit4:1.8.4
| +--- org.apache.ant:ant:1.8.4
| | \--- org.apache.ant:ant-launcher:1.8.4
| \--- junit:junit:4.8.1 -> 4.10 (*)
+--- org.hamcrest:hamcrest-core:1.3.RC2
+--- org.hamcrest:hamcrest-library:1.3.RC2
| \--- org.hamcrest:hamcrest-core:1.3.RC2
\--- org.mockito:mockito-all:1.9.0
(*) - dependencies omitted (listed previously)
BUILD SUCCESSFUL
Total time: 10.461 secs