-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPENDENCIES
435 lines (392 loc) · 35.7 KB
/
DEPENDENCIES
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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
// ------------------------------------------------------------------
// Transitive dependencies of this project determined from the
// maven pom organized by organization.
// ------------------------------------------------------------------
Calcite
From: 'an unknown organization'
- stream-lib (https://github.com/addthis/stream-lib) com.clearspring.analytics:stream:jar:2.7.0
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- DataStax Java Driver for Apache Cassandra - Core (https://github.com/datastax/java-driver) com.datastax.cassandra:cassandra-driver-core:bundle:3.0.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Kryo (http://code.google.com/p/kryo/) com.esotericsoftware.kryo:kryo:bundle:2.21
License: New BSD License (http://www.opensource.org/licenses/bsd-license.php)
- MinLog (http://code.google.com/p/minlog/) com.esotericsoftware.minlog:minlog:jar:1.2
License: New BSD License (http://www.opensource.org/licenses/bsd-license.php)
- ReflectASM (http://code.google.com/p/reflectasm/) com.esotericsoftware.reflectasm:reflectasm:jar:1.07
License: New BSD License (http://www.opensource.org/licenses/bsd-license.php)
- FindBugs-jsr305 (http://findbugs.sourceforge.net/) com.google.code.findbugs:jsr305:jar:1.3.9
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Guava: Google Core Libraries for Java (http://code.google.com/p/guava-libraries/guava) com.google.guava:guava:bundle:15.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Guava: Google Core Libraries for Java (http://code.google.com/p/guava-libraries/guava) com.google.guava:guava:bundle:18.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Compress-LZF (http://github.com/ning/compress) com.ning:compress-lzf:bundle:1.0.2
License: Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
- Compress-LZF (http://github.com/ning/compress) com.ning:compress-lzf:bundle:1.0.3
License: Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
- Spatial4J (http://nexus.sonatype.org/oss-repository-hosting.html/spatial4j) com.spatial4j:spatial4j:bundle:0.5
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- T-Digest (https://github.com/tdunning/t-digest) com.tdunning:t-digest:jar:3.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- ParaNamer Core (http://paranamer.codehaus.org/paranamer) com.thoughtworks.paranamer:paranamer:jar:2.6
License: BSD (LICENSE.txt)
- JSR166e (http://github.com/twitter/jsr166e) com.twitter:jsr166e:jar:1.1.0
License: CC0 1.0 Universal (http://creativecommons.org/publicdomain/zero/1.0/)
- commons-beanutils commons-beanutils:commons-beanutils:jar:1.7.0
- tpch (https://github.com/airlift/tpch) io.airlift.tpch:tpch:jar:0.1
License: Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- Metrics Core (http://metrics.codahale.com/metrics-core/) io.dropwizard.metrics:metrics-core:bundle:3.1.2
License: Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
- Graphite Integration for Metrics (http://metrics.codahale.com/metrics-graphite/) io.dropwizard.metrics:metrics-graphite:bundle:3.1.2
License: Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
- Jackson Integration for Metrics (http://metrics.codahale.com/metrics-json/) io.dropwizard.metrics:metrics-json:bundle:3.1.2
License: Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
- JVM Integration for Metrics (http://metrics.codahale.com/metrics-jvm/) io.dropwizard.metrics:metrics-jvm:bundle:3.1.2
License: Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
- JLine (http://jline.sourceforge.net) jline:jline:jar:0.9.94
License: BSD (LICENSE.txt)
- An open source Java toolkit for Amazon S3 (http://jets3t.s3.amazonaws.com/index.html) net.java.dev.jets3t:jets3t:jar:0.7.1
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- LZ4 and xxHash (https://github.com/jpountz/lz4-java) net.jpountz.lz4:lz4:jar:1.3.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- pyrolite (https://github.com/irmen/Pyrolite) net.razorvine:pyrolite:jar:4.9
License: MIT License (https://raw.githubusercontent.com/irmen/Pyrolite/master/LICENSE)
- JOpt Simple (http://pholser.github.com/jopt-simple) net.sf.jopt-simple:jopt-simple:jar:4.6
License: The MIT License (http://www.opensource.org/licenses/mit-license.php)
- opencsv (http://opencsv.sf.net) net.sf.opencsv:opencsv:jar:2.3
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Py4J (http://www.py4j.org/) net.sf.py4j:py4j:jar:0.9
License: The New BSD License (http://www.opensource.org/licenses/bsd-license.html)
- zookeeper org.apache.zookeeper:zookeeper:pom:3.4.5
- Commons Compiler (http://docs.codehaus.org/display/JANINO/Home/commons-compiler) org.codehaus.janino:commons-compiler:jar:2.7.6
License: New BSD License (http://dist.codehaus.org/janino/new_bsd_license.txt)
- Janino (http://docs.codehaus.org/display/JANINO/Home/janino) org.codehaus.janino:janino:jar:2.7.6
License: New BSD License (http://dist.codehaus.org/janino/new_bsd_license.txt)
- Elasticsearch: Core (http://nexus.sonatype.org/oss-repository-hosting.html/parent/elasticsearch) org.elasticsearch:elasticsearch:jar:2.3.2
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Elasticsearch SecureSM (http://nexus.sonatype.org/oss-repository-hosting.html/securesm) org.elasticsearch:securesm:jar:1.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- HdrHistogram (http://hdrhistogram.github.io/HdrHistogram/) org.hdrhistogram:HdrHistogram:bundle:2.1.6
License: Public Domain, per Creative Commons CC0 (http://creativecommons.org/publicdomain/zero/1.0/)
- htrace-core (https://github.com/cloudera/htrace) org.htrace:htrace-core:jar:3.0.4
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- MongoDB Java Driver (http://www.mongodb.org) org.mongodb:mongo-java-driver:jar:2.12.3
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- RoaringBitmap (https://github.com/lemire/RoaringBitmap) org.roaringbitmap:RoaringBitmap:bundle:0.5.11
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- empty (http://nexus.sonatype.org/oss-repository-hosting.html/unused) org.spark-project.spark:unused:jar:1.0.0
License: The Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Tachyon Clients - Distribution (http://tachyon-project.org/tachyon-clients/tachyon-client/) org.tachyonproject:tachyon-client:jar:0.8.2
License: Apache License (https://github.com/amplab/tachyon/blob/master/LICENSE)
- Tachyon Under File System - HDFS (http://tachyon-project.org/tachyon-underfs/tachyon-underfs-hdfs/) org.tachyonproject:tachyon-underfs-hdfs:jar:0.8.2
License: Apache License (https://github.com/amplab/tachyon/blob/master/LICENSE)
- Tachyon Under File System - Local FS (http://tachyon-project.org/tachyon-underfs/tachyon-underfs-local/) org.tachyonproject:tachyon-underfs-local:jar:0.8.2
License: Apache License (https://github.com/amplab/tachyon/blob/master/LICENSE)
- Tachyon Under File System - S3 (http://tachyon-project.org/tachyon-underfs/tachyon-underfs-s3/) org.tachyonproject:tachyon-underfs-s3:jar:0.8.2
License: Apache License (https://github.com/amplab/tachyon/blob/master/LICENSE)
- XZ for Java (http://tukaani.org/xz/java.html) org.tukaani:xz:jar:1.0
License: Public Domain
- Uncommons Maths (http://maths.uncommons.org/) org.uncommons.maths:uncommons-maths:jar:1.2.2a
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)
- SnakeYAML (http://www.snakeyaml.org) org.yaml:snakeyaml:bundle:1.15
License: Apache License Version 2.0 (LICENSE.txt)
- oro oro:oro:jar:2.0.8
- xmlenc Library (http://xmlenc.sourceforge.net) xmlenc:xmlenc:jar:0.52
License: The BSD License (http://www.opensource.org/licenses/bsd-license.php)
From: 'Apache Software Foundation' (http://jakarta.apache.org/)
- HttpClient (http://jakarta.apache.org/httpcomponents/httpclient-3.x/) commons-httpclient:commons-httpclient:jar:3.1
License: Apache License (http://www.apache.org/licenses/LICENSE-2.0)
From: 'Apache Software Foundation' (http://www.apache.org)
- Apache Log4j (http://logging.apache.org/log4j/1.2/) log4j:log4j:bundle:1.2.17
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Hadoop Annotations org.apache.hadoop:hadoop-annotations:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Hadoop Auth org.apache.hadoop:hadoop-auth:jar:2.6.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Hadoop Client org.apache.hadoop:hadoop-client:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Hadoop Common org.apache.hadoop:hadoop-common:jar:2.6.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Hadoop HDFS org.apache.hadoop:hadoop-hdfs:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- hadoop-mapreduce-client-app org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- hadoop-mapreduce-client-common org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- hadoop-mapreduce-client-core org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- hadoop-mapreduce-client-jobclient org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- hadoop-mapreduce-client-shuffle org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- hadoop-yarn-api org.apache.hadoop:hadoop-yarn-api:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- hadoop-yarn-client org.apache.hadoop:hadoop-yarn-client:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- hadoop-yarn-common org.apache.hadoop:hadoop-yarn-common:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- hadoop-yarn-server-common org.apache.hadoop:hadoop-yarn-server-common:jar:2.2.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'Apache Software Foundation' (http://www.apache.org/)
- XML Commons External Components XML APIs (http://xml.apache.org/commons/components/external/) xml-apis:xml-apis:jar:1.3.04
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'Carrot Search s.c.' (http://www.carrotsearch.com)
- HPPC Collections (http://labs.carrotsearch.com/hppc.html/hppc) com.carrotsearch:hppc:jar:0.7.1
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'com.fasterxml.jackson.module'
- jackson-module-scala (http://wiki.fasterxml.com/JacksonModuleScala) com.fasterxml.jackson.module:jackson-module-scala_2.10:bundle:2.4.4
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'com.twitter'
- chill-java (https://github.com/twitter/chill) com.twitter:chill-java:jar:0.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- chill (https://github.com/twitter/chill) com.twitter:chill_2.10:jar:0.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'com.typesafe'
- config (https://github.com/typesafehub/config) com.typesafe:config:bundle:1.2.1
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
From: 'FasterXML' (http://fasterxml.com)
- Jackson (http://jackson.codehaus.org) org.codehaus.jackson:jackson-core-asl:jar:1.9.13
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Data Mapper for Jackson (http://jackson.codehaus.org) org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'FasterXML' (http://fasterxml.com/)
- Jackson-annotations (http://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-annotations:bundle:2.6.3
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Jackson-core (https://github.com/FasterXML/jackson-core) com.fasterxml.jackson.core:jackson-core:bundle:2.6.3
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- jackson-databind (http://github.com/FasterXML/jackson) com.fasterxml.jackson.core:jackson-databind:bundle:2.6.3
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Jackson-dataformat-CBOR (http://wiki.fasterxml.com/JacksonForCbor) com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:bundle:2.6.2
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Jackson-dataformat-Smile (http://wiki.fasterxml.com/JacksonForSmile) com.fasterxml.jackson.dataformat:jackson-dataformat-smile:bundle:2.6.2
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Jackson-dataformat-YAML (https://github.com/FasterXML/jackson) com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:bundle:2.6.2
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'FuseSource, Corp.' (http://fusesource.com/)
- leveldbjni-all (http://leveldbjni.fusesource.org/leveldbjni-all) org.fusesource.leveldbjni:leveldbjni-all:bundle:1.8
License: The BSD 3-Clause License (http://www.opensource.org/licenses/BSD-3-Clause)
From: 'GlassFish Community' (https://glassfish.dev.java.net)
- Java Servlet API (http://servlet-spec.java.net) javax.servlet:javax.servlet-api:jar:3.0.1
License: CDDL + GPLv2 with classpath exception (https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html)
From: 'Google' (http://www.google.com/)
- Protocol Buffer Java API (https://developers.google.com/protocol-buffers/) com.google.protobuf:protobuf-java:bundle:3.0.0-beta-1
License: New BSD license (http://www.opensource.org/licenses/bsd-license.php)
From: 'Google, Inc.' (http://www.google.com)
- Gson (http://code.google.com/p/google-gson/) com.google.code.gson:gson:jar:2.2.4
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'Joda.org' (http://www.joda.org)
- Joda-Time (http://www.joda.org/joda-time/) joda-time:joda-time:jar:2.8.1
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Joda convert (http://joda-convert.sourceforge.net) org.joda:joda-convert:jar:1.2
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'Joe Walnes, Henri Tremblay, Leonardo Mesquita'
- Objenesis (http://objenesis.googlecode.com/svn/docs/index.html) org.objenesis:objenesis:jar:1.2
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'Julian Hyde' (http://www.hydromatic.net)
- eigenbase-properties (http://github.com/julianhyde/eigenbase-properties) net.hydromatic:eigenbase-properties:bundle:1.1.5
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- tpcds (http://github.com/julianhyde/tpcds) net.hydromatic:tpcds:jar:0.4
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'LAMP/EPFL' (http://lamp.epfl.ch/)
- Scala Compiler (http://www.scala-lang.org/) org.scala-lang:scala-compiler:jar:2.10.0
License: BSD-like (http://www.scala-lang.org/downloads/license.html)
- Scala Library (http://www.scala-lang.org/) org.scala-lang:scala-library:jar:2.10.3
License: BSD-like (http://www.scala-lang.org/downloads/license.html)
- Scala Compiler (http://www.scala-lang.org/) org.scala-lang:scala-reflect:jar:2.10.4
License: BSD-like (http://www.scala-lang.org/downloads/license.html)
- Scalap (http://www.scala-lang.org/) org.scala-lang:scalap:jar:2.10.0
License: BSD-like (http://www.scala-lang.org/downloads/license.html)
From: 'Mort Bay Consulting' (http://www.mortbay.com)
- Jetty Orbit :: Servlet API (http://www.eclipse.org/jetty/jetty-orbit/javax.servlet) org.eclipse.jetty.orbit:javax.servlet:orbit:3.0.0.v201112011016
License: Apache Software License - Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) License: Eclipse Public License - Version 1.0 (http://www.eclipse.org/org/documents/epl-v10.php)
- Jetty Utilities (http://www.eclipse.org/jetty/jetty-parent/project/jetty-util) org.mortbay.jetty:jetty-util:jar:6.1.26
License: Apache Software License - Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) License: Eclipse Public License - Version 1.0 (http://www.eclipse.org/org/documents/epl-v10.php)
From: 'ObjectWeb' (http://www.objectweb.org/)
- ASM Core (http://asm.objectweb.org/asm/) asm:asm:jar:3.1
From: 'Oracle' (http://openjdk.java.net/)
- JMH Core (http://openjdk.java.net/projects/code-tools/jmh/jmh-core/) org.openjdk.jmh:jmh-core:jar:1.11.2
License: GNU General Public License (GPL), version 2, with the Classpath exception (http://openjdk.java.net/legal/gplv2+ce.html)
From: 'Oracle Corporation' (http://www.oracle.com/)
- jersey-core (https://jersey.java.net/jersey-core/) com.sun.jersey:jersey-core:bundle:1.9
License: CDDL 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html) License: GPL2 w/ CPE (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
- jersey-server (https://jersey.java.net/jersey-server/) com.sun.jersey:jersey-server:bundle:1.9
License: CDDL 1.1 (http://glassfish.java.net/public/CDDL+GPL_1_1.html) License: GPL2 w/ CPE (http://glassfish.java.net/public/CDDL+GPL_1_1.html)
From: 'org.json4s' (https://github.com/json4s/json4s)
- json4s-ast (https://github.com/json4s/json4s) org.json4s:json4s-ast_2.10:jar:3.2.10
License: ASL (http://github.com/json4s/json4s/raw/HEAD/LICENSE)
- json4s-core (https://github.com/json4s/json4s) org.json4s:json4s-core_2.10:jar:3.2.10
License: ASL (http://github.com/json4s/json4s/raw/HEAD/LICENSE)
- json4s-jackson (https://github.com/json4s/json4s) org.json4s:json4s-jackson_2.10:jar:3.2.10
License: ASL (http://github.com/json4s/json4s/raw/HEAD/LICENSE)
From: 'Pentaho' (http://www.pentaho.com)
- Pentaho Aggregate Designer Algorithm (http://github.com/pentaho/mondrian/pentaho-aggdesigner-algorithm) org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.html)
From: 'QOS.ch' (http://www.qos.ch)
- JCL 1.1.1 implemented over SLF4J (http://www.slf4j.org) org.slf4j:jcl-over-slf4j:jar:1.7.10
License: MIT License (http://www.opensource.org/licenses/mit-license.php)
- JUL to SLF4J bridge (http://www.slf4j.org) org.slf4j:jul-to-slf4j:jar:1.7.10
License: MIT License (http://www.opensource.org/licenses/mit-license.php)
- SLF4J API Module (http://www.slf4j.org) org.slf4j:slf4j-api:jar:1.7.13
License: MIT License (http://www.opensource.org/licenses/mit-license.php)
- SLF4J LOG4J-12 Binding (http://www.slf4j.org) org.slf4j:slf4j-log4j12:jar:1.7.13
License: MIT License (http://www.opensource.org/licenses/mit-license.php)
From: 'The Apache Software Foundation' (http://commons.apache.org/)
- Commons Configuration (http://commons.apache.org/${pom.artifactId.substring(8)}/) commons-configuration:commons-configuration:jar:1.6
License: The Apache Software License, Version 2.0 (/LICENSE.txt)
From: 'The Apache Software Foundation' (http://jakarta.apache.org)
- Codec (http://jakarta.apache.org/commons/codec/) commons-codec:commons-codec:jar:1.3
License: The Apache Software License, Version 2.0 (/LICENSE.txt)
- Digester (http://jakarta.apache.org/commons/digester/) commons-digester:commons-digester:jar:1.8
License: The Apache Software License, Version 2.0 (/LICENSE.txt)
From: 'The Apache Software Foundation' (http://www.apache.org)
- Apache XBean :: ASM 5 shaded (repackaged) (http://geronimo.apache.org/maven/xbean/4.4/xbean-asm5-shaded) org.apache.xbean:xbean-asm5-shaded:bundle:4.4
License: $license.name (http://asm.ow2.org/license.html) License: $license.name (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'The Apache Software Foundation' (http://www.apache.org/)
- Commons BeanUtils Core (http://commons.apache.org/beanutils/) commons-beanutils:commons-beanutils-core:jar:1.8.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons CLI (http://commons.apache.org/cli/) commons-cli:commons-cli:jar:1.2
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Commons CLI (http://commons.apache.org/proper/commons-cli/) commons-cli:commons-cli:jar:1.3.1
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Commons Codec (http://commons.apache.org/proper/commons-codec/) commons-codec:commons-codec:jar:1.9
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons Collections (http://commons.apache.org/collections/) commons-collections:commons-collections:jar:3.2.1
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons DBCP (http://commons.apache.org/dbcp/) commons-dbcp:commons-dbcp:jar:1.4
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons IO (http://commons.apache.org/io/) commons-io:commons-io:jar:2.4
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons Lang (http://commons.apache.org/lang/) commons-lang:commons-lang:jar:2.4
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons Logging (http://commons.apache.org/proper/commons-logging/) commons-logging:commons-logging:jar:1.1.3
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons Net (http://commons.apache.org/net/) commons-net:commons-net:jar:2.2
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons Pool (http://commons.apache.org/pool/) commons-pool:commons-pool:jar:1.5.4
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Avro (http://avro.apache.org) org.apache.avro:avro:bundle:1.7.7
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Avro IPC (http://avro.apache.org) org.apache.avro:avro-ipc:bundle:1.7.7
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Avro IPC (http://avro.apache.org) org.apache.avro:avro-ipc:bundle:1.7.7
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Avro Mapred API (http://avro.apache.org/avro-mapred) org.apache.avro:avro-mapred:bundle:1.7.7
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Calcite Core (http://calcite.apache.org/calcite-core) org.apache.calcite:calcite-core:jar:1.10.0
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Calcite Linq4j (http://calcite.apache.org/calcite-linq4j) org.apache.calcite:calcite-linq4j:jar:1.10.0
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Calcite Avatica (http://calcite.apache.org/avatica/avatica) org.apache.calcite.avatica:avatica:jar:1.8.0
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Calcite Avatica Metrics (http://calcite.apache.org/avatica/avatica-metrics) org.apache.calcite.avatica:avatica-metrics:jar:1.8.0
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons Compress (http://commons.apache.org/compress/) org.apache.commons:commons-compress:jar:1.4.1
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Commons Lang (http://commons.apache.org/proper/commons-lang/) org.apache.commons:commons-lang3:jar:3.2
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Commons Math (http://commons.apache.org/proper/commons-math/) org.apache.commons:commons-math3:jar:3.2
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Commons Math (http://commons.apache.org/proper/commons-math/) org.apache.commons:commons-math3:jar:3.4.1
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Curator Client (http://curator.apache.org/curator-client) org.apache.curator:curator-client:bundle:2.6.0
License: The Apache Software License, Version 2.0 (file://${basedir}/LICENSE)
- Curator Framework (http://curator.apache.org/curator-framework) org.apache.curator:curator-framework:bundle:2.4.0
License: The Apache Software License, Version 2.0 (file://${basedir}/LICENSE)
- Curator Recipes (http://curator.apache.org/curator-recipes) org.apache.curator:curator-recipes:bundle:2.4.0
License: The Apache Software License, Version 2.0 (file://${basedir}/LICENSE)
- Apache Directory API ASN.1 API (http://directory.apache.org/api-parent/api-asn1-parent/api-asn1-api/) org.apache.directory.api:api-asn1-api:bundle:1.0.0-M20
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Directory LDAP API Utilities (http://directory.apache.org/api-parent/api-util/) org.apache.directory.api:api-util:bundle:1.0.0-M20
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- ApacheDS I18n (http://directory.apache.org/apacheds/1.5/apacheds-i18n) org.apache.directory.server:apacheds-i18n:bundle:2.0.0-M15
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- ApacheDS Protocol Kerberos Codec (http://directory.apache.org/apacheds/1.5/apacheds-kerberos-codec) org.apache.directory.server:apacheds-kerberos-codec:bundle:2.0.0-M15
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache HttpClient (http://hc.apache.org/httpcomponents-client) org.apache.httpcomponents:httpclient:jar:4.5.2
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache HttpCore (http://hc.apache.org/httpcomponents-core-ga) org.apache.httpcomponents:httpcore:jar:4.4.4
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Apache Ivy (http://ant.apache.org/ivy/) org.apache.ivy:ivy:jar:2.4.0
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Common Analyzers (http://lucene.apache.org/lucene-parent/lucene-analyzers-common) org.apache.lucene:lucene-analyzers-common:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Memory (http://lucene.apache.org/lucene-parent/lucene-backward-codecs) org.apache.lucene:lucene-backward-codecs:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Core (http://lucene.apache.org/lucene-parent/lucene-core) org.apache.lucene:lucene-core:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Grouping (http://lucene.apache.org/lucene-parent/lucene-grouping) org.apache.lucene:lucene-grouping:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Highlighter (http://lucene.apache.org/lucene-parent/lucene-highlighter) org.apache.lucene:lucene-highlighter:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Join (http://lucene.apache.org/lucene-parent/lucene-join) org.apache.lucene:lucene-join:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Memory (http://lucene.apache.org/lucene-parent/lucene-memory) org.apache.lucene:lucene-memory:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Miscellaneous (http://lucene.apache.org/lucene-parent/lucene-misc) org.apache.lucene:lucene-misc:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Queries (http://lucene.apache.org/lucene-parent/lucene-queries) org.apache.lucene:lucene-queries:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene QueryParsers (http://lucene.apache.org/lucene-parent/lucene-queryparser) org.apache.lucene:lucene-queryparser:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Sandbox (http://lucene.apache.org/lucene-parent/lucene-sandbox) org.apache.lucene:lucene-sandbox:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Spatial (http://lucene.apache.org/lucene-parent/lucene-spatial) org.apache.lucene:lucene-spatial:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Spatial 3D (http://lucene.apache.org/lucene-parent/lucene-spatial3d) org.apache.lucene:lucene-spatial3d:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Lucene Suggest (http://lucene.apache.org/lucene-parent/lucene-suggest) org.apache.lucene:lucene-suggest:jar:5.5.0
License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- mesos (http://mesos.apache.org) org.apache.mesos:mesos:jar:0.21.1
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Spark Project Core (http://spark.apache.org/) org.apache.spark:spark-core_2.10:jar:1.6.1
License: Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0.html)
- Spark Project Launcher (http://spark.apache.org/) org.apache.spark:spark-launcher_2.10:jar:1.6.1
License: Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0.html)
- Spark Project Networking (http://spark.apache.org/) org.apache.spark:spark-network-common_2.10:jar:1.6.1
License: Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0.html)
- Spark Project Shuffle Streaming Service (http://spark.apache.org/) org.apache.spark:spark-network-shuffle_2.10:jar:1.6.1
License: Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0.html)
- Spark Project Unsafe (http://spark.apache.org/) org.apache.spark:spark-unsafe_2.10:jar:1.6.1
License: Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0.html)
- Xalan Java Serializer (http://xml.apache.org/xalan-j/) xalan:serializer:jar:2.7.1
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Xalan Java (http://xml.apache.org/xalan-j/) xalan:xalan:jar:2.7.1
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
- Xerces2 Java Parser (http://xerces.apache.org/xerces2-j) xerces:xercesImpl:jar:2.9.1
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
From: 'The Netty Project' (http://netty.io/)
- The Netty Project (http://netty.io/) io.netty:netty:bundle:3.8.0.Final
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- Netty (http://netty.io/) io.netty:netty:bundle:3.10.5.Final
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- Netty/All-in-One (http://netty.io/netty-all/) io.netty:netty-all:jar:4.0.29.Final
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- Netty/Buffer (http://netty.io/netty-buffer/) io.netty:netty-buffer:jar:4.0.33.Final
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- Netty/Codec (http://netty.io/netty-codec/) io.netty:netty-codec:jar:4.0.33.Final
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- Netty/Common (http://netty.io/netty-common/) io.netty:netty-common:jar:4.0.33.Final
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- Netty/Handler (http://netty.io/netty-handler/) io.netty:netty-handler:jar:4.0.33.Final
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- Netty/Transport (http://netty.io/netty-transport/) io.netty:netty-transport:jar:4.0.33.Final
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
From: 'Typesafe Inc.' (http://www.typesafe.com)
- akka-actor (http://akka.io/) com.typesafe.akka:akka-actor_2.10:jar:2.3.11
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- akka-remote (http://akka.io/) com.typesafe.akka:akka-remote_2.10:jar:2.3.11
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- akka-slf4j (http://akka.io/) com.typesafe.akka:akka-slf4j_2.10:jar:2.3.11
License: Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
From: 'Webtide' (http://webtide.com)
- Jetty :: Http Utility (http://www.eclipse.org/jetty) org.eclipse.jetty:jetty-http:jar:9.2.15.v20160210
License: Apache Software License - Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) License: Eclipse Public License - Version 1.0 (http://www.eclipse.org/org/documents/epl-v10.php)
- Jetty :: IO Utility (http://www.eclipse.org/jetty) org.eclipse.jetty:jetty-io:jar:9.2.15.v20160210
License: Apache Software License - Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) License: Eclipse Public License - Version 1.0 (http://www.eclipse.org/org/documents/epl-v10.php)
- Jetty :: Server Core (http://www.eclipse.org/jetty) org.eclipse.jetty:jetty-server:jar:9.2.15.v20160210
License: Apache Software License - Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) License: Eclipse Public License - Version 1.0 (http://www.eclipse.org/org/documents/epl-v10.php)
- Jetty :: Utilities (http://www.eclipse.org/jetty) org.eclipse.jetty:jetty-util:jar:9.2.15.v20160210
License: Apache Software License - Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) License: Eclipse Public License - Version 1.0 (http://www.eclipse.org/org/documents/epl-v10.php)
From: 'xerial.org'
- snappy-java (https://github.com/xerial/snappy-java) org.xerial.snappy:snappy-java:bundle:1.1.2
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)