ABCDEFGHIJKLMNOPQRSTUVWXYZAAABAC
1
Done?DependencyLicenseNoticeNoticeNotesLicense different than initial parse?bundled?branch-2?branch-2.8?branch-2.7?branch-2.6?
2
YAntLR Parser GeneratorPublic Domainantlr:antlr:2.7.7 - http://www.antlr.org/Version 2 which we are using is public domainN
3
YAOP alliancePublic Domainaopalliance:aopalliance:1.0 - http://aopalliance.sourceforge.netY
4
YASM Core3-clause BSDasm:asm:3.2 - http://asm.objectweb.org/asm/http://asm.ow2.org/license.htmlY
5
Ybcprov-jdk15MITbouncycastle:bcprov-jdk15:140 - no url definedhttp://www.bouncycastle.org/licence.htmlYN
6
YCode Generation LibraryASLv2cglib:cglib:2.2 - http://cglib.sourceforge.net/https://github.com/cglib/cglibN
7
YLogbackEPL 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.chhttp://logback.qos.ch/license.htmlNNN
8
YZkClientASLv2com.101tec:zkclient:0.3 - https://github.com/sgroschupf/zkclienthttps://github.com/sgroschupf/zkclientNNNNN
9
YAWS Java SDKASLv2
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/sdkforjavahttps://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
YMetrics CoreASLv2com.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 NOTICEY
11
YMetrics Core LibraryASLv2com.yammer.metrics:metrics-core:2.2.0 - http://metrics.codahale.com/metrics-core/NNNNN
12
YJackson 2ASLv2com.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
YY
13
YFindBugs-jsr3052-clause BSDcom.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
YY1.3.9
14
YGsonASLv2

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/gsonY
15
Y
Guava: Google Core Libraries for Java
ASLv2com.google.guava:guava:11.0.2 - http://code.google.com/p/guava-libraries/guava
https://github.com/google/guava/blob/master/COPYING
Y
16
YGoogle GuiceASLv2com.google.inject:guice:3.0 - http://code.google.com/p/google-guice/guice/
https://github.com/google/guice/blob/master/COPYING
Y
17
YProtocol Buffer Java APISelf licensedcom.google.protobuf:protobuf-java:2.5.0 - http://code.google.com/p/protobufhttps://github.com/google/protobufYY
18
Yre2jGO licensecom.google.re2j:re2j:1.0 - http://github.com/google/re2jhttps://github.com/google/re2jYNNNN
19
YJSON.simpleASLv2com.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
Yjava-xmlbuilderASLv2com.jamesmurty.utils:java-xmlbuilder:0.4 - http://code.google.com/p/java-xmlbuilder/https://github.com/jmurty/java-xmlbuilderY
21
YJSch3-clause BSDcom.jcraft:jsch:0.1.51 - http://www.jcraft.com/jsch/http://www.jcraft.com/jsch/LICENSE.txtYY0.1.420.1.42
22
Y
Microsoft Azure Storage Client SDK
ASLv2com.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
Y2.0.0N
23
YNimbus JOSE+JWTASLv2com.nimbusds:nimbus-jose-jwt:3.9 - https://bitbucket.org/connect2id/nimbus-jose-jwt
https://bitbucket.org/connect2id/nimbus-jose-jwt/src
YNN
24
YOkHttpASLv2com.squareup.okhttp:okhttp:2.4.0 - https://github.com/square/okhttp/okhttp
https://github.com/square/okhttp/tree/okhttp_24
YNN
25
YOkioASLv2com.squareup.okio:okio:1.4.0 - https://github.com/square/okio/okiohttps://github.com/square/okioYNN
26
YJerseyCDDL 1.1com.sun.jersey:jersey-client:1.9 - https://jersey.java.net/jersey-client/https://java.net/projects/jersey/Y
27
YParaNamer Core3-clause BSDcom.thoughtworks.paranamer:paranamer:2.3 - http://paranamer.codehaus.org/paranamerhttps://github.com/paul-hammant/paranamerY
28
YHPACKASLv2com.twitter:hpack:0.11.0 - http://github.com/twitter/hpack/hpackhttps://github.com/twitter/hpackYNN
29
YApache Commons BeanUtilsASLv2commons-beanutils:commons-beanutils:1.7.0 - no url definedhttps://commons.apache.org/YY
30
Commons CLIASLv2commons-cli:commons-cli:1.2 - http://commons.apache.org/cli/Y
31
Commons CodecASLv2
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 CollectionsASLv2commons-collections:commons-collections:3.2.2 - http://commons.apache.org/collections/Y
33
Commons ConfigurationASLv2commons-configuration:commons-configuration:1.6 - http://commons.apache.org/${pom.artifactId.substring(8)}/Y
34
Commons DaemonASLv2commons-daemon:commons-daemon:1.0.13 - http://commons.apache.org/daemon/Y
35
DigesterASLv2commons-digester:commons-digester:1.8 - http://jakarta.apache.org/commons/digester/Y
36
HttpClientASLv2commons-httpclient:commons-httpclient:3.1 - http://jakarta.apache.org/httpcomponents/httpclient-3.x/Y
37
Commons IOASLv2commons-io:commons-io:2.4 - http://commons.apache.org/io/Y
38
Commons LangASLv2
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 LoggingASLv2commons-logging:commons-logging:1.1.3 - http://commons.apache.org/proper/commons-logging/Y
40
Commons NetASLv2commons-net:commons-net:3.1 - http://commons.apache.org/net/Y
41
Commons PoolASLv2commons-pool:commons-pool:1.6 - http://commons.apache.org/pool/N
42
YfstASLv2de.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
YYNN
43
YNetty 3ASLv2io.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
YNetty 4ASLv2io.netty:netty-all:4.1.0.Beta5 - http://netty.io/netty-all/https://github.com/netty/netty/tree/4.1Y4.0.23.FinalN
45
YJavaBeans Activation FrameworkCDDL 1.0JAF
http://www.oracle.com/technetwork/articles/java/index-135046.html
N
46
Yjavax.injectASLv2javax.inject:javax.inject:1 - http://code.google.com/p/atinject/https://code.google.com/archive/p/atinject/Y
47
YJava Servlet APICDDL 1.0javax.servlet:javax.servlet-api:3.0.1 - http://servlet-spec.java.nethttps://java.net/projects/servlet-spec/YN
48
Yservlet-apiCDDL 1.0javax.servlet:servlet-api:2.5 - no url definedhttps://java.net/projects/servlet-spec/YY
49
Yjsp-apiCDDL 1.0javax.servlet.jsp:jsp-api:2.1 - no url definedYY
50
YJAXB API bundle for GlassFish V3CDDL 1.1javax.xml.bind:jaxb-api:2.2.2 - https://jaxb.dev.java.net/https://jaxb.java.net/2.2.2/NY
51
YJAXB RICDDL 1.1com.sun.xml.bind:jaxb-impl:2.2.3-1 - http://jaxb.java.net/https://jaxb.java.net/2.2.3u2/Y
52
YStreaming API for XMLCDDL 1.0javax.xml.stream:stax-api:1.0-2 - no url definedhttps://sjsxp.java.net/YY
53
YjdiffLGPL v2.1jdiff:jdiff:1.0.9 - no url definedhttp://javadiff.sourceforge.net/YN
54
YJLine3-clause BSDjline:jline:0.9.94 - http://jline.sourceforge.net
https://github.com/jline/jline/blob/master/LICENSE.txt
Y
55
YJoda-TimeASLv2joda-time:joda-time:2.8.1 - http://www.joda.org/joda-time/http://joda-time.sourceforge.net/license.htmlY2.9.32.9.3
56
YJUnitEPL v1.0junit:junit:4.11 - http://junit.orghttp://junit.org/junit4/license.htmlYY
57
YApache Log4jASLv2
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
ASLv2net.java.dev.jets3t:jets3t:0.9.0 - http://www.jets3t.orghttp://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/JCIPYYNN
60
YLZ4 and xxHashASLv2hamcresthttps://github.com/jpountz/lz4-javaNNNNN
61
YJSON Small and Fast ParserASLv2net.minidev:json-smart:1.1.1 - http://json-smart/
https://github.com/netplex/json-smart-v1/blob/master/LICENSE
Y
62
YEhcache CoreASLv2net.sf.ehcache:ehcache-core:2.4.4 - http://ehcache.org
https://github.com/ehcache/ehcache-jcache/blob/master/LICENSE.txt
NNN
63
YJOpt SimpleMITnet.sf.jopt-simple:jopt-simple:3.2 - http://jopt-simple.sourceforge.net
http://pholser.github.io/jopt-simple/license.html
NNNNN
64
YApache AntASLv2
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/YN
65
YApache AvroASLv2org.apache.avro:avro:1.7.4 - http://avro.apache.orgY
66
Ybookkeeper-serverASLv2org.apache.bookkeeper:bookkeeper-server:4.2.3 - http://maven.apache.orgN
67
YCommons CompressASLv2org.apache.commons:commons-compress:1.4.1 - http://commons.apache.org/compress/http://commons.apache.orgY
68
YApache Commons LangASLv2org.apache.commons:commons-lang3:3.3.2 - http://commons.apache.org/proper/commons-lang/YN
69
YCommons Math 2ASLv2org.apache.commons:commons-math:2.2 - http://commons.apache.org/math/Y
70
YCommons Math 3ASLv2org.apache.commons:commons-math3:3.1.1 - http://commons.apache.org/math/Y
71
YApache CuratorASLv2org.apache.curator:curator-client:2.7.1 - http://curator.apache.org/curator-client
https://github.com/apache/curator/blob/master/LICENSE
Y2.6.0
72
YApache Directory 1.0ASLv2api-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
YApacheDS 2.0ASLv2apacheds-i18n-2.0.0-M15.jar
apacheds-kerberos-codec-2.0.0-M15.jar
Y
74
Yhtrace-core4ASLv2org.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
YHttpClientASLv2org.apache.httpcomponents:httpclient:4.2.5 - http://hc.apache.org/httpcomponents-clienthttp://hc.apache.org/Y
76
YApache HttpCoreASLv2org.apache.httpcomponents:httpcore:4.2.5 - http://hc.apache.org/httpcomponents-core-ga
http://hc.apache.org/httpcomponents-core-ga/
Y
77
YApache KafkaASLv2org.apache.kafka:kafka_2.10:0.8.2.1 - http://kafka.apache.orgNNNNN
78
YApache MavenASLv2org.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
Y3.0
88
YApache MINA CoreASLv2org.apache.mina:mina-core:2.0.0-M5 - http://mina.apache.org/mina-corehttp://mina.apache.org/N
89
YApache Mina SSHD :: CoreASLv2org.apache.sshd:sshd-core:0.14.0 - http://www.apache.org/sshd/sshd-core/https://mina.apache.org/sshd-project/NNN
90
YApache TomcatASLv2Y
91
NTomcat EmbedASLv2org.apache.tomcat.embed:tomcat-embed-core:7.0.55 - http://tomcat.apache.org/http://tomcat.apache.org/index.htmlN
92
YApache ZooKeeperASLv2org.apache.zookeeper:zookeeper:3.4.6 - no url defined
https://github.com/apache/zookeeper/blob/branch-3.4/LICENSE.txt
YY
93
YBouncy Castle ProviderMITorg.bouncycastle:bcprov-jdk15on:1.51 - http://www.bouncycastle.org/java.htmlhttp://www.bouncycastle.org/license.htmlN
94
YJackson 1ASLv2org.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
YJettisonASLv2org.codehaus.jettison:jettison:1.1 - no url defined
https://github.com/codehaus/jettison/blob/jettison-1.1/src/main/resources/META-INF/LICENSE
YY
96
YPlexusASLv2org.codehaus.plexus:plexus-classworlds:2.2.3 - http://plexus.codehaus.org/plexus-classworlds/
https://codehaus-plexus.github.io/plexus-classworlds/license.html
N
97
Yleveldbjni-all3-clause BSDorg.fusesource.leveldbjni:leveldbjni-all:1.8 - http://leveldbjni.fusesource.org/leveldbjni-all
https://github.com/fusesource/leveldbjni/blob/master/license.txt
Y
98
Yjavax.servlet API v.3.0CDDL v1.0 + GPL v2 w/ CPEorg.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
YN
99
Ymanagement-apiCDDL v1.1 + GPL v2 w/ CPEorg.glassfish.external:management-api:3.0.0-b012 - http://kenai.com/hg/gmbal~gf_commonhttps://glassfish.java.net/license.html
Dual licensed CDDL v1.1 + GPL v2
N
100
Ygmbal-api-onlyCDDL v1.1 + GPL v2 w/ CPEorg.glassfish.gmbal:gmbal-api-only:3.0.0-b023 - http://kenai.com/hg/gmbal~masterN