| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Done? | Dependency | License | Notice | Notice | Notes | License different than initial parse? | bundled? | branch-2? | branch-2.8? | branch-2.7? | branch-2.6? | |||||||||||||||||
2 | Y | AntLR Parser Generator | Public Domain | antlr:antlr:2.7.7 - http://www.antlr.org/ | Version 2 which we are using is public domain | N | |||||||||||||||||||||||
3 | Y | AOP alliance | Public Domain | aopalliance:aopalliance:1.0 - http://aopalliance.sourceforge.net | Y | ||||||||||||||||||||||||
4 | Y | ASM Core | 3-clause BSD | asm:asm:3.2 - http://asm.objectweb.org/asm/ | http://asm.ow2.org/license.html | Y | |||||||||||||||||||||||
5 | Y | bcprov-jdk15 | MIT | bouncycastle:bcprov-jdk15:140 - no url defined | http://www.bouncycastle.org/licence.html | Y | N | ||||||||||||||||||||||
6 | Y | Code Generation Library | ASLv2 | cglib:cglib:2.2 - http://cglib.sourceforge.net/ | https://github.com/cglib/cglib | N | |||||||||||||||||||||||
7 | Y | Logback | EPL v1.0 | Logback: the reliable, generic, fast and flexible logging framework. Copyright (C) 1999-2012, QOS.ch. All rights reserved. | ch.qos.logback:logback-classic:1.1.2 - http://logback.qos.ch | http://logback.qos.ch/license.html | N | N | N | ||||||||||||||||||||
8 | Y | ZkClient | ASLv2 | com.101tec:zkclient:0.3 - https://github.com/sgroschupf/zkclient | https://github.com/sgroschupf/zkclient | N | N | N | N | N | |||||||||||||||||||
9 | Y | AWS Java SDK | ASLv2 | This software includes third party software subject to the following copyrights: - XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty. - JSON parsing and utility functions from JSON.org - Copyright 2002 JSON.org. - PKCS#1 PEM encoded private key parsing and utility functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc. | com.amazonaws:aws-java-sdk-core:1.10.6 - https://aws.amazon.com/sdkforjava | https://github.com/aws/aws-sdk-java | Y | AWS SDK for Java com.amazonaws:aws-java-sdk:1.7.4 | AWS SDK for Java com.amazonaws:aws-java-sdk:1.7.4 | ||||||||||||||||||||
10 | Y | Metrics Core | ASLv2 | com.codahale.metrics:metrics-core:3.0.1 - http://metrics.codahale.com/metrics-core/ | The NOTICE file lists public domain dependencies, which don't need to be in NOTICE | Y | |||||||||||||||||||||||
11 | Y | Metrics Core Library | ASLv2 | com.yammer.metrics:metrics-core:2.2.0 - http://metrics.codahale.com/metrics-core/ | N | N | N | N | N | ||||||||||||||||||||
12 | Y | Jackson 2 | ASLv2 | com.fasterxml.jackson.core:jackson-annotations:2.2.3 - http://wiki.fasterxml.com/JacksonHome | Version 2.x uses ASLv2 (we're using 2.2.3) http://wiki.fasterxml.com/JacksonLicensing https://github.com/FasterXML/jackson-annotations | Y | Y | ||||||||||||||||||||||
13 | Y | FindBugs-jsr305 | 2-clause BSD | com.google.code.findbugs:jsr305:3.0.0 - http://findbugs.sourceforge.net/ | https://github.com/findbugsproject/findbugs/blob/3.0.0/findbugs/licenses/LICENSE-jsr305.txt | Y | Y | 1.3.9 | |||||||||||||||||||||
14 | Y | Gson | ASLv2 | The Netty Project ================= Please visit the Netty web site for more information: * http://netty.io/ Copyright 2014 The Netty Project The Netty Project licenses this file to you under the Apache License, version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Also, please refer to each LICENSE.<component>.txt file, which is located in the 'license' directory of the distribution file, for the license terms of the components that this product depends on. ------------------------------------------------------------------------------- This product contains the extensions to Java Collections Framework which has been derived from the works by JSR-166 EG, Doug Lea, and Jason T. Greene: * LICENSE: * license/LICENSE.jsr166y.txt (Public Domain) * HOMEPAGE: * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/ * http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/experimental/jsr166/ This product contains a modified version of Robert Harder's Public Domain Base64 Encoder and Decoder, which can be obtained at: * LICENSE: * license/LICENSE.base64.txt (Public Domain) * HOMEPAGE: * http://iharder.sourceforge.net/current/java/base64/ This product contains a modified portion of 'Webbit', an event based WebSocket and HTTP server, which can be obtained at: * LICENSE: * license/LICENSE.webbit.txt (BSD License) * HOMEPAGE: * https://github.com/joewalnes/webbit This product contains a modified portion of 'SLF4J', a simple logging facade for Java, which can be obtained at: * LICENSE: * license/LICENSE.slf4j.txt (MIT License) * HOMEPAGE: * http://www.slf4j.org/ This product contains a modified portion of 'ArrayDeque', written by Josh Bloch of Google, Inc: * LICENSE: * license/LICENSE.deque.txt (Public Domain) This product contains a modified portion of 'Apache Harmony', an open source Java SE, which can be obtained at: * LICENSE: * license/LICENSE.harmony.txt (Apache License 2.0) * HOMEPAGE: * http://archive.apache.org/dist/harmony/ This product contains a modified version of Roland Kuhn's ASL2 AbstractNodeQueue, which is based on Dmitriy Vyukov's non-intrusive MPSC queue. It can be obtained at: * LICENSE: * license/LICENSE.abstractnodequeue.txt (Public Domain) * HOMEPAGE: * https://github.com/akka/akka/blob/wip-2.2.3-for-scala-2.11/akka-actor/src/main/java/akka/dispatch/AbstractNodeQueue.java This product contains a modified portion of 'jbzip2', a Java bzip2 compression and decompression library written by Matthew J. Francis. It can be obtained at: * LICENSE: * license/LICENSE.jbzip2.txt (MIT License) * HOMEPAGE: * https://code.google.com/p/jbzip2/ This product contains a modified portion of 'libdivsufsort', a C API library to construct the suffix array and the Burrows-Wheeler transformed string for any input string of a constant-size alphabet written by Yuta Mori. It can be obtained at: * LICENSE: * license/LICENSE.libdivsufsort.txt (MIT License) * HOMEPAGE: * https://code.google.com/p/libdivsufsort/ This product contains a modified portion of Nitsan Wakart's 'JCTools', Java Concurrency Tools for the JVM, which can be obtained at: * LICENSE: * license/LICENSE.jctools.txt (ASL2 License) * HOMEPAGE: * https://github.com/JCTools/JCTools This product optionally depends on 'JZlib', a re-implementation of zlib in pure Java, which can be obtained at: * LICENSE: * license/LICENSE.jzlib.txt (BSD style License) * HOMEPAGE: * http://www.jcraft.com/jzlib/ This product optionally depends on 'Compress-LZF', a Java library for encoding and decoding data in LZF format, written by Tatu Saloranta. It can be obtained at: * LICENSE: * license/LICENSE.compress-lzf.txt (Apache License 2.0) * HOMEPAGE: * https://github.com/ning/compress This product optionally depends on 'lz4', a LZ4 Java compression and decompression library written by Adrien Grand. It can be obtained at: * LICENSE: * license/LICENSE.lz4.txt (Apache License 2.0) * HOMEPAGE: * https://github.com/jpountz/lz4-java This product optionally depends on 'lzma-java', a LZMA Java compression and decompression library, which can be obtained at: * LICENSE: * license/LICENSE.lzma-java.txt (Apache License 2.0) * HOMEPAGE: * https://github.com/jponge/lzma-java This product contains a modified portion of 'jfastlz', a Java port of FastLZ compression and decompression library written by William Kinney. It can be obtained at: * LICENSE: * license/LICENSE.jfastlz.txt (MIT License) * HOMEPAGE: * https://code.google.com/p/jfastlz/ This product contains a modified portion of and optionally depends on 'Protocol Buffers', Google's data interchange format, which can be obtained at: * LICENSE: * license/LICENSE.protobuf.txt (New BSD License) * HOMEPAGE: * http://code.google.com/p/protobuf/ This product optionally depends on 'Bouncy Castle Crypto APIs' to generate a temporary self-signed X.509 certificate when the JVM does not provide the equivalent functionality. It can be obtained at: * LICENSE: * license/LICENSE.bouncycastle.txt (MIT License) * HOMEPAGE: * http://www.bouncycastle.org/ This product optionally depends on 'Snappy', a compression library produced by Google Inc, which can be obtained at: * LICENSE: * license/LICENSE.snappy.txt (New BSD License) * HOMEPAGE: * http://code.google.com/p/snappy/ This product optionally depends on 'JBoss Marshalling', an alternative Java serialization API, which can be obtained at: * LICENSE: * license/LICENSE.jboss-marshalling.txt (GNU LGPL 2.1) * HOMEPAGE: * http://www.jboss.org/jbossmarshalling This product optionally depends on 'Caliper', Google's micro- benchmarking framework, which can be obtained at: * LICENSE: * license/LICENSE.caliper.txt (Apache License 2.0) * HOMEPAGE: * http://code.google.com/p/caliper/ This product optionally depends on 'Apache Commons Logging', a logging framework, which can be obtained at: * LICENSE: * license/LICENSE.commons-logging.txt (Apache License 2.0) * HOMEPAGE: * http://commons.apache.org/logging/ This product optionally depends on 'Apache Log4J', a logging framework, which can be obtained at: * LICENSE: * license/LICENSE.log4j.txt (Apache License 2.0) * HOMEPAGE: * http://logging.apache.org/log4j/ This product optionally depends on 'Aalto XML', an ultra-high performance non-blocking XML processor, which can be obtained at: * LICENSE: * license/LICENSE.aalto-xml.txt (Apache License 2.0) * HOMEPAGE: * http://wiki.fasterxml.com/AaltoHome This product contains a modified version of 'HPACK', a Java implementation of the HTTP/2 HPACK algorithm written by Twitter. It can be obtained at: * LICENSE: * license/LICENSE.hpack.txt (Apache License 2.0) * HOMEPAGE: * https://github.com/twitter/hpack This product contains a modified portion of 'Apache Commons Lang', a Java library provides utilities for the java.lang API, which can be obtained at: * LICENSE: * license/LICENSE.commons-lang.txt (Apache License 2.0) * HOMEPAGE: * https://commons.apache.org/proper/commons-lang/ | com.google.code.gson:gson:2.2.4 - http://code.google.com/p/google-gson/ | https://github.com/google/gson | Y | ||||||||||||||||||||||
15 | Y | Guava: Google Core Libraries for Java | ASLv2 | com.google.guava:guava:11.0.2 - http://code.google.com/p/guava-libraries/guava | https://github.com/google/guava/blob/master/COPYING | Y | |||||||||||||||||||||||
16 | Y | Google Guice | ASLv2 | com.google.inject:guice:3.0 - http://code.google.com/p/google-guice/guice/ | https://github.com/google/guice/blob/master/COPYING | Y | |||||||||||||||||||||||
17 | Y | Protocol Buffer Java API | Self licensed | com.google.protobuf:protobuf-java:2.5.0 - http://code.google.com/p/protobuf | https://github.com/google/protobuf | Y | Y | ||||||||||||||||||||||
18 | Y | re2j | GO license | com.google.re2j:re2j:1.0 - http://github.com/google/re2j | https://github.com/google/re2j | Y | N | N | N | N | |||||||||||||||||||
19 | Y | JSON.simple | ASLv2 | com.googlecode.json-simple:json-simple:1.1 - http://code.google.com/p/json-simple/ | https://github.com/fangyidong/json-simple/blob/master/LICENSE.txt | Y | |||||||||||||||||||||||
20 | Y | java-xmlbuilder | ASLv2 | com.jamesmurty.utils:java-xmlbuilder:0.4 - http://code.google.com/p/java-xmlbuilder/ | https://github.com/jmurty/java-xmlbuilder | Y | |||||||||||||||||||||||
21 | Y | JSch | 3-clause BSD | com.jcraft:jsch:0.1.51 - http://www.jcraft.com/jsch/ | http://www.jcraft.com/jsch/LICENSE.txt | Y | Y | 0.1.42 | 0.1.42 | ||||||||||||||||||||
22 | Y | Microsoft Azure Storage Client SDK | ASLv2 | com.microsoft.azure:azure-storage:2.2.0 - https://github.com/Azure/azure-storage-java | https://github.com/Azure/azure-storage-java/blob/master/LICENSE.txt | Y | 2.0.0 | N | |||||||||||||||||||||
23 | Y | Nimbus JOSE+JWT | ASLv2 | com.nimbusds:nimbus-jose-jwt:3.9 - https://bitbucket.org/connect2id/nimbus-jose-jwt | https://bitbucket.org/connect2id/nimbus-jose-jwt/src | Y | N | N | |||||||||||||||||||||
24 | Y | OkHttp | ASLv2 | com.squareup.okhttp:okhttp:2.4.0 - https://github.com/square/okhttp/okhttp | https://github.com/square/okhttp/tree/okhttp_24 | Y | N | N | |||||||||||||||||||||
25 | Y | Okio | ASLv2 | com.squareup.okio:okio:1.4.0 - https://github.com/square/okio/okio | https://github.com/square/okio | Y | N | N | |||||||||||||||||||||
26 | Y | Jersey | CDDL 1.1 | com.sun.jersey:jersey-client:1.9 - https://jersey.java.net/jersey-client/ | https://java.net/projects/jersey/ | Y | |||||||||||||||||||||||
27 | Y | ParaNamer Core | 3-clause BSD | com.thoughtworks.paranamer:paranamer:2.3 - http://paranamer.codehaus.org/paranamer | https://github.com/paul-hammant/paranamer | Y | |||||||||||||||||||||||
28 | Y | HPACK | ASLv2 | com.twitter:hpack:0.11.0 - http://github.com/twitter/hpack/hpack | https://github.com/twitter/hpack | Y | N | N | |||||||||||||||||||||
29 | Y | Apache Commons BeanUtils | ASLv2 | commons-beanutils:commons-beanutils:1.7.0 - no url defined | https://commons.apache.org/ | Y | Y | ||||||||||||||||||||||
30 | Commons CLI | ASLv2 | commons-cli:commons-cli:1.2 - http://commons.apache.org/cli/ | Y | |||||||||||||||||||||||||
31 | Commons Codec | ASLv2 | src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.javacontains test data from http://aspell.net/test/orig/batch0.tab.Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org) =============================================================================== The content of package org.apache.commons.codec.language.bm has been translatedfrom the original php source code available at http://stevemorse.org/phoneticinfo.htmwith permission from the original authors.Original source copyright:Copyright (c) 2008 Alexander Beider & Stephen P. Morse. | commons-codec:commons-codec:1.4 - http://commons.apache.org/codec/ | Y | ||||||||||||||||||||||||
32 | Apache Commons Collections | ASLv2 | commons-collections:commons-collections:3.2.2 - http://commons.apache.org/collections/ | Y | |||||||||||||||||||||||||
33 | Commons Configuration | ASLv2 | commons-configuration:commons-configuration:1.6 - http://commons.apache.org/${pom.artifactId.substring(8)}/ | Y | |||||||||||||||||||||||||
34 | Commons Daemon | ASLv2 | commons-daemon:commons-daemon:1.0.13 - http://commons.apache.org/daemon/ | Y | |||||||||||||||||||||||||
35 | Digester | ASLv2 | commons-digester:commons-digester:1.8 - http://jakarta.apache.org/commons/digester/ | Y | |||||||||||||||||||||||||
36 | HttpClient | ASLv2 | commons-httpclient:commons-httpclient:3.1 - http://jakarta.apache.org/httpcomponents/httpclient-3.x/ | Y | |||||||||||||||||||||||||
37 | Commons IO | ASLv2 | commons-io:commons-io:2.4 - http://commons.apache.org/io/ | Y | |||||||||||||||||||||||||
38 | Commons Lang | ASLv2 | This product includes software from the Spring Framework,under the Apache License 2.0 (see: StringUtils.containsWhitespace()) | commons-lang:commons-lang:2.6 - http://commons.apache.org/lang/ | Y | ||||||||||||||||||||||||
39 | Commons Logging | ASLv2 | commons-logging:commons-logging:1.1.3 - http://commons.apache.org/proper/commons-logging/ | Y | |||||||||||||||||||||||||
40 | Commons Net | ASLv2 | commons-net:commons-net:3.1 - http://commons.apache.org/net/ | Y | |||||||||||||||||||||||||
41 | Commons Pool | ASLv2 | commons-pool:commons-pool:1.6 - http://commons.apache.org/pool/ | N | |||||||||||||||||||||||||
42 | Y | fst | ASLv2 | de.ruedigermoeller:fst:2.24 - https://code.google.com/p/fast-serialization/ | https://github.com/RuedigerMoeller/fast-serialization/blob/master/LICENSE.md ASLv2 since 2.17 | Y | Y | N | N | ||||||||||||||||||||
43 | Y | Netty 3 | ASLv2 | io.netty:netty:3.6.2.Final - http://netty.io/ | https://github.com/netty/netty/tree/3.6 This mentions LGPL in the NOTICE, but since we don't use JBoss Logging, it doesn't apply. See TINKERPOP-719 for a discussion. | Y | |||||||||||||||||||||||
44 | Y | Netty 4 | ASLv2 | io.netty:netty-all:4.1.0.Beta5 - http://netty.io/netty-all/ | https://github.com/netty/netty/tree/4.1 | Y | 4.0.23.Final | N | |||||||||||||||||||||
45 | Y | JavaBeans Activation Framework | CDDL 1.0 | JAF | http://www.oracle.com/technetwork/articles/java/index-135046.html | N | |||||||||||||||||||||||
46 | Y | javax.inject | ASLv2 | javax.inject:javax.inject:1 - http://code.google.com/p/atinject/ | https://code.google.com/archive/p/atinject/ | Y | |||||||||||||||||||||||
47 | Y | Java Servlet API | CDDL 1.0 | javax.servlet:javax.servlet-api:3.0.1 - http://servlet-spec.java.net | https://java.net/projects/servlet-spec/ | Y | N | ||||||||||||||||||||||
48 | Y | servlet-api | CDDL 1.0 | javax.servlet:servlet-api:2.5 - no url defined | https://java.net/projects/servlet-spec/ | Y | Y | ||||||||||||||||||||||
49 | Y | jsp-api | CDDL 1.0 | javax.servlet.jsp:jsp-api:2.1 - no url defined | Y | Y | |||||||||||||||||||||||
50 | Y | JAXB API bundle for GlassFish V3 | CDDL 1.1 | javax.xml.bind:jaxb-api:2.2.2 - https://jaxb.dev.java.net/ | https://jaxb.java.net/2.2.2/ | N | Y | ||||||||||||||||||||||
51 | Y | JAXB RI | CDDL 1.1 | com.sun.xml.bind:jaxb-impl:2.2.3-1 - http://jaxb.java.net/ | https://jaxb.java.net/2.2.3u2/ | Y | |||||||||||||||||||||||
52 | Y | Streaming API for XML | CDDL 1.0 | javax.xml.stream:stax-api:1.0-2 - no url defined | https://sjsxp.java.net/ | Y | Y | ||||||||||||||||||||||
53 | Y | jdiff | LGPL v2.1 | jdiff:jdiff:1.0.9 - no url defined | http://javadiff.sourceforge.net/ | Y | N | ||||||||||||||||||||||
54 | Y | JLine | 3-clause BSD | jline:jline:0.9.94 - http://jline.sourceforge.net | https://github.com/jline/jline/blob/master/LICENSE.txt | Y | |||||||||||||||||||||||
55 | Y | Joda-Time | ASLv2 | joda-time:joda-time:2.8.1 - http://www.joda.org/joda-time/ | http://joda-time.sourceforge.net/license.html | Y | 2.9.3 | 2.9.3 | |||||||||||||||||||||
56 | Y | JUnit | EPL v1.0 | junit:junit:4.11 - http://junit.org | http://junit.org/junit4/license.html | Y | Y | ||||||||||||||||||||||
57 | Y | Apache Log4j | ASLv2 | ResolverUtil.java Copyright 2005-2006 Tim Fennell Dumbster SMTP test server Copyright 2004 Jason Paul Kitchen TypeUtil.java Copyright 2002-2012 Ramnivas Laddad, Juergen Hoeller, Chris Beams | log4j:log4j:1.2.17 - http://logging.apache.org/log4j/1.2/ | Y | |||||||||||||||||||||||
58 | Y | An open source Java toolkit for Amazon S3 | ASLv2 | net.java.dev.jets3t:jets3t:0.9.0 - http://www.jets3t.org | http://www.jets3t.org/ | Y | |||||||||||||||||||||||
59 | Y | Java Concurrency in Practice book annotations | CCAL v2.5 | Copyright (c) 2005 Brian Goetz and Tim Peierls Released under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.5) Official home: http://www.jcip.net Any republication or derived work distributed in source code form must include this copyright and license notice. | net.jcip:jcip-annotations:1.0 - http://jcip.net/ | https://github.com/chrisoei/JCIP | Y | Y | N | N | |||||||||||||||||||
60 | Y | LZ4 and xxHash | ASLv2 | hamcrest | https://github.com/jpountz/lz4-java | N | N | N | N | N | |||||||||||||||||||
61 | Y | JSON Small and Fast Parser | ASLv2 | net.minidev:json-smart:1.1.1 - http://json-smart/ | https://github.com/netplex/json-smart-v1/blob/master/LICENSE | Y | |||||||||||||||||||||||
62 | Y | Ehcache Core | ASLv2 | net.sf.ehcache:ehcache-core:2.4.4 - http://ehcache.org | https://github.com/ehcache/ehcache-jcache/blob/master/LICENSE.txt | N | N | N | |||||||||||||||||||||
63 | Y | JOpt Simple | MIT | net.sf.jopt-simple:jopt-simple:3.2 - http://jopt-simple.sourceforge.net | http://pholser.github.io/jopt-simple/license.html | N | N | N | N | N | |||||||||||||||||||
64 | Y | Apache Ant | ASLv2 | The <sync> task is based on code Copyright (c) 2002, Landmark Graphics Corp that has been kindly donated to the Apache Software Foundation. | org.apache.ant:ant:1.8.1 - http://ant.apache.org/ant/ | http://ant.apache.org/ | Y | N | |||||||||||||||||||||
65 | Y | Apache Avro | ASLv2 | org.apache.avro:avro:1.7.4 - http://avro.apache.org | Y | ||||||||||||||||||||||||
66 | Y | bookkeeper-server | ASLv2 | org.apache.bookkeeper:bookkeeper-server:4.2.3 - http://maven.apache.org | N | ||||||||||||||||||||||||
67 | Y | Commons Compress | ASLv2 | org.apache.commons:commons-compress:1.4.1 - http://commons.apache.org/compress/ | http://commons.apache.org | Y | |||||||||||||||||||||||
68 | Y | Apache Commons Lang | ASLv2 | org.apache.commons:commons-lang3:3.3.2 - http://commons.apache.org/proper/commons-lang/ | Y | N | |||||||||||||||||||||||
69 | Y | Commons Math 2 | ASLv2 | org.apache.commons:commons-math:2.2 - http://commons.apache.org/math/ | Y | ||||||||||||||||||||||||
70 | Y | Commons Math 3 | ASLv2 | org.apache.commons:commons-math3:3.1.1 - http://commons.apache.org/math/ | Y | ||||||||||||||||||||||||
71 | Y | Apache Curator | ASLv2 | org.apache.curator:curator-client:2.7.1 - http://curator.apache.org/curator-client | https://github.com/apache/curator/blob/master/LICENSE | Y | 2.6.0 | ||||||||||||||||||||||
72 | Y | Apache Directory 1.0 | ASLv2 | api-asn1-api-1.0.0-M20.jar api-i18n-1.0.0-M20.jar api-util-1.0.0-M20.jar | https://directory.apache.org/ | Y | |||||||||||||||||||||||
73 | Y | ApacheDS 2.0 | ASLv2 | apacheds-i18n-2.0.0-M15.jar apacheds-kerberos-codec-2.0.0-M15.jar | Y | ||||||||||||||||||||||||
74 | Y | htrace-core4 | ASLv2 | org.apache.htrace:htrace-core4:4.0.1-incubating - http://incubator.apache.org/projects/htrace.html | http://incubator.apache.org/projects/htrace.html | Y | htrace-core org.apache.htrace:htrace-core:3.1.0-incubating | htrace-core org.htrace:htrace-core:3.0.4 | |||||||||||||||||||||
75 | Y | HttpClient | ASLv2 | org.apache.httpcomponents:httpclient:4.2.5 - http://hc.apache.org/httpcomponents-client | http://hc.apache.org/ | Y | |||||||||||||||||||||||
76 | Y | Apache HttpCore | ASLv2 | org.apache.httpcomponents:httpcore:4.2.5 - http://hc.apache.org/httpcomponents-core-ga | http://hc.apache.org/httpcomponents-core-ga/ | Y | |||||||||||||||||||||||
77 | Y | Apache Kafka | ASLv2 | org.apache.kafka:kafka_2.10:0.8.2.1 - http://kafka.apache.org | N | N | N | N | N | ||||||||||||||||||||
78 | Y | Apache Maven | ASLv2 | org.apache.maven:maven-aether-provider:3.0 - http://maven.apache.org/maven-aether-provider/ org.apache.maven:maven-artifact:3.0 - http://maven.apache.org/maven-artifact/ org.apache.maven:maven-core:3.0 - http://maven.apache.org/maven-core/ org.apache.maven:maven-model:3.0 - http://maven.apache.org/maven-model/ org.apache.maven:maven-model-builder:3.0 - http://maven.apache.org/maven-model-builder/ org.apache.maven:maven-plugin-api:3.0 - http://maven.apache.org/maven-plugin-api/ org.apache.maven:maven-repository-metadata:3.0 - http://maven.apache.org/maven-repository-metadata/ org.apache.maven:maven-settings:3.0 - http://maven.apache.org/maven-settings/ org.apache.maven:maven-settings-builder:3.0 - http://maven.apache.org/maven-settings-builder/ org.apache.maven.plugin-tools:maven-plugin-annotations:3.4 - http://maven.apache.org/plugin-tools/maven-plugin-annotations | http://maven.apache.org/ | N | |||||||||||||||||||||||
79 | Y | ||||||||||||||||||||||||||||
80 | Y | ||||||||||||||||||||||||||||
81 | Y | ||||||||||||||||||||||||||||
82 | Y | ||||||||||||||||||||||||||||
83 | Y | ||||||||||||||||||||||||||||
84 | Y | ||||||||||||||||||||||||||||
85 | Y | ||||||||||||||||||||||||||||
86 | Y | ||||||||||||||||||||||||||||
87 | Y | 3.0 | |||||||||||||||||||||||||||
88 | Y | Apache MINA Core | ASLv2 | org.apache.mina:mina-core:2.0.0-M5 - http://mina.apache.org/mina-core | http://mina.apache.org/ | N | |||||||||||||||||||||||
89 | Y | Apache Mina SSHD :: Core | ASLv2 | org.apache.sshd:sshd-core:0.14.0 - http://www.apache.org/sshd/sshd-core/ | https://mina.apache.org/sshd-project/ | N | N | N | |||||||||||||||||||||
90 | Y | Apache Tomcat | ASLv2 | Y | |||||||||||||||||||||||||
91 | N | Tomcat Embed | ASLv2 | org.apache.tomcat.embed:tomcat-embed-core:7.0.55 - http://tomcat.apache.org/ | http://tomcat.apache.org/index.html | N | |||||||||||||||||||||||
92 | Y | Apache ZooKeeper | ASLv2 | org.apache.zookeeper:zookeeper:3.4.6 - no url defined | https://github.com/apache/zookeeper/blob/branch-3.4/LICENSE.txt | Y | Y | ||||||||||||||||||||||
93 | Y | Bouncy Castle Provider | MIT | org.bouncycastle:bcprov-jdk15on:1.51 - http://www.bouncycastle.org/java.html | http://www.bouncycastle.org/license.html | N | |||||||||||||||||||||||
94 | Y | Jackson 1 | ASLv2 | org.codehaus.jackson:jackson-core-asl:1.9.13 - http://jackson.codehaus.org | http://wiki.fasterxml.com/JacksonLicensing We're on 1.9, so dual-licensed ASLv2 + LGPL v2.1 | Y | |||||||||||||||||||||||
95 | Y | Jettison | ASLv2 | org.codehaus.jettison:jettison:1.1 - no url defined | https://github.com/codehaus/jettison/blob/jettison-1.1/src/main/resources/META-INF/LICENSE | Y | Y | ||||||||||||||||||||||
96 | Y | Plexus | ASLv2 | org.codehaus.plexus:plexus-classworlds:2.2.3 - http://plexus.codehaus.org/plexus-classworlds/ | https://codehaus-plexus.github.io/plexus-classworlds/license.html | N | |||||||||||||||||||||||
97 | Y | leveldbjni-all | 3-clause BSD | org.fusesource.leveldbjni:leveldbjni-all:1.8 - http://leveldbjni.fusesource.org/leveldbjni-all | https://github.com/fusesource/leveldbjni/blob/master/license.txt | Y | |||||||||||||||||||||||
98 | Y | javax.servlet API v.3.0 | CDDL v1.0 + GPL v2 w/ CPE | org.glassfish:javax.servlet:3.1 - http://jcp.org/en/jsr/detail?id=315 | http://central.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom https://glassfish.java.net/nonav/public/CDDL+GPL.html | Y | N | ||||||||||||||||||||||
99 | Y | management-api | CDDL v1.1 + GPL v2 w/ CPE | org.glassfish.external:management-api:3.0.0-b012 - http://kenai.com/hg/gmbal~gf_common | https://glassfish.java.net/license.html Dual licensed CDDL v1.1 + GPL v2 | N | |||||||||||||||||||||||
100 | Y | gmbal-api-only | CDDL v1.1 + GPL v2 w/ CPE | org.glassfish.gmbal:gmbal-api-only:3.0.0-b023 - http://kenai.com/hg/gmbal~master | N |