I just finished checking all the licenses and the resume list is below.

NOTE: the pipe (|) indicate different name for the same license

(36 licenses different)

   - The MIT License | MIT License | MIT
   - GPL | GNU General Public License (GPL), version 2, with the Classpath
   exception
   - New BSD License | New BSD license | The New BSD License
   - BSD 2-Clause License
   - BSD 3 Clause | The BSD 3-Clause License | BSD 3-Clause "New" or
   "Revised" License (BSD-3-Clause | 3-Clause BSD License |BSD 3-clause |BSD
   3-clause |BSD 3-Clause | BSD 3 Clause License
   - BSD | The BSD License | BSD licence
   - Revised BSD
   - Apache License
   - ASF 2.0 | The Apache Software License, Version 2.0 | Apache License,
   Version 2.0 | Apache 2.0 License | Apache License Version 2.0 | Apache 2.0
   | Apache-2.0 | The Apache License, Version 2.0 | Apache License Version 2 |
   Apache 2 | http://www.apache.org/licenses/LICENSE-2.0.txt | Apache
   License 2.0 | Apache Software License - Version 2.0
   - Eclipse Public License 1.0 | Eclipse Public License - Version 1.0
   - Eclipse Public License v2.0
   - Public Domain
   - Unicode/ICU License
   - LGPL
   - GNU Lesser Public License
   - GNU Lesser General Public License (LGPL), Version 2.1 | GNU Lesser
   General Public License 2.1 | LGPL 2.1
   - MPL
   - Unknown license
   - MPL 1.1
   - HSQLDB License, a BSD open source license
   - GPL2 w/ CPE
   - http://asm.ow2.org/license.html
   - CDDL + GPLv2 with classpath exception
   - Dual license consisting of the CDDL v1.1 and GPL v2
   - Jython Software License
   - CC0
   - Public domain
   - The JSON License
   - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0)
   - The PostgreSQL License
   - CDDL 1.1
   - provided without support or warranty
   - CDDL+GPL License

I used the plugin org.codehaus.mojo:license-maven-plugin:2.0.0 to the
licenses attached on the file THIRD-PARTY.

if you find some license that you think we need to delete let me know, but
also many of them are like 2 or more levels of dependency down

Related to the trove4j(is the unique direct one), I will use the apache
commons library and I will put a "TODO" of doing a test with different
libraries, but i think it is not too much difference.

Best regards,
Bertty

On Thu, Sep 2, 2021 at 11:08 PM Christofer Dutz <[email protected]>
wrote:

> Have a look at Google guava
> https://github.com/google/guava
>
> Or, even better, apache commons.
>
> Chris
>
> Holen Sie sich Outlook für Android<https://aka.ms/AAb9ysg>
> ________________________________
> From: bertty contreras <[email protected]>
> Sent: Thursday, September 2, 2021 10:25:43 PM
> To: [email protected] <[email protected]>
> Subject: Re: Apache Wayang dependencies with other licenses
>
> Then i will remove the Trave4j(LGPL that we are using in the code), and i
> will figure out if exist an third party that is using some LGPL and notify
> to you.
>
> Best regards,
> Bertty
>
> On Thu 2. Sep 2021 at 18:30, Jean-Baptiste Onofre <[email protected]> wrote:
>
> > Yes, it’s my point: if it’s included like this and third party use wayang
> > as dependencies, then the LGPL dependency will come transitively.
> >
> > So it’s not good IMHO.
> >
> > Regards
> > JB
> >
> > > Le 2 sept. 2021 à 18:28, Christofer Dutz <[email protected]> a
> > écrit :
> > >
> > > I think he means: Adding a dependency in a pom.
> > >
> > > It's technically not included in the Apache release. However if you
> > build something with it, the end product will have to contain it. (A sort
> > of borderline case is if it's used for testing, but isn't included in the
> > final output, but that's a slippery slope).
> > >
> > > So in the end if someone would be building something with our Apache
> > licensed library, in the end he would be stuck with something that's
> > technically LGPL ... that's why we don't like that license.
> > >
> > > Chris
> > >
> > >
> > > -----Ursprüngliche Nachricht-----
> > > Von: Jean-Baptiste Onofre <[email protected]>
> > > Gesendet: Donnerstag, 2. September 2021 18:23
> > > An: [email protected]
> > > Betreff: Re: Apache Wayang dependencies with other licenses
> > >
> > > What do you mean by « linking » ? You mean use it as dependency ?
> > >
> > > Regards
> > > JB
> > >
> > >> Le 2 sept. 2021 à 18:21, Alexander Alten <[email protected]> a écrit :
> > >>
> > >> Thats right, but linking per pom.xml is not an issue, isn’t?
> > >>
> > >> —Alex
> > >>
> > >>> On 2. Sep 2021, at 18:18, Christofer Dutz <[email protected]
> >
> > wrote:
> > >>>
> > >>> Hi Alex,
> > >>>
> > >>> unfortunately this is not quite correct. Having LGPL2 is actually
> > something we are not allowed to use.
> > >>>
> > >>> Chris
> > >>>
> > >>> -----Ursprüngliche Nachricht-----
> > >>> Von: Alexander Alten <[email protected]>
> > >>> Gesendet: Donnerstag, 2. September 2021 08:25
> > >>> An: [email protected]
> > >>> Betreff: Re: Apache Wayang dependencies with other licenses
> > >>>
> > >>> Hi folks,
> > >>>
> > >>> According to
> > >>>
> https://opensource.stackexchange.com/questions/5664/linking-from-lgpl
> > >>> -2-1-software-to-apache-2-0-library/5756#5756
> > >>>
> > >>> the linking to LGPL2 libs is not problematic,  the permissive part
> > applies.
> > >>> In general the use of other libs, which are not distributed over the
> > project, is fine. We just need to make sure that we reference the library
> > in the pom.xml file and not distribute them directly.
> > >>> BSD license, as well as MIT are compatible.
> > >>>
> > >>> Chris, and mentors - any comments here before we start to draft the
> > first release?
> > >>>
> > >>> Best,
> > >>> --alex
> > >>>
> > >>> --
> > >>> Alexander Alten
> > >>> PPMC Apache Wayang
> > >>>
> > >>>
> > >>>
> > >>> On Tue, Aug 31, 2021, 23:57 Rodrigo Pardo Meza
> > >>> <[email protected]>
> > >>> wrote:
> > >>>
> > >>>> Hi folks,
> > >>>>
> > >>>> @bertty contreras <[email protected]> and I have been
> > >>>> working on the first release. To this end:
> > >>>>
> > >>>> (1) We checked the maintenance state of the libraries actively used
> > >>>> by Wayang. One of them (HPI) has been deleted and Experiments
> > >>>> storage functionalities have been incorporated into the code of
> > >>>> Wayang in order to extend them.
> > >>>>
> > >>>> (2) We checked the licenses of the libraries currently used by
> > Wayang.
> > >>>> Not going further to the licenses of the dependencies of these
> > >>>> libraries (Only was checked the first level of the dependency tree
> > >>>> of Wayang). We found the next observations:
> > >>>>
> > >>>> - trove4j
> > >>>> <https://mvnrepository.com/artifact/net.sf.trove4j/trove4j>
> > >>>> has LGPL 2.1 license
> > >>>> - antlr4
> > >>>> <https://mvnrepository.com/artifact/org.antlr/antlr4-runtime>
> > >>>> has BSD license
> > >>>> - paranamer
> > >>>> <
> https://mvnrepository.com/artifact/com.thoughtworks.paranamer/paran
> > >>>> am
> > >>>> er> has BSD licence. Spark has this dependency as well with runtime
> > >>>> scope, if Wayang does the same should be ok?
> > >>>> - hsqldb <https://mvnrepository.com/artifact/org.hsqldb/hsqldb> has
> > >>>> BSD license
> > >>>>
> > >>>> Someone can help us to find out if our project can use these
> > >>>> dependencies; otherwise, does anyone have suggestions of libraries
> > >>>> to replace them?
> > >>>>
> > >>>> Thanks in advance.
> > >>>>
> > >>>> Best regards
> > >>>>
> > >>
> > >
> >
> >
>
Lists of 306 third-party dependencies.
     (Public Domain) AOP alliance (aopalliance:aopalliance:1.0 - 
http://aopalliance.sourceforge.net)
     (Unknown license) ASM Core (asm:asm:3.1 - http://asm.objectweb.org/asm/)
     (ASF 2.0) Code Generation Library (cglib:cglib-nodep:2.2.2 - 
http://cglib.sourceforge.net/)
     (Apache 2) core (com.chuusai:shapeless_2.12:2.3.2 - 
https://github.com/milessabin/shapeless)
     (Apache License, Version 2.0) stream-lib 
(com.clearspring.analytics:stream:2.7.0 - https://github.com/addthis/stream-lib)
     (New BSD License) Kryo (com.esotericsoftware:kryo:3.0.1 - 
https://github.com/EsotericSoftware/kryo/kryo)
     (3-Clause BSD License) Kryo Shaded (com.esotericsoftware:kryo-shaded:4.0.2 
- https://github.com/EsotericSoftware/kryo/kryo-shaded)
     (New BSD License) MinLog (com.esotericsoftware:minlog:1.3.0 - 
https://github.com/EsotericSoftware/minlog)
     (New BSD License) ReflectASM (com.esotericsoftware:reflectasm:1.10.1 - 
https://github.com/EsotericSoftware/reflectasm)
     (New BSD License) Kryo (com.esotericsoftware.kryo:kryo:2.24.0 - 
https://github.com/EsotericSoftware/kryo)
     (New BSD License) MinLog (com.esotericsoftware.minlog:minlog:1.2 - 
http://code.google.com/p/minlog/)
     (Apache 2) Nifty client (com.facebook.nifty:nifty-client:0.14.0 - 
https://facebook.github.com/nifty/nifty-client)
     (Apache 2) Nifty Core (com.facebook.nifty:nifty-core:0.14.0 - 
https://facebook.github.com/nifty/nifty-core)
     (Apache 2) swift-annotations (com.facebook.swift:swift-annotations:0.14.0 
- https://facebook.github.com/swift-annotations/swift-root/swift-annotations)
     (Apache 2) swift-codec (com.facebook.swift:swift-codec:0.14.0 - 
https://facebook.github.com/swift-codec/swift-root/swift-codec)
     (Apache 2) swift-service (com.facebook.swift:swift-service:0.14.0 - 
https://facebook.github.com/swift-service/swift-root/swift-service)
     (BSD 3 Clause License) yjp-controller-api-redist 
(com.facebook.thirdparty.yourkit-api:yjp-controller-api-redist:11.0.10 - 
http://www.yourkit.com/)
     (The Apache Software License, Version 2.0) Jackson-annotations 
(com.fasterxml.jackson.core:jackson-annotations:2.11.2 - 
http://github.com/FasterXML/jackson)
     (The Apache Software License, Version 2.0) Jackson-core 
(com.fasterxml.jackson.core:jackson-core:2.11.2 - 
https://github.com/FasterXML/jackson-core)
     (The Apache Software License, Version 2.0) jackson-databind 
(com.fasterxml.jackson.core:jackson-databind:2.11.2 - 
http://github.com/FasterXML/jackson)
     (The Apache Software License, Version 2.0) Jackson module: Paranamer 
(com.fasterxml.jackson.module:jackson-module-paranamer:2.11.2 - 
https://github.com/FasterXML/jackson-modules-base)
     (The Apache Software License, Version 2.0) jackson-module-scala 
(com.fasterxml.jackson.module:jackson-module-scala_2.12:2.11.2 - 
http://wiki.fasterxml.com/JacksonModuleScala)
     (BSD 3 Clause) core (com.github.fommil.netlib:core:1.1.2 - 
https://github.com/fommil/netlib-java/core)
     (BSD 2-Clause License) zstd-jni (com.github.luben:zstd-jni:1.3.2-2 - 
https://github.com/luben/zstd-jni)
     (GPL) (LGPL) (MPL) JTransforms (com.github.rwl:jtransforms:2.4.0 - 
http://sourceforge.net/projects/jtransforms/)
     (MIT License) scopt (com.github.scopt:scopt_2.12:3.5.0 - 
https://github.com/scopt/scopt)
     (GNU Lesser Public License) FindBugs-Annotations 
(com.google.code.findbugs:annotations:2.0.2 - http://findbugs.sourceforge.net/)
     (The Apache Software License, Version 2.0) FindBugs-jsr305 
(com.google.code.findbugs:jsr305:1.3.9 - http://findbugs.sourceforge.net/)
     (The Apache Software License, Version 2.0) FindBugs-jsr305 
(com.google.code.findbugs:jsr305:3.0.0 - http://findbugs.sourceforge.net/)
     (The Apache Software License, Version 2.0) Gson 
(com.google.code.gson:gson:2.2.4 - http://code.google.com/p/google-gson/)
     (Apache 2.0) Gson (com.google.code.gson:gson:2.8.8 - 
https://github.com/google/gson/gson)
     (The Apache Software License, Version 2.0) Guava: Google Core Libraries 
for Java (com.google.guava:guava:11.0.2 - 
http://code.google.com/p/guava-libraries/guava)
     (The Apache Software License, Version 2.0) Guava: Google Core Libraries 
for Java (com.google.guava:guava:16.0.1 - 
http://code.google.com/p/guava-libraries/guava)
     (The Apache Software License, Version 2.0) Google Guice - Core Library 
(com.google.inject:guice:3.0 - http://code.google.com/p/google-guice/guice/)
     (The Apache Software License, Version 2.0) Google Guice - Extensions - 
MultiBindings (com.google.inject.extensions:guice-multibindings:3.0 - 
http://code.google.com/p/google-guice/extensions-parent/guice-multibindings/)
     (The Apache Software License, Version 2.0) Google Guice - Extensions - 
Servlet (com.google.inject.extensions:guice-servlet:3.0 - 
http://code.google.com/p/google-guice/extensions-parent/guice-servlet/)
     (New BSD license) Protocol Buffer Java API 
(com.google.protobuf:protobuf-java:2.5.0 - http://code.google.com/p/protobuf)
     (Unicode/ICU License) ICU4J (com.ibm.icu:icu4j:61.1 - 
http://icu-project.org/)
     (Apache License, Version 2.0) java-xmlbuilder 
(com.jamesmurty.utils:java-xmlbuilder:0.4 - 
http://code.google.com/p/java-xmlbuilder/)
     (Revised BSD) JSch (com.jcraft:jsch:0.1.54 - http://www.jcraft.com/jsch/)
     (Apache License 2.0) Compress-LZF (com.ning:compress-lzf:1.0.3 - 
http://github.com/ning/compress)
     (CDDL 1.1) (GPL2 w/ CPE) jersey-client (com.sun.jersey:jersey-client:1.9 - 
https://jersey.java.net/jersey-client/)
     (CDDL 1.1) (GPL2 w/ CPE) jersey-core (com.sun.jersey:jersey-core:1.9 - 
https://jersey.java.net/jersey-core/)
     (CDDL 1.1) (GPL2 w/ CPE) jersey-json (com.sun.jersey:jersey-json:1.9 - 
https://jersey.java.net/jersey-json/)
     (CDDL 1.1) (GPL2 w/ CPE) jersey-server (com.sun.jersey:jersey-server:1.9 - 
https://jersey.java.net/jersey-server/)
     (CDDL 1.1) (GPL2 w/ CPE) jersey-guice 
(com.sun.jersey.contribs:jersey-guice:1.9 - 
https://jersey.java.net/jersey-contribs/jersey-guice/)
     (CDDL 1.1) (GPL2 w/ CPE) JAXB RI (com.sun.xml.bind:jaxb-impl:2.2.3-1 - 
http://jaxb.java.net/)
     (BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.3 - 
http://paranamer.codehaus.org/paranamer)
     (BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.8 - 
https://github.com/paul-hammant/paranamer/paranamer)
     (Apache 2) chill-java (com.twitter:chill-java:0.7.6 - 
https://github.com/twitter/chill)
     (Apache 2) chill-java (com.twitter:chill-java:0.9.3 - 
https://github.com/twitter/chill)
     (Apache 2) chill (com.twitter:chill_2.12:0.7.6 - 
https://github.com/twitter/chill)
     (Apache 2) chill (com.twitter:chill_2.12:0.9.3 - 
https://github.com/twitter/chill)
     (Apache License, Version 2.0) config (com.typesafe:config:1.3.0 - 
https://github.com/typesafehub/config)
     (Apache License, Version 2.0) ssl-config-core 
(com.typesafe:ssl-config-core_2.12:0.2.1 - 
https://github.com/typesafehub/ssl-config)
     (Apache License, Version 2.0) akka-actor 
(com.typesafe.akka:akka-actor_2.12:2.4.20 - http://akka.io/)
     (Apache License, Version 2.0) akka-protobuf 
(com.typesafe.akka:akka-protobuf_2.12:2.4.20 - http://akka.io/)
     (Apache License, Version 2.0) akka-slf4j 
(com.typesafe.akka:akka-slf4j_2.12:2.4.20 - http://akka.io/)
     (Apache License, Version 2.0) akka-stream 
(com.typesafe.akka:akka-stream_2.12:2.4.20 - http://akka.io/)
     (Apache License 2.0) Metrics Core Library 
(com.yammer.metrics:metrics-core:2.2.0 - 
http://metrics.codahale.com/metrics-core/)
     (Unknown license) commons-beanutils 
(commons-beanutils:commons-beanutils:1.7.0 - no url defined)
     (The Apache Software License, Version 2.0) Commons BeanUtils Core 
(commons-beanutils:commons-beanutils-core:1.8.0 - 
http://commons.apache.org/beanutils/)
     (The Apache Software License, Version 2.0) Commons CLI 
(commons-cli:commons-cli:1.2 - http://commons.apache.org/cli/)
     (Apache License, Version 2.0) Apache Commons CLI 
(commons-cli:commons-cli:1.3.1 - http://commons.apache.org/proper/commons-cli/)
     (The Apache Software License, Version 2.0) Commons Codec 
(commons-codec:commons-codec:1.4 - http://commons.apache.org/codec/)
     (The Apache Software License, Version 2.0) Apache Commons Codec 
(commons-codec:commons-codec:1.9 - 
http://commons.apache.org/proper/commons-codec/)
     (Apache License, Version 2.0) Apache Commons Collections 
(commons-collections:commons-collections:3.2.2 - 
http://commons.apache.org/collections/)
     (The Apache Software License, Version 2.0) Commons Configuration 
(commons-configuration:commons-configuration:1.6 - 
http://commons.apache.org/${pom.artifactId.substring(8)}/)
     (The Apache Software License, Version 2.0) Commons Daemon 
(commons-daemon:commons-daemon:1.0.13 - http://commons.apache.org/daemon/)
     (The Apache Software License, Version 2.0) Digester 
(commons-digester:commons-digester:1.8 - 
http://jakarta.apache.org/commons/digester/)
     (Apache License) HttpClient (commons-httpclient:commons-httpclient:3.1 - 
http://jakarta.apache.org/httpcomponents/httpclient-3.x/)
     (The Apache Software License, Version 2.0) Commons IO 
(commons-io:commons-io:2.4 - http://commons.apache.org/io/)
     (The Apache Software License, Version 2.0) Commons Lang 
(commons-lang:commons-lang:2.6 - http://commons.apache.org/lang/)
     (The Apache Software License, Version 2.0) Commons Logging 
(commons-logging:commons-logging:1.1.3 - 
http://commons.apache.org/proper/commons-logging/)
     (The Apache Software License, Version 2.0) Commons Net 
(commons-net:commons-net:3.1 - http://commons.apache.org/net/)
     (The Apache Software License, Version 2.0) kryo serializers 
(de.javakaffee:kryo-serializers:0.29 - 
https://github.com/magro/kryo-serializers)
     (The Apache Software License, Version 2.0) Java Unified Expression 
Language API (de.odysseus.juel:juel-api:2.2.7 - 
http://juel.sourceforge.net/juel-api/)
     (The Apache Software License, Version 2.0) Java Unified Expression 
Language Implementation (de.odysseus.juel:juel-impl:2.2.7 - 
http://juel.sourceforge.net/juel-impl/)
     (Apache License 2.0) configuration (io.airlift:configuration:0.91 - 
https://github.com/airlift/airlift/configuration)
     (Apache License 2.0) slice (io.airlift:slice:0.5 - 
https://github.com/airlift/slice)
     (Apache License 2.0) stats (io.airlift:stats:0.91 - 
https://github.com/airlift/airlift/stats)
     (Apache License 2.0) units (io.airlift:units:0.91 - 
https://github.com/airlift/airlift/units)
     (Apache License 2.0) Metrics Core 
(io.dropwizard.metrics:metrics-core:3.1.5 - 
http://metrics.codahale.com/metrics-core/)
     (Apache License 2.0) Graphite Integration for Metrics 
(io.dropwizard.metrics:metrics-graphite:3.1.5 - 
http://metrics.codahale.com/metrics-graphite/)
     (Apache License 2.0) Jackson Integration for Metrics 
(io.dropwizard.metrics:metrics-json:3.1.5 - 
http://metrics.codahale.com/metrics-json/)
     (Apache License 2.0) JVM Integration for Metrics 
(io.dropwizard.metrics:metrics-jvm:3.1.5 - 
http://metrics.codahale.com/metrics-jvm/)
     (Apache License, Version 2.0) The Netty Project 
(io.netty:netty:3.6.2.Final - http://netty.io/)
     (Apache License, Version 2.0) The Netty Project 
(io.netty:netty:3.7.0.Final - http://netty.io/)
     (Apache License, Version 2.0) Netty (io.netty:netty:3.9.9.Final - 
http://netty.io/)
     (Apache License, Version 2.0) Netty/All-in-One 
(io.netty:netty-all:4.0.23.Final - http://netty.io/netty-all/)
     (Apache License, Version 2.0) Netty/All-in-One 
(io.netty:netty-all:4.1.17.Final - http://netty.io/netty-all/)
     (Apache License, Version 2.0) fastutil (it.unimi.dsi:fastutil:6.5.4 - 
http://fasutil.dsi.unimi.it/)
     (COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0) 
JavaBeans(TM) Activation Framework (javax.activation:activation:1.1.1 - 
http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp)
     (CDDL + GPLv2 with classpath exception) javax.annotation API 
(javax.annotation:javax.annotation-api:1.3.2 - 
http://jcp.org/en/jsr/detail?id=250)
     (The Apache Software License, Version 2.0) javax.inject 
(javax.inject:javax.inject:1 - http://code.google.com/p/atinject/)
     (CDDL + GPLv2 with classpath exception) Java Servlet API 
(javax.servlet:javax.servlet-api:3.1.0 - http://servlet-spec.java.net)
     (Unknown license) servlet-api (javax.servlet:servlet-api:2.5 - no url 
defined)
     (Unknown license) jsp-api (javax.servlet.jsp:jsp-api:2.1 - no url defined)
     (The Apache Software License, Version 2.0) Bean Validation API 
(javax.validation:validation-api:1.1.0.Final - http://beanvalidation.org)
     (CDDL 1.1) (GPL2 w/ CPE) javax.ws.rs-api 
(javax.ws.rs:javax.ws.rs-api:2.0.1 - http://jax-rs-spec.java.net)
     (CDDL 1.1) (GPL2 w/ CPE) Java Architecture for XML Binding 
(javax.xml.bind:jaxb-api:2.2.11 - http://jaxb.java.net/)
     (Eclipse Public License 1.0) JUnit (junit:junit:4.12 - http://junit.org)
     (The Apache Software License, Version 2.0) Apache Log4j 
(log4j:log4j:1.2.17 - http://logging.apache.org/log4j/1.2/)
     (Apache License, Version 2.0) Byte Buddy (without dependencies) 
(net.bytebuddy:byte-buddy:1.10.13 - https://bytebuddy.net/byte-buddy)
     (Apache License, Version 2.0) Byte Buddy agent 
(net.bytebuddy:byte-buddy-agent:1.10.13 - 
https://bytebuddy.net/byte-buddy-agent)
     (Public domain) base64 (net.iharder:base64:2.3.8 - 
http://iharder.net/base64/)
     (Apache License, Version 2.0) An open source Java toolkit for Amazon S3 
(net.java.dev.jets3t:jets3t:0.9.0 - http://www.jets3t.org)
     (MIT License) pyrolite (net.razorvine:pyrolite:4.13 - 
https://github.com/irmen/Pyrolite)
     (Apache 2) opencsv (net.sf.opencsv:opencsv:2.3 - http://opencsv.sf.net)
     (The New BSD License) Py4J (net.sf.py4j:py4j:0.10.7 - 
http://nexus.sonatype.org/oss-repository-hosting.html/py4j)
     (GNU Lesser General Public License 2.1) GNU Trove 
(net.sf.trove4j:trove4j:3.0.3 - http://trove4j.sf.net)
     (The BSD License) Fortran to Java ARPACK 
(net.sourceforge.f2j:arpack_combined_all:0.1 - http://f2j.sourceforge.net)
     (BSD 3-Clause "New" or "Revised" License (BSD-3-Clause)) abego TreeLayout 
Core (org.abego.treelayout:org.abego.treelayout.core:1.0.3 - 
http://treelayout.sourceforge.net)
     (Unknown license) StringTemplate 4 (org.antlr:ST4:4.3 - 
http://nexus.sonatype.org/oss-repository-hosting.html/ST4)
     (BSD licence) ANTLR 3 Runtime (org.antlr:antlr-runtime:3.5.2 - 
http://www.antlr.org)
     (The BSD License) ANTLR 4 Tool (org.antlr:antlr4:4.9.1 - 
http://www.antlr.org)
     (The BSD License) ANTLR 4 Runtime (org.antlr:antlr4-runtime:4.9.1 - 
http://www.antlr.org/antlr4-runtime)
     (The Apache Software License, Version 2.0) Apache Avro 
(org.apache.avro:avro:1.7.4 - http://avro.apache.org)
     (The Apache Software License, Version 2.0) Apache Avro 
(org.apache.avro:avro:1.8.2 - http://avro.apache.org)
     (The Apache Software License, Version 2.0) Apache Avro IPC 
(org.apache.avro:avro-ipc:1.8.2 - http://avro.apache.org)
     (The Apache Software License, Version 2.0) Apache Avro Mapred API 
(org.apache.avro:avro-mapred:1.8.2 - http://avro.apache.org/avro-mapred)
     (The Apache Software License, Version 2.0) Apache BVal :: bval-core 
(org.apache.bval:bval-core:0.5 - http://bval.apache.org/bval-core/)
     (The Apache Software License, Version 2.0) Apache BVal :: bval-jsr303 
(org.apache.bval:bval-jsr303:0.5 - http://bval.apache.org/bval-jsr303/)
     (The Apache Software License, Version 2.0) Commons Compress 
(org.apache.commons:commons-compress:1.4.1 - 
http://commons.apache.org/compress/)
     (The Apache Software License, Version 2.0) Apache Commons Compress 
(org.apache.commons:commons-compress:1.8.1 - 
http://commons.apache.org/proper/commons-compress/)
     (Apache License, Version 2.0) Apache Commons Crypto 
(org.apache.commons:commons-crypto:1.0.0 - 
http://commons.apache.org/proper/commons-crypto/)
     (The Apache Software License, Version 2.0) Apache Commons Lang 
(org.apache.commons:commons-lang3:3.3.2 - 
http://commons.apache.org/proper/commons-lang/)
     (The Apache Software License, Version 2.0) Commons Math 
(org.apache.commons:commons-math3:3.1.1 - http://commons.apache.org/math/)
     (The Apache Software License, Version 2.0) Apache Commons Math 
(org.apache.commons:commons-math3:3.4.1 - 
http://commons.apache.org/proper/commons-math/)
     (The Apache Software License, Version 2.0) Curator Client 
(org.apache.curator:curator-client:2.6.0 - 
http://curator.apache.org/curator-client)
     (The Apache Software License, Version 2.0) Curator Client 
(org.apache.curator:curator-client:2.7.1 - 
http://curator.apache.org/curator-client)
     (The Apache Software License, Version 2.0) Curator Framework 
(org.apache.curator:curator-framework:2.6.0 - 
http://curator.apache.org/curator-framework)
     (The Apache Software License, Version 2.0) Curator Framework 
(org.apache.curator:curator-framework:2.7.1 - 
http://curator.apache.org/curator-framework)
     (The Apache Software License, Version 2.0) Curator Recipes 
(org.apache.curator:curator-recipes:2.6.0 - 
http://curator.apache.org/curator-recipes)
     (The Apache Software License, Version 2.0) Curator Recipes 
(org.apache.curator:curator-recipes:2.7.1 - 
http://curator.apache.org/curator-recipes)
     (The Apache Software License, Version 2.0) Apache Directory API ASN.1 API 
(org.apache.directory.api:api-asn1-api:1.0.0-M20 - 
http://directory.apache.org/api-parent/api-asn1-parent/api-asn1-api/)
     (The Apache Software License, Version 2.0) Apache Directory LDAP API 
Utilities (org.apache.directory.api:api-util:1.0.0-M20 - 
http://directory.apache.org/api-parent/api-util/)
     (The Apache Software License, Version 2.0) ApacheDS I18n 
(org.apache.directory.server:apacheds-i18n:2.0.0-M15 - 
http://directory.apache.org/apacheds/1.5/apacheds-i18n)
     (The Apache Software License, Version 2.0) ApacheDS Protocol Kerberos 
Codec (org.apache.directory.server:apacheds-kerberos-codec:2.0.0-M15 - 
http://directory.apache.org/apacheds/1.5/apacheds-kerberos-codec)
     (The Apache Software License, Version 2.0) flink-annotations 
(org.apache.flink:flink-annotations:1.7.1 - 
http://flink.apache.org/flink-annotations)
     (The Apache Software License, Version 2.0) flink-clients 
(org.apache.flink:flink-clients_2.12:1.7.1 - 
http://flink.apache.org/flink-clients_2.12)
     (The Apache Software License, Version 2.0) flink-core 
(org.apache.flink:flink-core:1.7.1 - http://flink.apache.org/flink-core)
     (The Apache Software License, Version 2.0) flink-hadoop-compatibility 
(org.apache.flink:flink-hadoop-compatibility_2.12:1.7.1 - 
http://flink.apache.org/flink-connectors/flink-hadoop-compatibility_2.12)
     (The Apache Software License, Version 2.0) flink-hadoop-fs 
(org.apache.flink:flink-hadoop-fs:1.7.1 - 
http://flink.apache.org/flink-filesystems/flink-hadoop-fs)
     (The Apache Software License, Version 2.0) flink-java 
(org.apache.flink:flink-java:1.7.1 - http://flink.apache.org/flink-java)
     (The Apache Software License, Version 2.0) flink-metrics-core 
(org.apache.flink:flink-metrics-core:1.7.1 - 
http://flink.apache.org/flink-metrics/flink-metrics-core)
     (The Apache Software License, Version 2.0) flink-optimizer 
(org.apache.flink:flink-optimizer_2.12:1.7.1 - 
http://flink.apache.org/flink-optimizer_2.12)
     (The Apache Software License, Version 2.0) 
flink-queryable-state-client-java 
(org.apache.flink:flink-queryable-state-client-java_2.12:1.7.1 - 
http://flink.apache.org/flink-queryable-state/flink-queryable-state-client-java_2.12)
     (The Apache Software License, Version 2.0) flink-runtime 
(org.apache.flink:flink-runtime_2.12:1.7.1 - 
http://flink.apache.org/flink-runtime_2.12)
     (The Apache Software License, Version 2.0) flink-shaded-asm-5 
(org.apache.flink:flink-shaded-asm:5.0.4-5.0 - 
http://flink.apache.org/flink-shaded-asm)
     (The Apache Software License, Version 2.0) flink-shaded-guava-18 
(org.apache.flink:flink-shaded-guava:18.0-5.0 - 
http://flink.apache.org/flink-shaded-guava)
     (The Apache Software License, Version 2.0) flink-shaded-jackson-2 
(org.apache.flink:flink-shaded-jackson:2.7.9-5.0 - 
http://flink.apache.org/flink-shaded-jackson-parent/flink-shaded-jackson)
     (The Apache Software License, Version 2.0) flink-shaded-netty-4 
(org.apache.flink:flink-shaded-netty:4.1.24.Final-5.0 - 
http://flink.apache.org/flink-shaded-netty)
     (Apache License, Version 2.0) force-shading 
(org.apache.flink:force-shading:1.7.1 - https://www.apache.org/force-shading/)
     (Apache 2) Apache Giraph Blocks Framework 
(org.apache.giraph:giraph-block-app:1.2.0-hadoop2 - 
http://giraph.apache.org/giraph-block-app/)
     (Apache 2) Apache Giraph Core (org.apache.giraph:giraph-core:1.2.0-hadoop2 
- http://giraph.apache.org/giraph-core/)
     (Apache 2) Apache Giraph Examples 
(org.apache.giraph:giraph-examples:1.2.0-hadoop2 - 
http://giraph.apache.org/giraph-examples/)
     (The Apache Software License, Version 2.0) Apache Hadoop Annotations 
(org.apache.hadoop:hadoop-annotations:2.6.5 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop Annotations 
(org.apache.hadoop:hadoop-annotations:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) Apache Hadoop Auth 
(org.apache.hadoop:hadoop-auth:2.6.5 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop Auth 
(org.apache.hadoop:hadoop-auth:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) Apache Hadoop Client 
(org.apache.hadoop:hadoop-client:2.6.5 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop Client 
(org.apache.hadoop:hadoop-client:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) Apache Hadoop Common 
(org.apache.hadoop:hadoop-common:2.6.5 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop Common 
(org.apache.hadoop:hadoop-common:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) Apache Hadoop HDFS 
(org.apache.hadoop:hadoop-hdfs:2.6.5 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop HDFS 
(org.apache.hadoop:hadoop-hdfs:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) hadoop-mapreduce-client-app 
(org.apache.hadoop:hadoop-mapreduce-client-app:2.6.5 - no url defined)
     (Apache License, Version 2.0) hadoop-mapreduce-client-app 
(org.apache.hadoop:hadoop-mapreduce-client-app:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) hadoop-mapreduce-client-common 
(org.apache.hadoop:hadoop-mapreduce-client-common:2.6.5 - no url defined)
     (Apache License, Version 2.0) hadoop-mapreduce-client-common 
(org.apache.hadoop:hadoop-mapreduce-client-common:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) hadoop-mapreduce-client-core 
(org.apache.hadoop:hadoop-mapreduce-client-core:2.6.5 - no url defined)
     (Apache License, Version 2.0) hadoop-mapreduce-client-core 
(org.apache.hadoop:hadoop-mapreduce-client-core:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) 
hadoop-mapreduce-client-jobclient 
(org.apache.hadoop:hadoop-mapreduce-client-jobclient:2.6.5 - no url defined)
     (Apache License, Version 2.0) hadoop-mapreduce-client-jobclient 
(org.apache.hadoop:hadoop-mapreduce-client-jobclient:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) hadoop-mapreduce-client-shuffle 
(org.apache.hadoop:hadoop-mapreduce-client-shuffle:2.6.5 - no url defined)
     (Apache License, Version 2.0) hadoop-mapreduce-client-shuffle 
(org.apache.hadoop:hadoop-mapreduce-client-shuffle:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) hadoop-yarn-api 
(org.apache.hadoop:hadoop-yarn-api:2.6.5 - no url defined)
     (Apache License, Version 2.0) hadoop-yarn-api 
(org.apache.hadoop:hadoop-yarn-api:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) hadoop-yarn-client 
(org.apache.hadoop:hadoop-yarn-client:2.6.5 - no url defined)
     (Apache License, Version 2.0) hadoop-yarn-client 
(org.apache.hadoop:hadoop-yarn-client:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) hadoop-yarn-common 
(org.apache.hadoop:hadoop-yarn-common:2.6.5 - no url defined)
     (Apache License, Version 2.0) hadoop-yarn-common 
(org.apache.hadoop:hadoop-yarn-common:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) hadoop-yarn-server-common 
(org.apache.hadoop:hadoop-yarn-server-common:2.6.5 - no url defined)
     (Apache License, Version 2.0) hadoop-yarn-server-common 
(org.apache.hadoop:hadoop-yarn-server-common:2.7.7 - no url defined)
     (The Apache Software License, Version 2.0) htrace-core 
(org.apache.htrace:htrace-core:3.1.0-incubating - 
http://incubator.apache.org/projects/htrace.html)
     (Apache License) HttpClient (org.apache.httpcomponents:httpclient:4.1.2 - 
http://hc.apache.org/httpcomponents-client)
     (Apache License) HttpClient (org.apache.httpcomponents:httpclient:4.2.5 - 
http://hc.apache.org/httpcomponents-client)
     (Apache License) HttpCore (org.apache.httpcomponents:httpcore:4.1.2 - 
http://hc.apache.org/httpcomponents-core-ga)
     (Apache License) HttpCore (org.apache.httpcomponents:httpcore:4.2.4 - 
http://hc.apache.org/httpcomponents-core-ga)
     (The Apache Software License, Version 2.0) Apache Ivy 
(org.apache.ivy:ivy:2.4.0 - http://ant.apache.org/ivy/)
     (Apache License, Version 2.0) Apache Log4j API 
(org.apache.logging.log4j:log4j-api:2.14.0 - 
https://logging.apache.org/log4j/2.x/log4j-api/)
     (Apache License, Version 2.0) Apache Log4j Core 
(org.apache.logging.log4j:log4j-core:2.14.0 - 
https://logging.apache.org/log4j/2.x/log4j-core/)
     (Apache 2.0 License) Spark Project Core 
(org.apache.spark:spark-core_2.12:2.4.0 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project GraphX 
(org.apache.spark:spark-graphx_2.12:2.4.0 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Local DB 
(org.apache.spark:spark-kvstore_2.12:2.4.0 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Launcher 
(org.apache.spark:spark-launcher_2.12:2.4.0 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project ML Local Library 
(org.apache.spark:spark-mllib-local_2.12:2.4.0 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Networking 
(org.apache.spark:spark-network-common_2.12:2.4.0 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Shuffle Streaming Service 
(org.apache.spark:spark-network-shuffle_2.12:2.4.0 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Tags 
(org.apache.spark:spark-tags_2.12:2.4.0 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Unsafe 
(org.apache.spark:spark-unsafe_2.12:2.4.0 - http://spark.apache.org/)
     (Apache License, Version 2.0) Wayang API Scala-Java 
(org.apache.wayang:wayang-api-scala-java:0.6.0-SNAPSHOT - 
https://wayang.apache.org/wayang-api/wayang-api-scala-java)
     (Apache License, Version 2.0) Wayang Basic 
(org.apache.wayang:wayang-basic:0.6.0-SNAPSHOT - 
https://wayang.apache.org/wayang-commons/wayang-basic)
     (Apache License, Version 2.0) Wayang Core 
(org.apache.wayang:wayang-core:0.6.0-SNAPSHOT - 
https://wayang.apache.org/wayang-commons/wayang-core)
     (Apache License, Version 2.0) Wayang Platform Apache Flink 
(org.apache.wayang:wayang-flink:0.6.0-SNAPSHOT - 
https://wayang.apache.org/wayang-platforms/wayang-flink)
     (Apache License, Version 2.0) Wayang Platform Giraph 
(org.apache.wayang:wayang-giraph:0.6.0-SNAPSHOT - 
https://wayang.apache.org/wayang-platforms/wayang-giraph)
     (Apache License, Version 2.0) Wayang Platform Java 
(org.apache.wayang:wayang-java:0.6.0-SNAPSHOT - 
https://wayang.apache.org/wayang-platforms/wayang-java)
     (Apache License, Version 2.0) Wayang Platform JDBC Template 
(org.apache.wayang:wayang-jdbc-template:0.6.0-SNAPSHOT - 
https://wayang.apache.org/wayang-platforms/wayang-jdbc-template)
     (Apache License, Version 2.0) Wayang Platform Postgres 
(org.apache.wayang:wayang-postgres:0.6.0-SNAPSHOT - 
https://wayang.apache.org/wayang-platforms/wayang-postgres)
     (Apache License, Version 2.0) Wayang Platform Spark 
(org.apache.wayang:wayang-spark:0.6.0-SNAPSHOT - 
https://wayang.apache.org/wayang-platforms/wayang-spark)
     (Apache License, Version 2.0) Wayang Platform SQLite3 
(org.apache.wayang:wayang-sqlite3:0.6.0-SNAPSHOT - 
https://wayang.apache.org/wayang-platforms/wayang-sqlite3)
     (Apache License, Version 2.0) wayang-utils-profile-db 
(org.apache.wayang:wayang-utils-profile-db:0.6.0-SNAPSHOT - 
https://wayang.apache.org/wayang-commons/wayang-utils-profile-db)
     (http://asm.ow2.org/license.html) 
(http://www.apache.org/licenses/LICENSE-2.0.txt) Apache XBean :: ASM 6 shaded 
(repackaged) (org.apache.xbean:xbean-asm6-shaded:4.8 - 
http://geronimo.apache.org/maven/xbean/4.8/xbean-asm6-shaded)
     (Unknown license) zookeeper (org.apache.zookeeper:zookeeper:3.4.6 - no url 
defined)
     (The Apache License, Version 2.0) org.apiguardian:apiguardian-api 
(org.apiguardian:apiguardian-api:1.1.0 - 
https://github.com/apiguardian-team/apiguardian)
     (Apache License, Version 2.0) AssertJ fluent assertions 
(org.assertj:assertj-core:3.17.2 - http://assertj.org/assertj-core)
     (BSD) grizzled-slf4j (org.clapper:grizzled-slf4j_2.12:1.3.2 - 
http://software.clapper.org/grizzled-slf4j/)
     (The Apache Software License, Version 2.0) Jackson 
(org.codehaus.jackson:jackson-core-asl:1.9.13 - http://jackson.codehaus.org)
     (GNU Lesser General Public License (LGPL), Version 2.1) (The Apache 
Software License, Version 2.0) JAX-RS provider for JSON content type 
(org.codehaus.jackson:jackson-jaxrs:1.8.3 - http://jackson.codehaus.org)
     (GNU Lesser General Public License (LGPL), Version 2.1) (The Apache 
Software License, Version 2.0) JAX-RS provider for JSON content type 
(org.codehaus.jackson:jackson-jaxrs:1.9.13 - http://jackson.codehaus.org)
     (The Apache Software License, Version 2.0) Data Mapper for Jackson 
(org.codehaus.jackson:jackson-mapper-asl:1.9.13 - http://jackson.codehaus.org)
     (GNU Lesser General Public License (LGPL), Version 2.1) (The Apache 
Software License, Version 2.0) Xml Compatibility extensions for Jackson 
(org.codehaus.jackson:jackson-xc:1.8.3 - http://jackson.codehaus.org)
     (GNU Lesser General Public License (LGPL), Version 2.1) (The Apache 
Software License, Version 2.0) Xml Compatibility extensions for Jackson 
(org.codehaus.jackson:jackson-xc:1.9.13 - http://jackson.codehaus.org)
     (Unknown license) Jettison (org.codehaus.jettison:jettison:1.1 - no url 
defined)
     (The BSD 3-Clause License) leveldbjni-all 
(org.fusesource.leveldbjni:leveldbjni-all:1.8 - 
http://leveldbjni.fusesource.org/leveldbjni-all)
     (Dual license consisting of the CDDL v1.1 and GPL v2) JSR 353 (JSON 
Processing) Default Provider (org.glassfish:javax.json:1.0.4 - 
http://jsonp.java.net)
     (CDDL + GPLv2 with classpath exception) HK2 API module 
(org.glassfish.hk2:hk2-api:2.4.0-b34 - https://hk2.java.net/hk2-api)
     (CDDL + GPLv2 with classpath exception) ServiceLocator Default 
Implementation (org.glassfish.hk2:hk2-locator:2.4.0-b34 - 
https://hk2.java.net/hk2-locator)
     (CDDL + GPLv2 with classpath exception) HK2 Implementation Utilities 
(org.glassfish.hk2:hk2-utils:2.4.0-b34 - https://hk2.java.net/hk2-utils)
     (CDDL + GPLv2 with classpath exception) OSGi resource locator bundle - 
used by various API providers that rely on META-INF/services mechanism to 
locate providers. (org.glassfish.hk2:osgi-resource-locator:1.0.1 - 
http://glassfish.org/osgi-resource-locator/)
     (CDDL + GPLv2 with classpath exception) aopalliance version 1.0 repackaged 
as a module (org.glassfish.hk2.external:aopalliance-repackaged:2.4.0-b34 - 
https://hk2.java.net/external/aopalliance-repackaged)
     (CDDL + GPLv2 with classpath exception) javax.inject:1 as OSGi bundle 
(org.glassfish.hk2.external:javax.inject:2.4.0-b34 - 
https://hk2.java.net/external/javax.inject)
     (CDDL+GPL License) jersey-repackaged-guava 
(org.glassfish.jersey.bundles.repackaged:jersey-guava:2.22.2 - 
https://jersey.java.net/project/project/jersey-guava/)
     (CDDL+GPL License) jersey-container-servlet 
(org.glassfish.jersey.containers:jersey-container-servlet:2.22.2 - 
https://jersey.java.net/project/jersey-container-servlet/)
     (CDDL+GPL License) jersey-container-servlet-core 
(org.glassfish.jersey.containers:jersey-container-servlet-core:2.22.2 - 
https://jersey.java.net/project/jersey-container-servlet-core/)
     (CDDL+GPL License) jersey-core-client 
(org.glassfish.jersey.core:jersey-client:2.22.2 - 
https://jersey.java.net/jersey-client/)
     (CDDL+GPL License) jersey-core-common 
(org.glassfish.jersey.core:jersey-common:2.22.2 - 
https://jersey.java.net/jersey-common/)
     (CDDL+GPL License) jersey-core-server 
(org.glassfish.jersey.core:jersey-server:2.22.2 - 
https://jersey.java.net/jersey-server/)
     (CDDL+GPL License) jersey-media-jaxb 
(org.glassfish.jersey.media:jersey-media-jaxb:2.22.2 - 
https://jersey.java.net/project/jersey-media-jaxb/)
     (New BSD License) Hamcrest Core (org.hamcrest:hamcrest-core:1.3 - 
https://github.com/hamcrest/JavaHamcrest/hamcrest-core)
     (HSQLDB License, a BSD open source license) HyperSQL Database 
(org.hsqldb:hsqldb:2.3.4 - http://hsqldb.org)
     (The Apache Software License, Version 2.0) htrace-core 
(org.htrace:htrace-core:3.0.4 - https://github.com/cloudera/htrace)
     (Apache License 2.0) (LGPL 2.1) (MPL 1.1) Javassist 
(org.javassist:javassist:3.18.1-GA - http://www.javassist.org/)
     (Apache License 2.0) (LGPL 2.1) (MPL 1.1) Javassist 
(org.javassist:javassist:3.19.0-GA - http://www.javassist.org/)
     (Apache License, Version 2.0) TypeTools (org.jodah:typetools:0.2.1 - 
http://github.com/jhalterman/typetools/)
     (provided without support or warranty) JSON (JavaScript Object Notation) 
(org.json:json:20090211 - http://www.json.org/java/index.html)
     (The JSON License) JSON in Java (org.json:json:20160212 - 
https://github.com/douglascrockford/JSON-java)
     (Apache-2.0) json4s-ast (org.json4s:json4s-ast_2.12:3.5.3 - 
https://github.com/json4s/json4s)
     (Apache-2.0) json4s-core (org.json4s:json4s-core_2.12:3.5.3 - 
https://github.com/json4s/json4s)
     (Apache-2.0) json4s-jackson (org.json4s:json4s-jackson_2.12:3.5.3 - 
https://github.com/json4s/json4s)
     (Apache-2.0) json4s-scalap (org.json4s:json4s-scalap_2.12:3.5.3 - 
https://github.com/json4s/json4s)
     (Eclipse Public License v2.0) JUnit Jupiter (Aggregator) 
(org.junit.jupiter:junit-jupiter:5.6.1 - https://junit.org/junit5/)
     (Eclipse Public License v2.0) JUnit Jupiter API 
(org.junit.jupiter:junit-jupiter-api:5.6.1 - https://junit.org/junit5/)
     (Eclipse Public License v2.0) JUnit Jupiter Engine 
(org.junit.jupiter:junit-jupiter-engine:5.6.1 - https://junit.org/junit5/)
     (Eclipse Public License v2.0) JUnit Jupiter Params 
(org.junit.jupiter:junit-jupiter-params:5.6.1 - https://junit.org/junit5/)
     (Eclipse Public License v2.0) JUnit Platform Commons 
(org.junit.platform:junit-platform-commons:1.6.1 - https://junit.org/junit5/)
     (Eclipse Public License v2.0) JUnit Platform Engine API 
(org.junit.platform:junit-platform-engine:1.6.1 - https://junit.org/junit5/)
     (Eclipse Public License v2.0) JUnit Vintage Engine 
(org.junit.vintage:junit-vintage-engine:5.6.1 - https://junit.org/junit5/)
     (The Apache Software License, Version 2.0) LZ4 and xxHash 
(org.lz4:lz4-java:1.4.0 - https://github.com/lz4/lz4-java)
     (The MIT License) mockito-core (org.mockito:mockito-core:3.5.10 - 
https://github.com/mockito/mockito)
     (The MIT License) mockito-junit-jupiter 
(org.mockito:mockito-junit-jupiter:3.5.10 - https://github.com/mockito/mockito)
     (Apache Software License - Version 2.0) (Eclipse Public License - Version 
1.0) Jetty Server (org.mortbay.jetty:jetty:6.1.26 - 
http://www.eclipse.org/jetty/jetty-parent/project/modules/jetty)
     (Apache License Version 2) Jetty SSLEngine 
(org.mortbay.jetty:jetty-sslengine:6.1.26 - http://jetty.mortbay.org)
     (Apache Software License - Version 2.0) (Eclipse Public License - Version 
1.0) Jetty Utilities (org.mortbay.jetty:jetty-util:6.1.26 - 
http://www.eclipse.org/jetty/jetty-parent/project/jetty-util)
     (Apache 2) Objenesis (org.objenesis:objenesis:2.1 - http://objenesis.org)
     (Apache License, Version 2.0) Objenesis (org.objenesis:objenesis:3.1 - 
http://objenesis.org)
     (GNU General Public License (GPL), version 2, with the Classpath 
exception) Java Object Layout: Core (org.openjdk.jol:jol-core:0.1 - 
http://maven.apache.org)
     (The Apache License, Version 2.0) org.opentest4j:opentest4j 
(org.opentest4j:opentest4j:1.2.0 - https://github.com/ota4j-team/opentest4j)
     (BSD) ASM Core (org.ow2.asm:asm:5.0.3 - http://asm.objectweb.org/asm/)
     (The PostgreSQL License) PostgreSQL JDBC Driver - JDBC 4.2 
(org.postgresql:postgresql:9.4.1208 - https://github.com/pgjdbc/pgjdbc)
     (Jython Software License) Jython (org.python:jython:2.5.3 - 
http://www.jython.org/)
     (CC0) reactive-streams (org.reactivestreams:reactive-streams:1.0.0 - 
http://www.reactive-streams.org/)
     (Apache 2) RoaringBitmap (org.roaringbitmap:RoaringBitmap:0.5.11 - 
https://github.com/lemire/RoaringBitmap)
     (Apache License Version 2.0) RRD4J (org.rrd4j:rrd4j:2.2 - 
http://code.google.com/p/rrd4j/)
     (Apache-2.0) Scala Library (org.scala-lang:scala-library:2.12.12 - 
https://www.scala-lang.org/)
     (BSD 3-Clause) Scala Compiler (org.scala-lang:scala-reflect:2.12.1 - 
http://www.scala-lang.org/)
     (BSD 3-clause) scala-java8-compat 
(org.scala-lang.modules:scala-java8-compat_2.12:0.8.0 - 
http://www.scala-lang.org/)
     (BSD 3-clause) scala-parser-combinators 
(org.scala-lang.modules:scala-parser-combinators_2.12:1.0.4 - 
http://www.scala-lang.org/)
     (BSD 3-clause) scala-xml (org.scala-lang.modules:scala-xml_2.12:1.0.6 - 
http://www.scala-lang.org/)
     (Apache 2) breeze-macros (org.scalanlp:breeze-macros_2.12:0.13.2 - 
http://scalanlp.org/)
     (Apache 2) breeze (org.scalanlp:breeze_2.12:0.13.2 - http://scalanlp.org/)
     (MIT License) JCL 1.1.1 implemented over SLF4J 
(org.slf4j:jcl-over-slf4j:1.7.16 - http://www.slf4j.org)
     (MIT License) JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:1.7.16 - 
http://www.slf4j.org)
     (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.10 - 
http://www.slf4j.org)
     (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.16 - 
http://www.slf4j.org)
     (MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.10 - 
http://www.slf4j.org)
     (MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.16 - 
http://www.slf4j.org)
     (The Apache License, Version 2.0) empty 
(org.spark-project.spark:unused:1.0.0 - 
http://nexus.sonatype.org/oss-repository-hosting.html/unused)
     (MIT) macros (org.spire-math:spire-macros_2.12:0.13.0 - 
http://spire-math.org)
     (MIT) core (org.spire-math:spire_2.12:0.13.0 - http://spire-math.org)
     (Public Domain) XZ for Java (org.tukaani:xz:1.0 - 
http://tukaani.org/xz/java.html)
     (Public Domain) XZ for Java (org.tukaani:xz:1.5 - 
http://tukaani.org/xz/java.html)
     (MIT) machinist (org.typelevel:machinist_2.12:0.6.1 - 
http://github.com/typelevel/machinist)
     (Apache 2) core (org.typelevel:macro-compat_2.12:1.1.1 - 
https://github.com/milessabin/macro-compat)
     (The Apache Software License, Version 2.0) jmxutils 
(org.weakref:jmxutils:1.16 - https://github.com/martint/jmxutils)
     (The Apache Software License, Version 2.0) SQLite JDBC 
(org.xerial:sqlite-jdbc:3.8.11.2 - 
http://nexus.sonatype.org/oss-repository-hosting.html/sqlite-jdbc)
     (The Apache Software License, Version 2.0) Snappy for Java 
(org.xerial.snappy:snappy-java:1.0.4.1 - http://code.google.com/p/snappy-java/)
     (The Apache Software License, Version 2.0) snappy-java 
(org.xerial.snappy:snappy-java:1.1.2.1 - https://github.com/xerial/snappy-java)
     (The Apache Software License, Version 2.0) snappy-java 
(org.xerial.snappy:snappy-java:1.1.4 - https://github.com/xerial/snappy-java)
     (The Apache Software License, Version 2.0) snappy-java 
(org.xerial.snappy:snappy-java:1.1.7.1 - https://github.com/xerial/snappy-java)
     (Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.17 - 
http://www.snakeyaml.org)
     (Unknown license) oro (oro:oro:2.0.8 - no url defined)
     (The Apache Software License, Version 2.0) Xerces2 Java Parser 
(xerces:xercesImpl:2.9.1 - http://xerces.apache.org/xerces2-j)
     (The Apache Software License, Version 2.0) XML Commons External Components 
XML APIs (xml-apis:xml-apis:1.3.04 - 
http://xml.apache.org/commons/components/external/)
     (The BSD License) xmlenc Library (xmlenc:xmlenc:0.52 - 
http://xmlenc.sourceforge.net)

Reply via email to