Overview

This is an assessment of the Griffin podling’s maturity, meant to help inform the decision (of the mentors, community, Incubator PMC and ASF Board of Directors) to graduate it as a top-level Apache project.

It is based on the ASF project maturity model at https://community.apache.org/apache-way/apache-project-maturity-model.html

Status of this document

All open items are updated with the latest status.

Maturity model assessment

Mentors and community members are encouraged to contribute to this page and comment on it, the following table summarizes project’s self-assessment against the Apache Maturity Model.

IDDescriptionStatus

Code

CD10

The project produces Open Source software, for distribution to the public at no charge.[1]

YES. The project source code is licensed under the Apache License, version 2.0.

CD20

The project's code is easily discoverable and publicly accessible.

YES. Linked from the website, available via git.apache.org and GitHub.

CD30

The code can be built in a reproducible way using widely available standard tools.

YES. The build uses Apache Maven, and continuous integration is used, please find the build command.

CD40

The full history of the project's code is available via a source code control system, in a way that allows any released version to be recreated.

YES. Using Git, main repository at https://git-wip-us.apache.org/repos/asf?p=incubator-griffin.git, releases are cut from that repository. All releases are tagged.

CD50

The provenance of each line of code is established via the source code control system, in a reliable way based on strong authentication of the committer. When third-party contributions are committed, commit messages provide reliable information about the code provenance.[2]

YES. The project uses a git repository, managed by Apache Infra, ensuring provenance of each line of code to a committer. Third party contributions are accepted in accordance with the Contribution Guide only.

Licenses and Copyright

LC10

The code is released under the Apache License, version 2.0.

YES. Source distributions clearly state license. Convenience binaries clearly state license.

LC20

Libraries that are mandatory dependencies of the project's code do not create more restrictions than the Apache License does.[3], [4]

YES. The list of mandatory dependencies have been reviewed to contain approved licenses only. See below.

LC30

The libraries mentioned in LC20 are available as Open Source software.

YES. All mandatory dependencies are available as open source software. See below.

LC40

Committers are bound by an Individual Contributor Agreement (the "Apache iCLA") that defines which code they are allowed to commit and how they need to identify code that is not their own.

YES. The project uses a repository managed by Apache Infra -- write access requires an Apache account, which requires an ICLA on file.

LC50

The copyright ownership of everything that the project produces is clearly defined and documented.[5]

YES. All files in the source repository have appropriate headers (see below).

Even further, Software Grant Agreements for the initial donations and Corporate CLAs have been filed.

Releases

RE10

Releases consist of source code, distributed using standard and open archive formats that are expected to stay readable in the long term.[6]

YESSource releases are distributed via dist.apache.org and linked from the website (at the bottom of Release page).

RE20

Releases are approved by the project's PMC (see CS10), in order to make them an act of the Foundation.

YES. All incubating releases have been unanimously approved by the Griffin community and the Incubator, all with at least 3 (P)PMC votes.

RE30

Releases are signed and/or distributed along with digests that can be reliably used to validate the downloaded archives.

YES. All releases are signed, and the KEYS file is provided on dist.apache.org.

RE40

Convenience binaries can be distributed alongside source code but they are not Apache Releases -- they are just a convenience provided with no guarantee.

YES. Convenience binaries are distributed via Maven Central Repository only. They are not distributed via dist.apache.org.

RE50

The release process is documented and repeatable to the extent that someone new to the project is able to independently generate the complete set of artifacts required for a release.

YESRelease guide is available describing the entire process. The Griffin releases have been performed by two different release manager.

Quality

QU10

The project is open and honest about the quality of its code. Various levels of quality and maturity for various modules are natural and acceptable as long as they are clearly communicated.

YES. The project records all bugs in the Apache’s JIRA issue tracker. Also, the project integrates CI check.

QU20

The project puts a very high priority on producing secure software.[7]

YES. Security issues are treated with the highest priority.

QU30

The project provides a well-documented channel to report security issues, along with a documented way of responding to them.

YES. There's a security document on website, which provides a link to the ASF security information.

QU40

The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features.

YES. Each release notes contains a "Highlights" and "New Feature". The project aims to make no backward incompatible changes within a given major version.

QU50

The project strives to respond to documented bug reports in a timely manner.

YES. Response times on the dev list, user list and jira are good.

Community

CO10

The project has a well-known homepage that points to all the information required to operate according to this maturity model.

YES. The project website has a description of the project with technical details, how to contribute, team.

CO20

The community welcomes contributions from anyone who acts in good faith and in a respectful manner and adds value to the project.

YES. It’s part of the contribution guide and the current committers are really keen to welcome contributions.

CO30

Contributions include not only source code, but also documentation, constructive bug reports, constructive discussions, marketing and generally anything that adds value to the project.

YES. The contribution guide refers to non source code contribution, like documentation.

CO40

The community is meritocratic and over time aims to give more rights and responsibilities to contributors who add value to the project.

YES. The community has elected 1 new committers during incubation, based on meritocracy.

CO50

The way in which contributors can be granted more rights such as commit access or decision power is clearly documented and is the same for all contributors.

YES. The criteria is documented in the contribution guide.

CO60

The community operates based on consensus of its members (see CS10) who have decision power. Dictators, benevolent or not, are not welcome in Apache projects.

YES. The project works to build consensus. All votes have been unanimous so far.

CO70

The project strives to answer user questions in a timely manner.

YES. The project typically provides detailed answers to user questions within 48 hours via dev@ mailing list and users@ mailing list.

Consensus Building

CS10

The project maintains a public list of its contributors who have decision power -- the project's PMC (Project Management Committee) consists of those contributors.

YES. The PMC and committers list.

CS20

Decisions are made by consensus among PMC members [9] and are documented on the project's main communications channel. Community opinions are taken into account but the PMC has the final word if needed.

YES. The project has been making important decisions on the project mailing lists. Vast majority of, if not all, decisions have had a consensus without any PPMC action needed.

CS30

Documented voting rules are used to build consensus when discussion is not sufficient. [10]

YES. The project uses the standard ASF voting rules. Voting rules are clearly stated before the voting starts for each individual vote.

CS40

In Apache projects, vetoes are only valid for code commits and are justified by a technical explanation, as per the Apache voting rules defined in CS30.

YES. The project hasn’t used a veto at any point and relies on robust code reviews.

CS50

All "important" discussions happen asynchronously in written form on the project's main communications channel. Offline, face-to-face or private discussions [11] that affect the project are also documented on that channel.

YES. The project has been making important decisions on the project mailing lists. Minor decisions may occasionally happen during code reviews, which are also asynchronous and in written form.

Independence

IN10

The project is independent from any corporate or organizational influence. [12]

YES. The project is contributed by people from different organizations and some individual contributors. No company or organization has significantly more influence than any other. We can note a growth of the contributions coming from different committers.

Committers [http://griffin.incubator.apache.org/docs/community.html]

Contributors[http://griffin.incubator.apache.org/docs/contributors.html]

IN20

Contributors act as themselves as opposed to representatives of a corporation or organization.

YES. The committers and contributors act on their own initiative without representing a corporation or organization.

 

Dependency analysis

This section analyses project’s direct and transitive dependencies to ensure compliance with Apache Software Foundation’s policies and guidelines.

 

License analysis

The following is a list of licenses for all direct and transitive dependencies. The list is annotated where applicable.

Lists of 236 third-party dependencies.
     (The Apache Software License, Version 2.0) ant (ant:ant:1.6.5 - http://www.apache.org/ant/)
     (BSD License) AntLR Parser Generator (antlr:antlr:2.7.7 - http://www.antlr.org/)
     (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/)
     (GNU LESSER GENERAL PUBLIC LICENSE) c3p0:JDBC DataSources/Resource Pools (c3p0:c3p0:0.9.1.1 - http://c3p0.sourceforge.net)
     (The Apache Software License, Version 2.0) Tephra API (co.cask.tephra:tephra-api:0.6.0 - https://github.com/caskdata/tephra/tephra-api)
     (The Apache Software License, Version 2.0) Tephra Core (co.cask.tephra:tephra-core:0.6.0 - https://github.com/caskdata/tephra/tephra-core)
     (The Apache Software License, Version 2.0) Tephra HBase 1.0 Compatibility (co.cask.tephra:tephra-hbase-compat-1.0:0.6.0 - https://github.com/caskdata/tephra/tephra-hbase-compat-1.0)
     (The Apache Software License, Version 2.0) livy-api (com.cloudera.livy:livy-api:0.3.0 - http://livy.io/livy-api/)
     (The Apache Software License, Version 2.0) livy-client-common (com.cloudera.livy:livy-client-common:0.3.0 - http://livy.io/livy-client-common/)
     (The Apache Software License, Version 2.0) livy-core_2.10 (com.cloudera.livy:livy-core_2.10:0.3.0 - http://livy.io/multi-scala-project-root/livy-core-parent/livy-core_2.10/)
     (New BSD License) Kryo (com.esotericsoftware.kryo:kryo:2.22 - http://code.google.com/p/kryo/)
     (The Apache Software License, Version 2.0) ClassMate (com.fasterxml:classmate:1.3.3 - http://github.com/cowtowncoder/java-classmate)
     (The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.8.0 - http://github.com/FasterXML/jackson)
     (The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.8.6 - https://github.com/FasterXML/jackson-core)
     (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.6.3 - http://github.com/FasterXML/jackson)
     (Apache License, Version 2.0) Hadoop Metrics2 Reporter for Dropwizard Metrics (com.github.joshelser:dropwizard-metrics-hadoop-metrics2-reporter:0.1.2 - https://github.com/joshelser/dropwizard-hadoop-metrics2)
     (Apache License, Version 2.0) Findbugs Annotations under Apache License (com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1 - http://stephenc.github.com/findbugs-annotations)
     (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.0 - http://findbugs.sourceforge.net/)
     (Apache 2.0) Gson (com.google.code.gson:gson:2.8.0 - https://github.com/google/gson/gson)
     (The Apache Software License, Version 2.0) Guava: Google Core Libraries for Java (com.google.guava:guava:14.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 - AssistedInject (com.google.inject.extensions:guice-assistedinject:3.0 - http://code.google.com/p/google-guice/extensions-parent/guice-assistedinject/)
     (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)
     (MPL 2.0 or EPL 1.0) H2 Database Engine (com.h2database:h2:1.4.193 - http://www.h2database.com)
     (The Apache Software License, Version 2.0) Json Path (com.jayway.jsonpath:json-path:2.2.0 - https://github.com/jayway/JsonPath)
     (Apache v2) BoneCP :: Core Library (com.jolbox:bonecp:0.8.0.RELEASE - http://jolbox.com/bonecp)
     (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/)
     (The Apache Software License, Version 2.0) Open JSON (com.tdunning:json:1.8 - https://github.com/tdunning/open-json)
     (BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.3 - http://paranamer.codehaus.org/paranamer)
     (Apache License 2.0) JSON library from Android SDK (com.vaadin.external.google:android-json:0.0.20131108.vaadin1 - http://developer.android.com/sdk)
     (The Apache Software License, Version 2.0) HikariCP (com.zaxxer:HikariCP:2.5.1 - https://github.com/brettwooldridge/HikariCP)
     (Apache License, Version 2.0) Apache Commons BeanUtils (commons-beanutils:commons-beanutils:1.9.3 - https://commons.apache.org/proper/commons-beanutils/)
     (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 Codec (commons-codec:commons-codec:1.10 - 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 DBCP (commons-dbcp:commons-dbcp:1.4 - http://commons.apache.org/dbcp/)
     (The Apache Software License, Version 2.0) Commons Digester (commons-digester:commons-digester:2.1 - http://commons.apache.org/digester/)
     (The Apache Software License, Version 2.0) EL (commons-el:commons-el:1.0 - http://jakarta.apache.org/commons/el/)
     (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) Commons Pool (commons-pool:commons-pool:1.6 - http://commons.apache.org/pool/)
     (Apache License 2.0) kafka-schema-registry-client (io.confluent:kafka-schema-registry-client:3.2.0 - http://confluent.io/kafka-schema-registry-client)
     (Apache License 2.0) Metrics Core (io.dropwizard.metrics:metrics-core:3.1.2 - http://metrics.codahale.com/metrics-core/)
     (Apache License 2.0) Jackson Integration for Metrics (io.dropwizard.metrics:metrics-json:3.1.0 - http://metrics.codahale.com/metrics-json/)
     (Apache License 2.0) JVM Integration for Metrics (io.dropwizard.metrics:metrics-jvm:3.1.0 - http://metrics.codahale.com/metrics-jvm/)
     (Apache License, Version 2.0) The Netty Project (io.netty:netty:3.7.0.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) fastutil (it.unimi.dsi:fastutil:6.5.6 - http://fasutil.dsi.unimi.it/)
     (Common Development and Distribution License (CDDL) v1.0) JavaBeans Activation Framework (JAF) (javax.activation:activation:1.1 - http://java.sun.com/products/javabeans/jaf/index.jsp)
     (The Apache Software License, Version 2.0) javax.inject (javax.inject:javax.inject:1 - http://code.google.com/p/atinject/)
     (Apache 2) JDO API (javax.jdo:jdo-api:3.0.1 - http://db.apache.org/jdo)
     (Unknown license) jsp-api (javax.servlet:jsp-api:2.0 - no url defined)
     (Unknown license) jsp-api (javax.servlet.jsp:jsp-api:2.1 - no url defined)
     (CDDL + GPLv2 with classpath exception) javax.transaction API (javax.transaction:javax.transaction-api:1.2 - http://jta-spec.java.net)
     (Unknown license) Java Transaction API (javax.transaction:jta:1.1 - http://java.sun.com/products/jta)
     (Unknown license) transaction-api (javax.transaction:transaction-api:1.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) JAXB API bundle for GlassFish V3 (javax.xml.bind:jaxb-api:2.2.2 - https://jaxb.dev.java.net/)
     (COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0) (GNU General Public Library) Streaming API for XML (javax.xml.stream:stax-api:1.0-2 - no url defined)
     (BSD License) Javolution (javolution:javolution:5.5.1 - http://javolution.org)
     (The BSD License) JLine (jline:jline:2.12 - http://nexus.sonatype.org/oss-repository-hosting.html/jline)
     (Apache 2) Joda-Time (joda-time:joda-time:2.9.7 - http://www.joda.org/joda-time/)
     (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.16 - http://logging.apache.org/log4j/1.2/)
     (The Apache Software License, Version 2.0) ASM based accessors helper used by json-smart (net.minidev:accessors-smart:1.1 - http://accessors-smart/)
     (The Apache Software License, Version 2.0) JSON Small and Fast Parser (net.minidev:json-smart:2.2.1 - http://www.minidev.net/)
     (Apache 2) opencsv (net.sf.opencsv:opencsv:2.3 - http://opencsv.sf.net)
     (Unknown license) Antlr 3.4 Runtime (org.antlr:antlr-runtime:3.4 - http://www.antlr.org)
     (BSD licence) ANTLR StringTemplate (org.antlr:stringtemplate:3.2.1 - http://www.stringtemplate.org)
     (The Apache Software License, Version 2.0) Apache Ant Core (org.apache.ant:ant:1.9.1 - http://ant.apache.org/)
     (The Apache Software License, Version 2.0) Apache Ant Launcher (org.apache.ant:ant-launcher:1.9.1 - http://ant.apache.org/)
     (The Apache Software License, Version 2.0) Apache Avro (org.apache.avro:avro:1.7.7 - http://avro.apache.org)
     (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) Commons Lang (org.apache.commons:commons-lang3:3.1 - http://commons.apache.org/lang/)
     (The Apache Software License, Version 2.0) Commons Math (org.apache.commons:commons-math:2.2 - http://commons.apache.org/math/)
     (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) 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.7.1 - http://curator.apache.org/curator-framework)
     (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) Curator Testing (org.apache.curator:curator-test:2.7.1 - http://curator.apache.org/curator-test)
     (Apache 2) Apache Derby Database Engine and Embedded JDBC Driver (org.apache.derby:derby:10.13.1.1 - http://db.apache.org/derby/)
     (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)
     (Apache License, Version 2.0) Apache Hadoop Annotations (org.apache.hadoop:hadoop-annotations:2.7.1 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop Auth (org.apache.hadoop:hadoop-auth:2.7.1 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop Client (org.apache.hadoop:hadoop-client:2.7.1 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop Common (org.apache.hadoop:hadoop-common:2.7.1 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop HDFS (org.apache.hadoop:hadoop-hdfs:2.7.1 - no url defined)
     (Apache License, Version 2.0) hadoop-mapreduce-client-app (org.apache.hadoop:hadoop-mapreduce-client-app:2.7.1 - no url defined)
     (Apache License, Version 2.0) hadoop-mapreduce-client-common (org.apache.hadoop:hadoop-mapreduce-client-common:2.7.1 - no url defined)
     (Apache License, Version 2.0) hadoop-mapreduce-client-core (org.apache.hadoop:hadoop-mapreduce-client-core:2.7.1 - no url defined)
     (Apache License, Version 2.0) hadoop-mapreduce-client-jobclient (org.apache.hadoop:hadoop-mapreduce-client-jobclient:2.7.1 - no url defined)
     (Apache License, Version 2.0) hadoop-mapreduce-client-shuffle (org.apache.hadoop:hadoop-mapreduce-client-shuffle:2.7.1 - no url defined)
     (Apache License, Version 2.0) hadoop-yarn-api (org.apache.hadoop:hadoop-yarn-api:2.7.1 - no url defined)
     (Apache License, Version 2.0) hadoop-yarn-client (org.apache.hadoop:hadoop-yarn-client:2.7.1 - no url defined)
     (Apache License, Version 2.0) hadoop-yarn-common (org.apache.hadoop:hadoop-yarn-common:2.7.1 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop YARN ApplicationHistoryService (org.apache.hadoop:hadoop-yarn-server-applicationhistoryservice:2.8.0 - no url defined)
     (Apache License, Version 2.0) hadoop-yarn-server-common (org.apache.hadoop:hadoop-yarn-server-common:2.7.1 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop YARN ResourceManager (org.apache.hadoop:hadoop-yarn-server-resourcemanager:2.8.0 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop YARN Web Proxy (org.apache.hadoop:hadoop-yarn-server-web-proxy:2.8.0 - no url defined)
     (The Apache Software License, Version 2.0) HBase - Annotations (org.apache.hbase:hbase-annotations:1.1.1 - http://hbase.apache.org/hbase-annotations)
     (The Apache Software License, Version 2.0) HBase - Client (org.apache.hbase:hbase-client:1.1.1 - http://hbase.apache.org/hbase-client)
     (The Apache Software License, Version 2.0) HBase - Common (org.apache.hbase:hbase-common:1.1.1 - http://hbase.apache.org/hbase-common)
     (The Apache Software License, Version 2.0) HBase - Protocol (org.apache.hbase:hbase-protocol:1.1.1 - http://hbase.apache.org/hbase-protocol)
     (The Apache Software License, Version 2.0) Hive Common (org.apache.hive:hive-common:2.2.0 - http://hive.apache.org/hive-common)
     (The Apache Software License, Version 2.0) Hive Metastore (org.apache.hive:hive-metastore:2.2.0 - http://hive.apache.org/hive-metastore)
     (The Apache Software License, Version 2.0) Hive ORC (org.apache.hive:hive-orc:2.2.0 - http://hive.apache.org/hive-orc)
     (The Apache Software License, Version 2.0) Hive Serde (org.apache.hive:hive-serde:2.2.0 - http://hive.apache.org/hive-serde)
     (The Apache Software License, Version 2.0) Hive Service RPC (org.apache.hive:hive-service-rpc:2.2.0 - http://hive.apache.org/hive-service-rpc)
     (The Apache Software License, Version 2.0) Hive Shims (org.apache.hive:hive-shims:2.2.0 - http://hive.apache.org/hive-shims)
     (Apache License, Version 2.0) Hive Storage API (org.apache.hive:hive-storage-api:2.3.1 - https://www.apache.org/hive-storage-api/)
     (The Apache Software License, Version 2.0) Hive Shims 0.23 (org.apache.hive.shims:hive-shims-0.23:2.2.0 - http://hive.apache.org/hive-shims-0.23)
     (The Apache Software License, Version 2.0) Hive Shims Common (org.apache.hive.shims:hive-shims-common:2.2.0 - http://hive.apache.org/hive-shims-common)
     (The Apache Software License, Version 2.0) Hive Shims Scheduler (org.apache.hive.shims:hive-shims-scheduler:2.2.0 - http://hive.apache.org/hive-shims-scheduler)
     (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, Version 2.0) Apache HttpAsyncClient (org.apache.httpcomponents:httpasyncclient:4.1.2 - http://hc.apache.org/httpcomponents-asyncclient)
     (Apache License, Version 2.0) Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.2 - http://hc.apache.org/httpcomponents-client)
     (Apache License, Version 2.0) Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.6 - http://hc.apache.org/httpcomponents-core-ga)
     (Apache License, Version 2.0) Apache HttpCore NIO (org.apache.httpcomponents:httpcore-nio:4.4.5 - http://hc.apache.org/httpcomponents-core-ga)
     (The Apache Software License, Version 2.0) Apache Log4j 1.x Compatibility API (org.apache.logging.log4j:log4j-1.2-api:2.7 - http://logging.apache.org/log4j/2.x/log4j-1.2-api/)
     (The Apache Software License, Version 2.0) Apache Log4j API (org.apache.logging.log4j:log4j-api:2.7 - http://logging.apache.org/log4j/2.x/log4j-api/)
     (The Apache Software License, Version 2.0) Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.7 - http://logging.apache.org/log4j/2.x/log4j-core/)
     (The Apache Software License, Version 2.0) Apache Log4j SLF4J Binding (org.apache.logging.log4j:log4j-slf4j-impl:2.7 - http://logging.apache.org/log4j/2.x/log4j-slf4j-impl/)
     (The Apache Software License, Version 2.0) Apache Log4j Web (org.apache.logging.log4j:log4j-web:2.7 - http://logging.apache.org/log4j/2.x/log4j-web/)
     (The Apache Software License, Version 2.0) Apache Parquet Hadoop Bundle (org.apache.parquet:parquet-hadoop-bundle:1.8.1 - https://parquet.apache.org)
     (The Apache Software License, Version 2.0) Apache Thrift (org.apache.thrift:libfb303:0.9.3 - http://thrift.apache.org)
     (The Apache Software License, Version 2.0) Apache Thrift (org.apache.thrift:libthrift:0.9.3 - http://thrift.apache.org)
     (Apache License, Version 2.0) tomcat-jdbc (org.apache.tomcat:tomcat-jdbc:8.5.11 - http://tomcat.apache.org/)
     (Apache License, Version 2.0) tomcat-juli (org.apache.tomcat:tomcat-juli:8.5.11 - http://tomcat.apache.org/)
     (Apache License, Version 2.0) tomcat-embed-core (org.apache.tomcat.embed:tomcat-embed-core:8.5.11 - http://tomcat.apache.org/)
     (Apache License, Version 2.0) tomcat-embed-el (org.apache.tomcat.embed:tomcat-embed-el:8.5.11 - http://tomcat.apache.org/)
     (Apache License, Version 2.0) tomcat-embed-websocket (org.apache.tomcat.embed:tomcat-embed-websocket:8.5.11 - http://tomcat.apache.org/)
     (The Apache Software License, Version 2.0) Apache Twill API (org.apache.twill:twill-api:0.6.0-incubating - http://twill.incubator.apache.org/twill-api)
     (The Apache Software License, Version 2.0) Apache Twill common library (org.apache.twill:twill-common:0.6.0-incubating - http://twill.incubator.apache.org/twill-common)
     (The Apache Software License, Version 2.0) Apache Twill core library (org.apache.twill:twill-core:0.6.0-incubating - http://twill.incubator.apache.org/twill-core)
     (The Apache Software License, Version 2.0) Apache Twill discovery service API (org.apache.twill:twill-discovery-api:0.6.0-incubating - http://twill.incubator.apache.org/twill-discovery-api)
     (The Apache Software License, Version 2.0) Apache Twill discovery service implementations (org.apache.twill:twill-discovery-core:0.6.0-incubating - http://twill.incubator.apache.org/twill-discovery-core)
     (The Apache Software License, Version 2.0) Apache Twill ZooKeeper client library (org.apache.twill:twill-zookeeper:0.6.0-incubating - http://twill.incubator.apache.org/twill-zookeeper)
     (Unknown license) zookeeper (org.apache.zookeeper:zookeeper:3.4.6 - no url defined)
     (Eclipse Public License - v 1.0) AspectJ weaver (org.aspectj:aspectjweaver:1.8.9 - http://www.aspectj.org)
     (Apache License, Version 2.0) AssertJ fluent assertions (org.assertj:assertj-core:2.6.0 - http://assertj.org/assertj-core)
     (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.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.9.13 - http://jackson.codehaus.org)
     (Unknown license) Jettison (org.codehaus.jettison:jettison:1.1 - no url defined)
     (The Apache Software License, Version 2.0) DataNucleus JDO API plugin (org.datanucleus:datanucleus-api-jdo:4.2.1 - http://www.datanucleus.org/#/datanucleus-api-jdo)
     (The Apache Software License, Version 2.0) DataNucleus Core (org.datanucleus:datanucleus-core:4.1.6 - http://www.datanucleus.org/#/datanucleus-core)
     (The Apache Software License, Version 2.0) DataNucleus RDBMS plugin (org.datanucleus:datanucleus-rdbms:4.1.7 - http://www.datanucleus.org/#/datanucleus-rdbms)
     (The Apache Software License, Version 2.0) JDO API (org.datanucleus:javax.jdo:3.2.0-m3 - http://www.datanucleus.org/#/javax.jdo)
     (Eclipse Distribution License v. 1.0) (Eclipse Public License v1.0) Javax Persistence (org.eclipse.persistence:javax.persistence:2.1.0 - http://www.eclipse.org/eclipselink)
     (Eclipse Distribution License v. 1.0) (Eclipse Public License v1.0) EclipseLink ANTLR (org.eclipse.persistence:org.eclipse.persistence.antlr:2.6.0 - http://www.eclipse.org/eclipselink)
     (Eclipse Distribution License v. 1.0) (Eclipse Public License v1.0) EclipseLink ASM (org.eclipse.persistence:org.eclipse.persistence.asm:2.6.0 - http://www.eclipse.org/eclipselink)
     (Eclipse Distribution License v. 1.0) (Eclipse Public License v1.0) EclipseLink Core (org.eclipse.persistence:org.eclipse.persistence.core:2.6.0 - http://www.eclipse.org/eclipselink)
     (Eclipse Distribution License v. 1.0) (Eclipse Public License v1.0) EclipseLink JPA (org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.0 - http://www.eclipse.org/eclipselink)
     (Eclipse Distribution License v. 1.0) (Eclipse Public License v1.0) EclipseLink Hermes JPQL Parser (org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.0 - http://www.eclipse.org/eclipselink)
     (The Apache Software License, Version 2.0) rest (org.elasticsearch.client:elasticsearch-rest-client:6.2.4 - https://github.com/elastic/elasticsearch)
     (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)
     (New BSD License) Hamcrest Core (org.hamcrest:hamcrest-core:1.3 - https://github.com/hamcrest/JavaHamcrest/hamcrest-core)
     (New BSD License) Hamcrest library (org.hamcrest:hamcrest-library:1.3 - https://github.com/hamcrest/JavaHamcrest/hamcrest-library)
     (Apache License, Version 2.0) Hibernate Validator Engine (org.hibernate:hibernate-validator:5.3.4.Final - http://hibernate.org/validator/hibernate-validator)
     (Apache License 2.0) snappy (org.iq80.snappy:snappy:0.2 - http://github.com/dain/snappy)
     (Apache License 2.0) (LGPL 2.1) (MPL 1.1) Javassist (org.javassist:javassist:3.21.0-GA - http://www.javassist.org/)
     (Apache License, version 2.0) JBoss Logging 3 (org.jboss.logging:jboss-logging:3.3.0.Final - http://www.jboss.org)
     (MIT License) JCodings (org.jruby.jcodings:jcodings:1.0.8 - no url defined)
     (MIT License) Joni (org.jruby.joni:joni:2.1.2 - http://nexus.sonatype.org/oss-repository-hosting.html/joni)
     (The MIT License) Mockito (org.mockito:mockito-core:1.10.19 - http://www.mockito.org)
     (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 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)
     (BSD) ASM Core (org.ow2.asm:asm:5.0.3 - http://asm.objectweb.org/asm/)
     (The PostgreSQL License) PostgreSQL JDBC Driver - JDBC 4.1 (org.postgresql:postgresql:9.4.1212.jre7 - https://github.com/pgjdbc/pgjdbc-parent-poms/pgjdbc-core-parent/pgjdbc-core-prevjre/postgresql)
     (The Apache Software License, Version 2.0) powermock-api-mockito (org.powermock:powermock-api-mockito:1.6.6 - http://www.powermock.org/powermock-api/powermock-api-mockito)
     (The Apache Software License, Version 2.0) powermock-api-mockito-common (org.powermock:powermock-api-mockito-common:1.6.6 - http://www.powermock.org/powermock-api/powermock-api-mockito-common)
     (The Apache Software License, Version 2.0) powermock-api-support (org.powermock:powermock-api-support:1.6.6 - http://www.powermock.org/powermock-api/powermock-api-support)
     (The Apache Software License, Version 2.0) powermock-core (org.powermock:powermock-core:1.6.6 - http://www.powermock.org)
     (The Apache Software License, Version 2.0) powermock-module-junit4 (org.powermock:powermock-module-junit4:1.6.6 - http://www.powermock.org)
     (The Apache Software License, Version 2.0) powermock-module-junit4-common (org.powermock:powermock-module-junit4-common:1.6.6 - http://www.powermock.org/powermock-modules/powermock-module-junit4-common)
     (The Apache Software License, Version 2.0) powermock-reflect (org.powermock:powermock-reflect:1.6.6 - http://www.powermock.org/powermock-reflect)
     (The Apache Software License, Version 2.0) quartz (org.quartz-scheduler:quartz:2.2.2 - http://www.quartz-scheduler.org/quartz)
     (The Apache Software License, Version 2.0) quartz-jobs (org.quartz-scheduler:quartz-jobs:2.2.2 - http://www.quartz-scheduler.org/quartz-jobs)
     (BSD-like) Scala Library (org.scala-lang:scala-library:2.10.4 - http://www.scala-lang.org/)
     (The Apache Software License, Version 2.0) JSONassert (org.skyscreamer:jsonassert:1.4.0 - https://github.com/skyscreamer/JSONassert)
     (MIT License) JCL 1.1.1 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.22 - http://www.slf4j.org)
     (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.22 - http://www.slf4j.org)
     (MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.22 - http://www.slf4j.org)
     (The Apache Software License, Version 2.0) Spring AOP (org.springframework:spring-aop:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring Aspects (org.springframework:spring-aspects:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring Beans (org.springframework:spring-beans:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring Context (org.springframework:spring-context:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring Context Support (org.springframework:spring-context-support:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring Core (org.springframework:spring-core:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring Expression Language (SpEL) (org.springframework:spring-expression:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring JDBC (org.springframework:spring-jdbc:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring Object/Relational Mapping (org.springframework:spring-orm:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring TestContext Framework (org.springframework:spring-test:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring Transaction (org.springframework:spring-tx:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring Web (org.springframework:spring-web:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (The Apache Software License, Version 2.0) Spring Web MVC (org.springframework:spring-webmvc:4.3.6.RELEASE - https://github.com/spring-projects/spring-framework)
     (Apache License, Version 2.0) Spring Boot (org.springframework.boot:spring-boot:1.5.1.RELEASE - http://projects.spring.io/spring-boot/)
     (Apache License, Version 2.0) Spring Boot AutoConfigure (org.springframework.boot:spring-boot-autoconfigure:1.5.1.RELEASE - http://projects.spring.io/spring-boot/)
     (Apache License, Version 2.0) Spring Boot Starter (org.springframework.boot:spring-boot-starter:1.5.1.RELEASE - http://projects.spring.io/spring-boot/)
     (Apache License, Version 2.0) Spring Boot AOP Starter (org.springframework.boot:spring-boot-starter-aop:1.5.1.RELEASE - http://projects.spring.io/spring-boot/)
     (Apache License, Version 2.0) Spring Boot Data JPA Starter (org.springframework.boot:spring-boot-starter-data-jpa:1.5.1.RELEASE - http://projects.spring.io/spring-boot/)
     (Apache License, Version 2.0) Spring Boot JDBC Starter (org.springframework.boot:spring-boot-starter-jdbc:1.5.1.RELEASE - http://projects.spring.io/spring-boot/)
     (Apache License, Version 2.0) Spring Boot Test Starter (org.springframework.boot:spring-boot-starter-test:1.5.1.RELEASE - http://projects.spring.io/spring-boot/)
     (Apache License, Version 2.0) Spring Boot Tomcat Starter (org.springframework.boot:spring-boot-starter-tomcat:1.5.1.RELEASE - http://projects.spring.io/spring-boot/)
     (Apache License, Version 2.0) Spring Boot Web Starter (org.springframework.boot:spring-boot-starter-web:1.5.1.RELEASE - http://projects.spring.io/spring-boot/)
     (Apache License, Version 2.0) Spring Boot Test (org.springframework.boot:spring-boot-test:1.5.1.RELEASE - http://projects.spring.io/spring-boot/)
     (Apache License, Version 2.0) Spring Boot Test Auto-Configure (org.springframework.boot:spring-boot-test-autoconfigure:1.5.1.RELEASE - http://projects.spring.io/spring-boot/)
     (Apache License, Version 2.0) Spring Data Core (org.springframework.data:spring-data-commons:1.13.0.RELEASE - http://www.spring.io/spring-data/spring-data-commons)
     (Apache License, Version 2.0) Spring Data JPA (org.springframework.data:spring-data-jpa:1.11.0.RELEASE - http://projects.spring.io/spring-data-jpa)
     (Apache 2.0) Spring Retry (org.springframework.retry:spring-retry:1.2.0.RELEASE - http://www.springsource.org)
     (Public Domain) XZ for Java (org.tukaani:xz:1.0 - http://tukaani.org/xz/java.html)
     (The Apache Software License, Version 2.0) Snappy for Java (org.xerial.snappy:snappy-java:1.0.5 - http://github.com/xerial/snappy-java/)
     (Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.17 - http://www.snakeyaml.org)
     (The Apache Software License, Version 2.0) jasper-compiler (tomcat:jasper-compiler:5.5.23 - http://tomcat.apache.org/jasper-compiler)
     (The Apache Software License, Version 2.0) jasper-runtime (tomcat:jasper-runtime:5.5.23 - http://tomcat.apache.org/jasper-runtime)
     (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) (The SAX License) (The W3C License) XML Commons External Components XML APIs (xml-apis:xml-apis:1.4.01 - http://xml.apache.org/commons/components/external/)
     (The BSD License) xmlenc Library (xmlenc:xmlenc:0.52 - http://xmlenc.sourceforge.net)

Lists of 237 third-party dependencies.
     (BSD License) AntLR Parser Generator (antlr:antlr:2.7.7 - http://www.antlr.org/)
     (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/)
     (The Apache Software License, Version 2.0) ZkClient (com.101tec:zkclient:0.3 - https://github.com/sgroschupf/zkclient)
     (The Apache Software License, Version 2.0) java-util (com.cedarsoftware:java-util:1.9.0 - https://github.com/jdereg/java-util)
     (The Apache Software License, Version 2.0) json-io (com.cedarsoftware:json-io:2.5.1 - https://github.com/jdereg/json-io)
     (Apache License, Version 2.0) stream-lib (com.clearspring.analytics:stream:2.7.0 - https://github.com/addthis/stream-lib)
     (Apache-2.0) spark-avro (com.databricks:spark-avro_2.11:4.0.0 - https://github.com/databricks/spark-avro)
     (New BSD License) Kryo Shaded (com.esotericsoftware:kryo-shaded:3.0.3 - https://github.com/EsotericSoftware/kryo/kryo-shaded)
     (New BSD License) MinLog (com.esotericsoftware:minlog:1.3.0 - https://github.com/EsotericSoftware/minlog)
     (The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.8.0 - http://github.com/FasterXML/jackson)
     (The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.8.7 - https://github.com/FasterXML/jackson-core)
     (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.8.7 - http://github.com/FasterXML/jackson)
     (The Apache Software License, Version 2.0) Jackson module: Paranamer (com.fasterxml.jackson.module:jackson-module-paranamer:2.8.7 - 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.11:2.8.7 - http://wiki.fasterxml.com/JacksonModuleScala)
     (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) Gson (com.google.code.gson:gson:2.2.4 - http://code.google.com/p/google-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) 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 - 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)
     (Apache 2) JavaEWAH (com.googlecode.javaewah:JavaEWAH:0.3.2 - http://code.google.com/p/javaewah/)
     (Apache License 2.0) spark-testing-base (com.holdenkarau:spark-testing-base_2.11:2.2.1_0.9.0 - https://github.com/holdenk/spark-testing-base)
     (Apache License, Version 2.0) java-xmlbuilder (com.jamesmurty.utils:java-xmlbuilder:1.0 - https://github.com/jmurty/java-xmlbuilder)
     (Revised BSD) JSch (com.jcraft:jsch:0.1.54 - http://www.jcraft.com/jsch/)
     (Apache v2) BoneCP :: Core Library (com.jolbox:bonecp:0.8.0.RELEASE - http://jolbox.com/bonecp)
     (The Apache Software License, Version 2.0) Nimbus JOSE+JWT (com.nimbusds:nimbus-jose-jwt:3.9 - https://bitbucket.org/connect2id/nimbus-jose-jwt)
     (Apache License 2.0) Compress-LZF (com.ning:compress-lzf:1.0.3 - http://github.com/ning/compress)
     (Apache 2.0) OkHttp (com.squareup.okhttp:okhttp:2.4.0 - https://github.com/square/okhttp/okhttp)
     (Apache 2.0) Okio (com.squareup.okio:okio:1.4.0 - https://github.com/square/okio/okio)
     (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)
     (Apache 2) chill-java (com.twitter:chill-java:0.8.0 - https://github.com/twitter/chill)
     (Apache 2) chill (com.twitter:chill_2.11:0.8.0 - https://github.com/twitter/chill)
     (The Apache Software License, Version 2.0) Apache Parquet Hadoop Bundle (Incubating) (com.twitter:parquet-hadoop-bundle:1.6.0 - https://parquet.incubator.apache.org)
     (Apache 2) univocity-parsers (com.univocity:univocity-parsers:2.2.1 - http://github.com/uniVocity/univocity-parsers)
     (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 Codec (commons-codec:commons-codec:1.10 - 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) Commons DBCP (commons-dbcp:commons-dbcp:1.4 - http://commons.apache.org/dbcp/)
     (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:2.2 - http://commons.apache.org/net/)
     (The Apache Software License, Version 2.0) Commons Pool (commons-pool:commons-pool:1.5.4 - http://commons.apache.org/pool/)
     (Apache License 2.0) fst (de.ruedigermoeller:fst:2.50 - http://ruedigermoeller.github.io/fast-serialization/)
     (Apache License 2.0) Metrics Core (io.dropwizard.metrics:metrics-core:3.1.2 - http://metrics.codahale.com/metrics-core/)
     (Apache License 2.0) Graphite Integration for Metrics (io.dropwizard.metrics:metrics-graphite:3.1.2 - http://metrics.codahale.com/metrics-graphite/)
     (Apache License 2.0) Jackson Integration for Metrics (io.dropwizard.metrics:metrics-json:3.1.2 - http://metrics.codahale.com/metrics-json/)
     (Apache License 2.0) JVM Integration for Metrics (io.dropwizard.metrics:metrics-jvm:3.1.2 - http://metrics.codahale.com/metrics-jvm/)
     (BSD-style) multisets (io.github.nicolasstucki:multisets_2.11:0.4 - https://github.com/nicolasstucki/multisets)
     (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.43.Final - http://netty.io/netty-all/)
     (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.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/)
     (Apache 2) JDO API (javax.jdo:jdo-api:3.0.1 - http://db.apache.org/jdo)
     (CDDL) (GPLv2+CE) JavaMail API (compat) (javax.mail:mail:1.4.7 - http://kenai.com/projects/javamail/mail)
     (CDDL + GPLv2 with classpath exception) Java Servlet API (javax.servlet:javax.servlet-api:3.1.0 - http://servlet-spec.java.net)
     (Unknown license) jsp-api (javax.servlet.jsp:jsp-api:2.1 - no url defined)
     (Unknown license) Java Transaction API (javax.transaction:jta:1.1 - http://java.sun.com/products/jta)
     (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) JAXB API bundle for GlassFish V3 (javax.xml.bind:jaxb-api:2.2.2 - https://jaxb.dev.java.net/)
     (COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0) (GNU General Public Library) Streaming API for XML (javax.xml.stream:stax-api:1.0-2 - no url defined)
     (BSD License) Javolution (javolution:javolution:5.5.1 - http://javolution.org)
     (Apache 2) Joda-Time (joda-time:joda-time:2.9.3 - http://www.joda.org/joda-time/)
     (Common Public License Version 1.0) JUnit (junit:junit:4.11 - http://junit.org)
     (The Apache Software License, Version 2.0) Apache Extras™ for Apache log4j™. (log4j:apache-log4j-extras:1.2.17 - http://logging.apache.org/log4j/extras)
     (The Apache Software License, Version 2.0) Apache Log4j (log4j:log4j:1.2.16 - http://logging.apache.org/log4j/1.2/)
     (The Apache Software License, Version 2.0) MX4J (mx4j:mx4j:3.0.2 - http://mx4j.sourceforge.net)
     (Apache License, Version 2.0) eigenbase-properties (net.hydromatic:eigenbase-properties:1.1.5 - http://github.com/julianhyde/eigenbase-properties)
     (Public domain) base64 (net.iharder:base64:2.3.8 - http://iharder.net/base64/)
     (Apache 2.0) JetS3t (net.java.dev.jets3t:jets3t:0.9.3 - https://bitbucket.org/jmurty/jets3t/overview)
     (Unknown license) "Java Concurrency in Practice" book annotations (net.jcip:jcip-annotations:1.0 - http://jcip.net/)
     (The Apache Software License, Version 2.0) LZ4 and xxHash (net.jpountz.lz4:lz4:1.3.0 - https://github.com/jpountz/lz4-java)
     (The Apache Software License, Version 2.0) JSON Small and Fast Parser (net.minidev:json-smart:1.1.1 - http://json-smart/)
     (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.4 - http://nexus.sonatype.org/oss-repository-hosting.html/py4j)
     (BSD licence) ANTLR ST4 4.0.4 (org.antlr:ST4:4.0.4 - http://www.stringtemplate.org)
     (Unknown license) Antlr 3.4 Runtime (org.antlr:antlr-runtime:3.4 - http://www.antlr.org)
     (The BSD License) ANTLR 4 Runtime (org.antlr:antlr4-runtime:4.5.3 - http://www.antlr.org/antlr4-runtime)
     (BSD licence) ANTLR StringTemplate (org.antlr:stringtemplate:3.2.1 - http://www.stringtemplate.org)
     (The Apache Software License, Version 2.0) Apache Avro (org.apache.avro:avro:1.7.7 - http://avro.apache.org)
     (The Apache Software License, Version 2.0) Apache Avro IPC (org.apache.avro:avro-ipc:1.7.7 - http://avro.apache.org)
     (The Apache Software License, Version 2.0) Apache Avro Mapred API (org.apache.avro:avro-mapred:1.7.7 - http://avro.apache.org/avro-mapred)
     (Apache License, Version 2.0) Calcite Avatica (org.apache.calcite:calcite-avatica:1.2.0-incubating - http://calcite.incubator.apache.org/calcite-avatica)
     (Apache License, Version 2.0) Calcite Core (org.apache.calcite:calcite-core:1.2.0-incubating - http://calcite.incubator.apache.org/calcite-core)
     (Apache License, Version 2.0) Calcite Linq4j (org.apache.calcite:calcite-linq4j:1.2.0-incubating - http://calcite.incubator.apache.org/calcite-linq4j)
     (The Apache Software License, Version 2.0) Commons Compress (org.apache.commons:commons-compress:1.4.1 - http://commons.apache.org/compress/)
     (Apache License, Version 2.0) Apache Commons Crypto (org.apache.commons:commons-crypto:1.0.0 - http://commons.apache.org/proper/commons-crypto/)
     (Apache License, Version 2.0) Apache Commons Lang (org.apache.commons:commons-lang3:3.5 - http://commons.apache.org/proper/commons-lang/)
     (The Apache Software License, Version 2.0) Commons Math (org.apache.commons:commons-math:2.2 - 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.10.0 - http://curator.apache.org/curator-client)
     (The Apache Software License, Version 2.0) Curator Framework (org.apache.curator:curator-framework:2.10.0 - http://curator.apache.org/curator-framework)
     (The Apache Software License, Version 2.0) Curator Recipes (org.apache.curator:curator-recipes:2.10.0 - http://curator.apache.org/curator-recipes)
     (The Apache Software License, Version 2.0) Curator Testing (org.apache.curator:curator-test:2.7.1 - http://curator.apache.org/curator-test)
     (Apache 2) Apache Derby Database Engine and Embedded JDBC Driver (org.apache.derby:derby:10.12.1.1 - http://db.apache.org/derby/derby/)
     (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) Apache Hadoop Annotations (org.apache.hadoop:hadoop-annotations:2.6.5 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop Auth (org.apache.hadoop:hadoop-auth:2.8.3 - 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.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop Common (org.apache.hadoop:hadoop-common:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop HDFS (org.apache.hadoop:hadoop-hdfs:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop HDFS Client (org.apache.hadoop:hadoop-hdfs-client:2.8.3 - 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) Apache Hadoop MapReduce Common (org.apache.hadoop:hadoop-mapreduce-client-common:2.8.3 - 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) Apache Hadoop MapReduce HistoryServer (org.apache.hadoop:hadoop-mapreduce-client-hs:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop MapReduce JobClient (org.apache.hadoop:hadoop-mapreduce-client-jobclient:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop MapReduce Shuffle (org.apache.hadoop:hadoop-mapreduce-client-shuffle:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop Mini-Cluster (org.apache.hadoop:hadoop-minicluster:2.8.3 - 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) Apache Hadoop YARN Client (org.apache.hadoop:hadoop-yarn-client:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop YARN Common (org.apache.hadoop:hadoop-yarn-common:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop YARN ApplicationHistoryService (org.apache.hadoop:hadoop-yarn-server-applicationhistoryservice:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop YARN Server Common (org.apache.hadoop:hadoop-yarn-server-common:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop YARN NodeManager (org.apache.hadoop:hadoop-yarn-server-nodemanager:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop YARN ResourceManager (org.apache.hadoop:hadoop-yarn-server-resourcemanager:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop YARN Server Tests (org.apache.hadoop:hadoop-yarn-server-tests:2.8.3 - no url defined)
     (Apache License, Version 2.0) Apache Hadoop YARN Web Proxy (org.apache.hadoop:hadoop-yarn-server-web-proxy:2.8.3 - no url defined)
     (The Apache Software License, Version 2.0) htrace-core4 (org.apache.htrace:htrace-core4:4.0.1-incubating - http://incubator.apache.org/projects/htrace.html)
     (Apache License, Version 2.0) Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.2 - http://hc.apache.org/httpcomponents-client)
     (Apache License, Version 2.0) Apache HttpCore (org.apache.httpcomponents:httpcore:4.3.3 - 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/)
     (The Apache Software License, Version 2.0) Apache Kafka (org.apache.kafka:kafka-clients:0.8.2.1 - http://kafka.apache.org)
     (The Apache Software License, Version 2.0) Apache Kafka (org.apache.kafka:kafka_2.11:0.8.2.1 - http://kafka.apache.org)
     (The Apache Software License, Version 2.0) Apache Parquet Column (org.apache.parquet:parquet-column:1.8.2 - https://parquet.apache.org)
     (The Apache Software License, Version 2.0) Apache Parquet Common (org.apache.parquet:parquet-common:1.8.2 - https://parquet.apache.org)
     (The Apache Software License, Version 2.0) Apache Parquet Encodings (org.apache.parquet:parquet-encoding:1.8.2 - https://parquet.apache.org)
     (The Apache Software License, Version 2.0) Apache Parquet Format (org.apache.parquet:parquet-format:2.3.1 - http://parquet.apache.org/)
     (The Apache Software License, Version 2.0) Apache Parquet Hadoop (org.apache.parquet:parquet-hadoop:1.8.2 - https://parquet.apache.org)
     (The Apache Software License, Version 2.0) Apache Parquet Jackson (org.apache.parquet:parquet-jackson:1.8.2 - https://parquet.apache.org)
     (Apache 2.0 License) Spark Project Catalyst (org.apache.spark:spark-catalyst_2.11:2.2.1 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Core (org.apache.spark:spark-core_2.11:2.2.1 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Hive (org.apache.spark:spark-hive_2.11:2.2.1 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Launcher (org.apache.spark:spark-launcher_2.11:2.2.1 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Networking (org.apache.spark:spark-network-common_2.11:2.2.1 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Shuffle Streaming Service (org.apache.spark:spark-network-shuffle_2.11:2.2.1 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Sketch (org.apache.spark:spark-sketch_2.11:2.2.1 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project SQL (org.apache.spark:spark-sql_2.11:2.2.1 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Integration for Kafka 0.8 (org.apache.spark:spark-streaming-kafka-0-8_2.11:2.2.1 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Streaming (org.apache.spark:spark-streaming_2.11:2.2.1 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Tags (org.apache.spark:spark-tags_2.11:2.2.1 - http://spark.apache.org/)
     (Apache 2.0 License) Spark Project Unsafe (org.apache.spark:spark-unsafe_2.11:2.2.1 - http://spark.apache.org/)
     (The Apache Software License, Version 2.0) Apache Thrift (org.apache.thrift:libfb303:0.9.3 - http://thrift.apache.org)
     (The Apache Software License, Version 2.0) Apache Thrift (org.apache.thrift:libthrift:0.9.3 - http://thrift.apache.org)
     (http://asm.ow2.org/license.html) (http://www.apache.org/licenses/LICENSE-2.0.txt) Apache XBean :: ASM 5 shaded (repackaged) (org.apache.xbean:xbean-asm5-shaded:4.4 - http://geronimo.apache.org/maven/xbean/4.4/xbean-asm5-shaded)
     (Unknown license) zookeeper (org.apache.zookeeper:zookeeper:3.4.6 - no url defined)
     (Bouncy Castle Licence) Bouncy Castle Provider (org.bouncycastle:bcprov-jdk15on:1.51 - http://www.bouncycastle.org/java.html)
     (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)
     (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)
     (New BSD License) Commons Compiler (org.codehaus.janino:commons-compiler:3.0.0 - http://docs.codehaus.org/display/JANINO/Home/commons-compiler)
     (New BSD License) Janino (org.codehaus.janino:janino:3.0.0 - http://docs.codehaus.org/display/JANINO/Home/janino)
     (Unknown license) Jettison (org.codehaus.jettison:jettison:1.1 - no url defined)
     (The Apache Software License, Version 2.0) DataNucleus JDO API plugin (org.datanucleus:datanucleus-api-jdo:3.2.6 - http://www.datanucleus.org)
     (The Apache Software License, Version 2.0) DataNucleus Core (org.datanucleus:datanucleus-core:3.2.10 - http://www.datanucleus.org)
     (The Apache Software License, Version 2.0) DataNucleus RDBMS (org.datanucleus:datanucleus-rdbms:3.2.9 - http://www.datanucleus.org)
     (Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) Jetty :: Utilities (org.eclipse.jetty:jetty-util:9.3.11.v20160721 - http://www.eclipse.org/jetty)
     (The BSD 3-Clause License) leveldbjni-all (org.fusesource.leveldbjni:leveldbjni-all:1.8 - http://leveldbjni.fusesource.org/leveldbjni-all)
     (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)
     (Apache License 2.0) snappy (org.iq80.snappy:snappy:0.2 - http://github.com/dain/snappy)
     (Apache License 2.0) (LGPL 2.1) (MPL 1.1) Javassist (org.javassist:javassist:3.18.1-GA - http://www.javassist.org/)
     (The New BSD License) Jodd Core (org.jodd:jodd-core:3.5.2 - http://jodd.org)
     (ASL) json4s-ast (org.json4s:json4s-ast_2.11:3.2.11 - https://github.com/json4s/json4s)
     (ASL) json4s-core (org.json4s:json4s-core_2.11:3.2.11 - https://github.com/json4s/json4s)
     (ASL) json4s-jackson (org.json4s:json4s-jackson_2.11:3.2.11 - https://github.com/json4s/json4s)
     (The Apache Software License, Version 2.0) BSON (org.mongodb:bson:3.4.2 - http://bsonspec.org)
     (The Apache Software License, Version 2.0) MongoDB Asynchronous Driver (org.mongodb:mongodb-driver-async:3.4.2 - http://www.mongodb.org)
     (The Apache Software License, Version 2.0) MongoDB Java Driver Core (org.mongodb:mongodb-driver-core:3.4.2 - http://www.mongodb.org)
     (Apache 2) mongo-scala-bson (org.mongodb.scala:mongo-scala-bson_2.11:2.1.0 - http://mongodb.github.io/mongo-scala-driver)
     (Apache 2) mongo-scala-driver (org.mongodb.scala:mongo-scala-driver_2.11:2.1.0 - http://mongodb.github.io/mongo-scala-driver)
     (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 2) RoaringBitmap (org.roaringbitmap:RoaringBitmap:0.5.11 - https://github.com/lemire/RoaringBitmap)
     (BSD 3-Clause) Scala Compiler (org.scala-lang:scala-compiler:2.11.0 - http://www.scala-lang.org/)
     (BSD 3-Clause) Scala Library (org.scala-lang:scala-library:2.11.8 - http://www.scala-lang.org/)
     (BSD 3-Clause) Scala Compiler (org.scala-lang:scala-reflect:2.11.8 - http://www.scala-lang.org/)
     (BSD 3-Clause) Scalap (org.scala-lang:scalap:2.11.0 - http://www.scala-lang.org/)
     (BSD 3-clause) scala-parser-combinators (org.scala-lang.modules:scala-parser-combinators_2.11:1.0.4 - http://www.scala-lang.org/)
     (BSD 3-clause) scala-xml (org.scala-lang.modules:scala-xml_2.11:1.0.5 - http://www.scala-lang.org/)
     (BSD) test-interface (org.scala-sbt:test-interface:1.0 - http://www.scala-sbt.org)
     (BSD-style) scalacheck (org.scalacheck:scalacheck_2.11:1.13.4 - http://www.scalacheck.org)
     (the Apache License, ASL Version 2.0) scalactic (org.scalactic:scalactic_2.11:3.0.0 - http://www.scalatest.org)
     (Apache 2) scalaj-http (org.scalaj:scalaj-http_2.11:2.3.0 - http://github.com/scalaj/scalaj-http)
     (MIT) ScalaMock Core (org.scalamock:scalamock-core_2.11:3.6.0 - http://scalamock.org/)
     (MIT) ScalaMock ScalaTest Support (org.scalamock:scalamock-scalatest-support_2.11:3.6.0 - http://scalamock.org/)
     (the Apache License, ASL Version 2.0) scalatest (org.scalatest:scalatest_2.11:3.0.0 - http://www.scalatest.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.21 - http://www.slf4j.org)
     (MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.21 - http://www.slf4j.org)
     (The Apache Software License, Version 2.0) Hive Query Language (org.spark-project.hive:hive-exec:1.2.1.spark2 - http://hive.apache.org/hive-exec)
     (The Apache Software License, Version 2.0) Hive Metastore (org.spark-project.hive:hive-metastore:1.2.1.spark2 - http://hive.apache.org/hive-metastore)
     (The Apache License, Version 2.0) empty (org.spark-project.spark:unused:1.0.0 - http://nexus.sonatype.org/oss-repository-hosting.html/unused)
     (Public Domain) XZ for Java (org.tukaani:xz:1.0 - http://tukaani.org/xz/java.html)
     (The Apache Software License, Version 2.0) snappy-java (org.xerial.snappy:snappy-java:1.1.2.6 - https://github.com/xerial/snappy-java)
     (Unknown license) oro (oro:oro:2.0.8 - no url defined)
     (The Apache Software License, Version 2.0) StAX API (stax:stax-api:1.0.1 - http://stax.codehaus.org/)
     (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)

 

Dependency tree

The following is a verbose dependency tree of the project. This complements the previous list to assess where the dependency is coming from, whether it is distributed or not, and whether it is optional.

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Griffin 0.3.0-incubating
[INFO] Apache Griffin :: UI :: Default UI
[INFO] Apache Griffin :: Web Service
[INFO] Apache Griffin :: Measures
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Griffin 0.3.0-incubating 0.3.0-incubating
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ griffin ---
[INFO] org.apache.griffin:griffin:pom:0.3.0-incubating
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Griffin :: UI :: Default UI 0.3.0-incubating
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ ui ---
[INFO] org.apache.griffin:ui:pom:0.3.0-incubating
[INFO] \- junit:junit:jar:3.8.1:test
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Griffin :: Web Service 0.3.0-incubating
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ service ---
[INFO] org.apache.griffin:service:jar:0.3.0-incubating
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:1.5.1.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter:jar:1.5.1.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot:jar:1.5.1.RELEASE:compile
[INFO] |  |  +- org.springframework.boot:spring-boot-autoconfigure:jar:1.5.1.RELEASE:compile
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.17:runtime
[INFO] |  +- org.springframework.boot:spring-boot-starter-tomcat:jar:1.5.1.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-core:jar:8.5.11:compile
[INFO] |  |  +- org.apache.tomcat.embed:tomcat-embed-el:jar:8.5.11:compile
[INFO] |  |  \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:8.5.11:compile
[INFO] |  +- org.hibernate:hibernate-validator:jar:5.3.4.Final:compile
[INFO] |  |  +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile
[INFO] |  |  \- com.fasterxml:classmate:jar:1.3.3:compile
[INFO] |  +- org.springframework:spring-web:jar:4.3.6.RELEASE:compile
[INFO] |  |  \- org.springframework:spring-aop:jar:4.3.6.RELEASE:compile
[INFO] |  \- org.springframework:spring-webmvc:jar:4.3.6.RELEASE:compile
[INFO] |     \- org.springframework:spring-expression:jar:4.3.6.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:1.5.1.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-aop:jar:1.5.1.RELEASE:compile
[INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:1.5.1.RELEASE:compile
[INFO] |  |  +- org.apache.tomcat:tomcat-jdbc:jar:8.5.11:compile
[INFO] |  |  |  \- org.apache.tomcat:tomcat-juli:jar:8.5.11:compile
[INFO] |  |  \- org.springframework:spring-jdbc:jar:4.3.6.RELEASE:compile
[INFO] |  +- javax.transaction:javax.transaction-api:jar:1.2:compile
[INFO] |  \- org.springframework.data:spring-data-jpa:jar:1.11.0.RELEASE:compile
[INFO] |     +- org.springframework.data:spring-data-commons:jar:1.13.0.RELEASE:compile
[INFO] |     +- org.springframework:spring-orm:jar:4.3.6.RELEASE:compile
[INFO] |     +- org.springframework:spring-tx:jar:4.3.6.RELEASE:compile
[INFO] |     \- org.slf4j:jcl-over-slf4j:jar:1.7.22:runtime
[INFO] +- org.springframework:spring-aspects:jar:4.3.6.RELEASE:compile
[INFO] |  \- org.aspectj:aspectjweaver:jar:1.8.9:compile
[INFO] +- org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.6.0:compile
[INFO] |  +- org.eclipse.persistence:javax.persistence:jar:2.1.0:compile
[INFO] |  +- org.eclipse.persistence:org.eclipse.persistence.asm:jar:2.6.0:compile
[INFO] |  +- org.eclipse.persistence:org.eclipse.persistence.antlr:jar:2.6.0:compile
[INFO] |  +- org.glassfish:javax.json:jar:1.0.4:compile
[INFO] |  +- org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:jar:2.6.0:compile
[INFO] |  \- org.eclipse.persistence:org.eclipse.persistence.core:jar:2.6.0:compile
[INFO] +- org.springframework.retry:spring-retry:jar:1.2.0.RELEASE:compile
[INFO] |  \- org.springframework:spring-core:jar:4.3.6.RELEASE:compile
[INFO] +- org.postgresql:postgresql:jar:9.4.1212.jre7:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.3:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.8.0:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-core:jar:2.8.6:compile
[INFO] +- org.apache.hadoop:hadoop-client:jar:2.7.1:compile
[INFO] |  +- org.apache.hadoop:hadoop-common:jar:2.7.1:compile
[INFO] |  |  +- org.apache.commons:commons-math3:jar:3.1.1:compile
[INFO] |  |  +- xmlenc:xmlenc:jar:0.52:compile
[INFO] |  |  +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] |  |  +- commons-io:commons-io:jar:2.4:compile
[INFO] |  |  +- commons-net:commons-net:jar:3.1:compile
[INFO] |  |  +- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] |  |  +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] |  |  +- commons-configuration:commons-configuration:jar:1.6:compile
[INFO] |  |  |  +- commons-digester:commons-digester:jar:2.1:compile
[INFO] |  |  |  |  \- commons-beanutils:commons-beanutils:jar:1.9.3:compile
[INFO] |  |  |  \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile
[INFO] |  |  +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] |  |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] |  |  +- com.google.code.gson:gson:jar:2.8.0:compile
[INFO] |  |  +- org.apache.hadoop:hadoop-auth:jar:2.7.1:compile
[INFO] |  |  |  +- org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
[INFO] |  |  |  |  +- org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
[INFO] |  |  |  |  +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
[INFO] |  |  |  |  \- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
[INFO] |  |  |  \- org.apache.curator:curator-framework:jar:2.7.1:compile
[INFO] |  |  +- org.apache.curator:curator-client:jar:2.7.1:compile
[INFO] |  |  +- org.apache.curator:curator-recipes:jar:2.7.1:compile
[INFO] |  |  +- com.google.code.findbugs:jsr305:jar:3.0.0:compile
[INFO] |  |  +- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile
[INFO] |  |  +- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
[INFO] |  |  |  \- io.netty:netty:jar:3.7.0.Final:compile
[INFO] |  |  \- org.apache.commons:commons-compress:jar:1.4.1:compile
[INFO] |  |     \- org.tukaani:xz:jar:1.0:compile
[INFO] |  +- org.apache.hadoop:hadoop-hdfs:jar:2.7.1:compile
[INFO] |  |  +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] |  |  +- io.netty:netty-all:jar:4.0.23.Final:compile
[INFO] |  |  +- xerces:xercesImpl:jar:2.9.1:compile
[INFO] |  |  |  \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] |  |  \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile
[INFO] |  +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.1:compile
[INFO] |  |  +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.1:compile
[INFO] |  |  |  +- org.apache.hadoop:hadoop-yarn-client:jar:2.7.1:compile
[INFO] |  |  |  \- org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.1:compile
[INFO] |  |  \- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.1:compile
[INFO] |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.1:compile
[INFO] |  +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.1:compile
[INFO] |  |  \- org.apache.hadoop:hadoop-yarn-common:jar:2.7.1:compile
[INFO] |  |     +- javax.xml.bind:jaxb-api:jar:2.2.2:compile
[INFO] |  |     |  +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] |  |     |  \- javax.activation:activation:jar:1.1:compile
[INFO] |  |     +- com.sun.jersey:jersey-core:jar:1.9:compile
[INFO] |  |     +- com.sun.jersey:jersey-client:jar:1.9:compile
[INFO] |  |     +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[INFO] |  |     \- org.codehaus.jackson:jackson-xc:jar:1.9.13:compile
[INFO] |  +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.1:compile
[INFO] |  \- org.apache.hadoop:hadoop-annotations:jar:2.7.1:compile
[INFO] +- org.apache.hive:hive-metastore:jar:2.2.0:compile
[INFO] |  +- org.apache.hive:hive-serde:jar:2.2.0:compile
[INFO] |  |  +- org.apache.hive:hive-common:jar:2.2.0:compile
[INFO] |  |  |  +- org.apache.hive:hive-storage-api:jar:2.3.1:compile
[INFO] |  |  |  +- org.apache.hive:hive-orc:jar:2.2.0:compile
[INFO] |  |  |  |  \- org.iq80.snappy:snappy:jar:0.2:compile
[INFO] |  |  |  +- jline:jline:jar:2.12:compile
[INFO] |  |  |  +- joda-time:joda-time:jar:2.9.7:compile
[INFO] |  |  |  +- org.apache.logging.log4j:log4j-1.2-api:jar:2.7:compile
[INFO] |  |  |  |  +- org.apache.logging.log4j:log4j-api:jar:2.7:compile
[INFO] |  |  |  |  \- org.apache.logging.log4j:log4j-core:jar:2.7:compile
[INFO] |  |  |  +- org.apache.logging.log4j:log4j-web:jar:2.7:compile
[INFO] |  |  |  +- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.7:compile
[INFO] |  |  |  +- org.apache.ant:ant:jar:1.9.1:compile
[INFO] |  |  |  |  \- org.apache.ant:ant-launcher:jar:1.9.1:compile
[INFO] |  |  |  +- com.tdunning:json:jar:1.8:compile
[INFO] |  |  |  +- io.dropwizard.metrics:metrics-jvm:jar:3.1.0:compile
[INFO] |  |  |  +- io.dropwizard.metrics:metrics-json:jar:3.1.0:compile
[INFO] |  |  |  \- com.github.joshelser:dropwizard-metrics-hadoop-metrics2-reporter:jar:0.1.2:compile
[INFO] |  |  +- org.apache.hive:hive-service-rpc:jar:2.2.0:compile
[INFO] |  |  |  +- tomcat:jasper-compiler:jar:5.5.23:compile
[INFO] |  |  |  |  +- javax.servlet:jsp-api:jar:2.0:compile
[INFO] |  |  |  |  \- ant:ant:jar:1.6.5:compile
[INFO] |  |  |  \- tomcat:jasper-runtime:jar:5.5.23:compile
[INFO] |  |  |     \- commons-el:commons-el:jar:1.0:compile
[INFO] |  |  +- net.sf.opencsv:opencsv:jar:2.3:compile
[INFO] |  |  \- org.apache.parquet:parquet-hadoop-bundle:jar:1.8.1:compile
[INFO] |  +- org.apache.hive:hive-shims:jar:2.2.0:compile
[INFO] |  |  +- org.apache.hive.shims:hive-shims-common:jar:2.2.0:compile
[INFO] |  |  +- org.apache.hive.shims:hive-shims-0.23:jar:2.2.0:runtime
[INFO] |  |  |  \- org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:2.8.0:runtime
[INFO] |  |  |     +- com.google.inject.extensions:guice-servlet:jar:3.0:runtime
[INFO] |  |  |     +- com.sun.jersey:jersey-json:jar:1.9:runtime
[INFO] |  |  |     |  \- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:runtime
[INFO] |  |  |     +- com.sun.jersey.contribs:jersey-guice:jar:1.9:runtime
[INFO] |  |  |     |  \- com.sun.jersey:jersey-server:jar:1.9:runtime
[INFO] |  |  |     |     \- asm:asm:jar:3.1:runtime
[INFO] |  |  |     +- org.codehaus.jettison:jettison:jar:1.1:runtime
[INFO] |  |  |     +- org.apache.hadoop:hadoop-yarn-server-applicationhistoryservice:jar:2.8.0:runtime
[INFO] |  |  |     +- org.apache.hadoop:hadoop-yarn-server-web-proxy:jar:2.8.0:runtime
[INFO] |  |  |     |  \- org.mortbay.jetty:jetty:jar:6.1.26:runtime
[INFO] |  |  |     +- org.apache.curator:curator-test:jar:2.7.1:runtime
[INFO] |  |  |     |  \- org.apache.commons:commons-math:jar:2.2:runtime
[INFO] |  |  |     \- org.apache.zookeeper:zookeeper:test-jar:tests:3.4.6:runtime
[INFO] |  |  \- org.apache.hive.shims:hive-shims-scheduler:jar:2.2.0:runtime
[INFO] |  +- javolution:javolution:jar:5.5.1:compile
[INFO] |  +- com.google.guava:guava:jar:14.0.1:compile
[INFO] |  +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.1:compile
[INFO] |  +- org.apache.hbase:hbase-client:jar:1.1.1:compile
[INFO] |  |  +- org.apache.hbase:hbase-annotations:jar:1.1.1:compile
[INFO] |  |  |  \- jdk.tools:jdk.tools:jar:1.7:system
[INFO] |  |  +- org.apache.hbase:hbase-common:jar:1.1.1:compile
[INFO] |  |  +- org.apache.hbase:hbase-protocol:jar:1.1.1:compile
[INFO] |  |  +- org.jruby.jcodings:jcodings:jar:1.0.8:compile
[INFO] |  |  +- org.jruby.joni:joni:jar:2.1.2:compile
[INFO] |  |  \- com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1:compile
[INFO] |  +- com.jolbox:bonecp:jar:0.8.0.RELEASE:compile
[INFO] |  +- com.zaxxer:HikariCP:jar:2.5.1:compile
[INFO] |  +- commons-cli:commons-cli:jar:1.2:compile
[INFO] |  +- commons-lang:commons-lang:jar:2.6:compile
[INFO] |  +- org.apache.derby:derby:jar:10.13.1.1:compile
[INFO] |  +- org.datanucleus:datanucleus-api-jdo:jar:4.2.1:compile
[INFO] |  +- org.datanucleus:datanucleus-core:jar:4.1.6:compile
[INFO] |  +- org.datanucleus:datanucleus-rdbms:jar:4.1.7:compile
[INFO] |  +- commons-pool:commons-pool:jar:1.6:compile
[INFO] |  +- commons-dbcp:commons-dbcp:jar:1.4:compile
[INFO] |  +- javax.jdo:jdo-api:jar:3.0.1:compile
[INFO] |  |  \- javax.transaction:jta:jar:1.1:compile
[INFO] |  +- org.datanucleus:javax.jdo:jar:3.2.0-m3:compile
[INFO] |  |  \- javax.transaction:transaction-api:jar:1.1:compile
[INFO] |  +- org.antlr:antlr-runtime:jar:3.4:compile
[INFO] |  |  +- org.antlr:stringtemplate:jar:3.2.1:compile
[INFO] |  |  \- antlr:antlr:jar:2.7.7:compile
[INFO] |  +- org.apache.thrift:libfb303:jar:0.9.3:compile
[INFO] |  +- org.apache.thrift:libthrift:jar:0.9.3:compile
[INFO] |  +- co.cask.tephra:tephra-api:jar:0.6.0:compile
[INFO] |  +- co.cask.tephra:tephra-core:jar:0.6.0:compile
[INFO] |  |  +- com.google.inject:guice:jar:3.0:compile
[INFO] |  |  |  +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |  |  \- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  |  +- com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
[INFO] |  |  +- it.unimi.dsi:fastutil:jar:6.5.6:compile
[INFO] |  |  +- org.apache.twill:twill-common:jar:0.6.0-incubating:compile
[INFO] |  |  +- org.apache.twill:twill-core:jar:0.6.0-incubating:compile
[INFO] |  |  |  \- org.apache.twill:twill-api:jar:0.6.0-incubating:compile
[INFO] |  |  +- org.apache.twill:twill-discovery-api:jar:0.6.0-incubating:compile
[INFO] |  |  +- org.apache.twill:twill-discovery-core:jar:0.6.0-incubating:compile
[INFO] |  |  +- org.apache.twill:twill-zookeeper:jar:0.6.0-incubating:compile
[INFO] |  |  \- io.dropwizard.metrics:metrics-core:jar:3.1.2:compile
[INFO] |  +- co.cask.tephra:tephra-hbase-compat-1.0:jar:0.6.0:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.7.22:compile
[INFO] +- io.confluent:kafka-schema-registry-client:jar:3.2.0:compile
[INFO] |  +- org.apache.avro:avro:jar:1.7.7:compile
[INFO] |  |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] |  |  \- org.xerial.snappy:snappy-java:jar:1.0.5:compile
[INFO] |  \- org.slf4j:slf4j-log4j12:jar:1.7.22:compile
[INFO] +- org.springframework:spring-context-support:jar:4.3.6.RELEASE:compile
[INFO] |  +- org.springframework:spring-beans:jar:4.3.6.RELEASE:compile
[INFO] |  \- org.springframework:spring-context:jar:4.3.6.RELEASE:compile
[INFO] +- org.quartz-scheduler:quartz:jar:2.2.2:compile
[INFO] |  \- c3p0:c3p0:jar:0.9.1.1:compile
[INFO] +- org.quartz-scheduler:quartz-jobs:jar:2.2.2:compile
[INFO] +- com.cloudera.livy:livy-core_2.10:jar:0.3.0:compile
[INFO] |  +- com.cloudera.livy:livy-client-common:jar:0.3.0:compile
[INFO] |  |  +- com.cloudera.livy:livy-api:jar:0.3.0:compile
[INFO] |  |  \- com.esotericsoftware.kryo:kryo:jar:2.22:compile
[INFO] |  +- log4j:log4j:jar:1.2.16:compile
[INFO] |  \- org.scala-lang:scala-library:jar:2.10.4:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:1.5.1.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test:jar:1.5.1.RELEASE:test
[INFO] |  +- org.springframework.boot:spring-boot-test-autoconfigure:jar:1.5.1.RELEASE:test
[INFO] |  +- com.jayway.jsonpath:json-path:jar:2.2.0:test
[INFO] |  |  \- net.minidev:json-smart:jar:2.2.1:test
[INFO] |  |     \- net.minidev:accessors-smart:jar:1.1:test
[INFO] |  |        \- org.ow2.asm:asm:jar:5.0.3:test
[INFO] |  +- org.assertj:assertj-core:jar:2.6.0:test
[INFO] |  +- org.mockito:mockito-core:jar:1.10.19:test
[INFO] |  |  \- org.objenesis:objenesis:jar:2.1:test
[INFO] |  +- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] |  +- org.hamcrest:hamcrest-library:jar:1.3:test
[INFO] |  +- org.skyscreamer:jsonassert:jar:1.4.0:test
[INFO] |  |  \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] |  \- org.springframework:spring-test:jar:4.3.6.RELEASE:test
[INFO] +- junit:junit:jar:4.12:test
[INFO] +- org.powermock:powermock-api-mockito:jar:1.6.6:test
[INFO] |  \- org.powermock:powermock-api-mockito-common:jar:1.6.6:test
[INFO] |     \- org.powermock:powermock-api-support:jar:1.6.6:test
[INFO] +- org.powermock:powermock-module-junit4:jar:1.6.6:test
[INFO] |  \- org.powermock:powermock-module-junit4-common:jar:1.6.6:test
[INFO] |     +- org.powermock:powermock-core:jar:1.6.6:test
[INFO] |     |  \- org.javassist:javassist:jar:3.21.0-GA:runtime
[INFO] |     \- org.powermock:powermock-reflect:jar:1.6.6:test
[INFO] +- com.h2database:h2:jar:1.4.193:compile
[INFO] \- org.elasticsearch.client:elasticsearch-rest-client:jar:6.2.4:compile
[INFO]    +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile
[INFO]    +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO]    +- org.apache.httpcomponents:httpasyncclient:jar:4.1.2:compile
[INFO]    +- org.apache.httpcomponents:httpcore-nio:jar:4.4.5:compile
[INFO]    +- commons-codec:commons-codec:jar:1.10:compile
[INFO]    \- commons-logging:commons-logging:jar:1.1.3:compile
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Griffin :: Measures 0.3.0-incubating
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ measure ---
[INFO] org.apache.griffin:measure:jar:0.3.0-incubating
[INFO] +- org.scala-lang:scala-library:jar:2.11.8:compile
[INFO] +- org.apache.spark:spark-core_2.11:jar:2.2.1:provided
[INFO] |  +- org.apache.avro:avro:jar:1.7.7:compile
[INFO] |  |  +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] |  |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] |  |  \- org.apache.commons:commons-compress:jar:1.4.1:compile
[INFO] |  |     \- org.tukaani:xz:jar:1.0:compile
[INFO] |  +- org.apache.avro:avro-mapred:jar:hadoop2:1.7.7:provided
[INFO] |  |  +- org.apache.avro:avro-ipc:jar:1.7.7:provided
[INFO] |  |  \- org.apache.avro:avro-ipc:jar:tests:1.7.7:provided
[INFO] |  +- com.twitter:chill_2.11:jar:0.8.0:provided
[INFO] |  |  \- com.esotericsoftware:kryo-shaded:jar:3.0.3:provided
[INFO] |  |     +- com.esotericsoftware:minlog:jar:1.3.0:provided
[INFO] |  |     \- org.objenesis:objenesis:jar:2.1:provided
[INFO] |  +- com.twitter:chill-java:jar:0.8.0:provided
[INFO] |  +- org.apache.xbean:xbean-asm5-shaded:jar:4.4:provided
[INFO] |  +- org.apache.hadoop:hadoop-client:jar:2.6.5:provided
[INFO] |  |  +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.6.5:provided
[INFO] |  |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.6.5:provided
[INFO] |  |  +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.6.5:provided
[INFO] |  |  \- org.apache.hadoop:hadoop-annotations:jar:2.6.5:provided
[INFO] |  +- org.apache.spark:spark-launcher_2.11:jar:2.2.1:provided
[INFO] |  +- org.apache.spark:spark-network-common_2.11:jar:2.2.1:provided
[INFO] |  |  \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:provided
[INFO] |  +- org.apache.spark:spark-network-shuffle_2.11:jar:2.2.1:provided
[INFO] |  +- org.apache.spark:spark-unsafe_2.11:jar:2.2.1:provided
[INFO] |  +- net.java.dev.jets3t:jets3t:jar:0.9.3:provided
[INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.3.3:provided
[INFO] |  |  +- javax.activation:activation:jar:1.1.1:provided
[INFO] |  |  +- mx4j:mx4j:jar:3.0.2:provided
[INFO] |  |  +- javax.mail:mail:jar:1.4.7:provided
[INFO] |  |  +- org.bouncycastle:bcprov-jdk15on:jar:1.51:provided
[INFO] |  |  \- com.jamesmurty.utils:java-xmlbuilder:jar:1.0:provided
[INFO] |  |     \- net.iharder:base64:jar:2.3.8:provided
[INFO] |  +- javax.servlet:javax.servlet-api:jar:3.1.0:provided
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.5:provided
[INFO] |  +- org.apache.commons:commons-math3:jar:3.4.1:provided
[INFO] |  +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] |  +- org.slf4j:jul-to-slf4j:jar:1.7.16:provided
[INFO] |  +- org.slf4j:jcl-over-slf4j:jar:1.7.16:provided
[INFO] |  +- com.ning:compress-lzf:jar:1.0.3:provided
[INFO] |  +- org.xerial.snappy:snappy-java:jar:1.1.2.6:compile
[INFO] |  +- net.jpountz.lz4:lz4:jar:1.3.0:compile
[INFO] |  +- org.roaringbitmap:RoaringBitmap:jar:0.5.11:provided
[INFO] |  +- commons-net:commons-net:jar:2.2:provided
[INFO] |  +- org.json4s:json4s-jackson_2.11:jar:3.2.11:provided
[INFO] |  |  \- org.json4s:json4s-core_2.11:jar:3.2.11:provided
[INFO] |  |     +- org.json4s:json4s-ast_2.11:jar:3.2.11:provided
[INFO] |  |     \- org.scala-lang:scalap:jar:2.11.0:provided
[INFO] |  |        \- org.scala-lang:scala-compiler:jar:2.11.0:provided
[INFO] |  +- org.glassfish.jersey.core:jersey-client:jar:2.22.2:provided
[INFO] |  |  +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:provided
[INFO] |  |  +- org.glassfish.hk2:hk2-api:jar:2.4.0-b34:provided
[INFO] |  |  |  +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b34:provided
[INFO] |  |  |  \- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b34:provided
[INFO] |  |  +- org.glassfish.hk2.external:javax.inject:jar:2.4.0-b34:provided
[INFO] |  |  \- org.glassfish.hk2:hk2-locator:jar:2.4.0-b34:provided
[INFO] |  |     \- org.javassist:javassist:jar:3.18.1-GA:provided
[INFO] |  +- org.glassfish.jersey.core:jersey-common:jar:2.22.2:provided
[INFO] |  |  +- javax.annotation:javax.annotation-api:jar:1.2:provided
[INFO] |  |  +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.2:provided
[INFO] |  |  \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:provided
[INFO] |  +- org.glassfish.jersey.core:jersey-server:jar:2.22.2:provided
[INFO] |  |  +- org.glassfish.jersey.media:jersey-media-jaxb:jar:2.22.2:provided
[INFO] |  |  \- javax.validation:validation-api:jar:1.1.0.Final:provided
[INFO] |  +- org.glassfish.jersey.containers:jersey-container-servlet:jar:2.22.2:provided
[INFO] |  +- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.22.2:provided
[INFO] |  +- io.netty:netty-all:jar:4.0.43.Final:provided
[INFO] |  +- io.netty:netty:jar:3.9.9.Final:compile
[INFO] |  +- com.clearspring.analytics:stream:jar:2.7.0:provided
[INFO] |  +- io.dropwizard.metrics:metrics-core:jar:3.1.2:provided
[INFO] |  +- io.dropwizard.metrics:metrics-jvm:jar:3.1.2:provided
[INFO] |  +- io.dropwizard.metrics:metrics-json:jar:3.1.2:provided
[INFO] |  +- io.dropwizard.metrics:metrics-graphite:jar:3.1.2:provided
[INFO] |  +- org.apache.ivy:ivy:jar:2.4.0:provided
[INFO] |  +- oro:oro:jar:2.0.8:provided
[INFO] |  +- net.razorvine:pyrolite:jar:4.13:provided
[INFO] |  +- net.sf.py4j:py4j:jar:0.10.4:provided
[INFO] |  +- org.apache.spark:spark-tags_2.11:jar:2.2.1:compile
[INFO] |  +- org.apache.commons:commons-crypto:jar:1.0.0:provided
[INFO] |  \- org.spark-project.spark:unused:jar:1.0.0:compile
[INFO] +- org.apache.spark:spark-streaming_2.11:jar:2.2.1:provided
[INFO] +- org.apache.spark:spark-hive_2.11:jar:2.2.1:provided
[INFO] |  +- com.twitter:parquet-hadoop-bundle:jar:1.6.0:provided
[INFO] |  +- org.apache.spark:spark-sql_2.11:jar:2.2.1:provided
[INFO] |  |  +- com.univocity:univocity-parsers:jar:2.2.1:provided
[INFO] |  |  +- org.apache.spark:spark-sketch_2.11:jar:2.2.1:provided
[INFO] |  |  +- org.apache.spark:spark-catalyst_2.11:jar:2.2.1:provided
[INFO] |  |  |  +- org.codehaus.janino:janino:jar:3.0.0:provided
[INFO] |  |  |  +- org.codehaus.janino:commons-compiler:jar:3.0.0:provided
[INFO] |  |  |  \- org.antlr:antlr4-runtime:jar:4.5.3:provided
[INFO] |  |  +- org.apache.parquet:parquet-column:jar:1.8.2:provided
[INFO] |  |  |  +- org.apache.parquet:parquet-common:jar:1.8.2:provided
[INFO] |  |  |  \- org.apache.parquet:parquet-encoding:jar:1.8.2:provided
[INFO] |  |  \- org.apache.parquet:parquet-hadoop:jar:1.8.2:provided
[INFO] |  |     +- org.apache.parquet:parquet-format:jar:2.3.1:provided
[INFO] |  |     \- org.apache.parquet:parquet-jackson:jar:1.8.2:provided
[INFO] |  +- org.spark-project.hive:hive-exec:jar:1.2.1.spark2:provided
[INFO] |  |  +- commons-io:commons-io:jar:2.4:provided
[INFO] |  |  +- commons-lang:commons-lang:jar:2.6:provided
[INFO] |  |  +- javolution:javolution:jar:5.5.1:provided
[INFO] |  |  +- log4j:apache-log4j-extras:jar:1.2.17:provided
[INFO] |  |  +- org.antlr:antlr-runtime:jar:3.4:provided
[INFO] |  |  |  +- org.antlr:stringtemplate:jar:3.2.1:provided
[INFO] |  |  |  \- antlr:antlr:jar:2.7.7:provided
[INFO] |  |  +- org.antlr:ST4:jar:4.0.4:provided
[INFO] |  |  +- com.googlecode.javaewah:JavaEWAH:jar:0.3.2:provided
[INFO] |  |  +- org.iq80.snappy:snappy:jar:0.2:provided
[INFO] |  |  +- stax:stax-api:jar:1.0.1:provided
[INFO] |  |  \- net.sf.opencsv:opencsv:jar:2.3:provided
[INFO] |  +- org.spark-project.hive:hive-metastore:jar:1.2.1.spark2:provided
[INFO] |  |  +- com.jolbox:bonecp:jar:0.8.0.RELEASE:provided
[INFO] |  |  +- commons-cli:commons-cli:jar:1.2:provided
[INFO] |  |  +- commons-logging:commons-logging:jar:1.1.3:provided
[INFO] |  |  +- org.datanucleus:datanucleus-api-jdo:jar:3.2.6:provided
[INFO] |  |  +- org.datanucleus:datanucleus-rdbms:jar:3.2.9:provided
[INFO] |  |  +- commons-pool:commons-pool:jar:1.5.4:provided
[INFO] |  |  +- commons-dbcp:commons-dbcp:jar:1.4:provided
[INFO] |  |  \- javax.jdo:jdo-api:jar:3.0.1:provided
[INFO] |  |     \- javax.transaction:jta:jar:1.1:provided
[INFO] |  +- commons-httpclient:commons-httpclient:jar:3.1:provided
[INFO] |  +- org.apache.calcite:calcite-avatica:jar:1.2.0-incubating:provided
[INFO] |  +- org.apache.calcite:calcite-core:jar:1.2.0-incubating:provided
[INFO] |  |  +- org.apache.calcite:calcite-linq4j:jar:1.2.0-incubating:provided
[INFO] |  |  \- net.hydromatic:eigenbase-properties:jar:1.1.5:provided
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.5.2:provided
[INFO] |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.10:provided
[INFO] |  +- joda-time:joda-time:jar:2.9.3:provided
[INFO] |  +- org.jodd:jodd-core:jar:3.5.2:provided
[INFO] |  +- org.datanucleus:datanucleus-core:jar:3.2.10:provided
[INFO] |  +- org.apache.thrift:libthrift:jar:0.9.3:provided
[INFO] |  +- org.apache.thrift:libfb303:jar:0.9.3:provided
[INFO] |  \- org.apache.derby:derby:jar:10.12.1.1:provided
[INFO] +- org.apache.spark:spark-streaming-kafka-0-8_2.11:jar:2.2.1:compile
[INFO] |  \- org.apache.kafka:kafka_2.11:jar:0.8.2.1:compile
[INFO] |     +- com.yammer.metrics:metrics-core:jar:2.2.0:compile
[INFO] |     +- com.101tec:zkclient:jar:0.3:compile
[INFO] |     \- org.apache.kafka:kafka-clients:jar:0.8.2.1:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.8.7:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.8.0:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-core:jar:2.8.7:compile
[INFO] +- com.fasterxml.jackson.module:jackson-module-scala_2.11:jar:2.8.7:compile
[INFO] |  +- org.scala-lang:scala-reflect:jar:2.11.8:compile
[INFO] |  \- com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.8.7:compile
[INFO] +- org.scalaj:scalaj-http_2.11:jar:2.3.0:compile
[INFO] +- org.mongodb.scala:mongo-scala-driver_2.11:jar:2.1.0:compile
[INFO] |  +- org.mongodb.scala:mongo-scala-bson_2.11:jar:2.1.0:compile
[INFO] |  \- org.mongodb:mongodb-driver-async:jar:3.4.2:compile
[INFO] |     +- org.mongodb:bson:jar:3.4.2:compile
[INFO] |     \- org.mongodb:mongodb-driver-core:jar:3.4.2:compile
[INFO] +- com.databricks:spark-avro_2.11:jar:4.0.0:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.7.21:compile
[INFO] +- log4j:log4j:jar:1.2.16:compile
[INFO] +- org.apache.curator:curator-recipes:jar:2.10.0:compile
[INFO] |  \- org.apache.curator:curator-framework:jar:2.10.0:compile
[INFO] |     \- org.apache.curator:curator-client:jar:2.10.0:compile
[INFO] +- junit:junit:jar:4.11:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] +- org.scalatest:scalatest_2.11:jar:3.0.0:test
[INFO] |  +- org.scalactic:scalactic_2.11:jar:3.0.0:test
[INFO] |  +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.5:compile
[INFO] |  \- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:compile
[INFO] +- org.scalamock:scalamock-scalatest-support_2.11:jar:3.6.0:test
[INFO] |  \- org.scalamock:scalamock-core_2.11:jar:3.6.0:test
[INFO] \- com.holdenkarau:spark-testing-base_2.11:jar:2.2.1_0.9.0:test
[INFO]    +- io.github.nicolasstucki:multisets_2.11:jar:0.4:test
[INFO]    +- org.scalacheck:scalacheck_2.11:jar:1.13.4:test
[INFO]    |  \- org.scala-sbt:test-interface:jar:1.0:test
[INFO]    +- org.eclipse.jetty:jetty-util:jar:9.3.11.v20160721:test
[INFO]    +- org.apache.hadoop:hadoop-hdfs:jar:tests:2.8.3:test
[INFO]    |  +- org.apache.hadoop:hadoop-hdfs-client:jar:2.8.3:provided
[INFO]    |  |  \- com.squareup.okhttp:okhttp:jar:2.4.0:provided
[INFO]    |  |     \- com.squareup.okio:okio:jar:1.4.0:provided
[INFO]    |  +- com.google.guava:guava:jar:11.0.2:compile
[INFO]    |  +- org.mortbay.jetty:jetty:jar:6.1.26:provided
[INFO]    |  +- org.mortbay.jetty:jetty-util:jar:6.1.26:provided
[INFO]    |  +- com.sun.jersey:jersey-core:jar:1.9:provided
[INFO]    |  +- com.sun.jersey:jersey-server:jar:1.9:provided
[INFO]    |  |  \- asm:asm:jar:3.1:provided
[INFO]    |  +- commons-daemon:commons-daemon:jar:1.0.13:provided
[INFO]    |  +- com.google.protobuf:protobuf-java:jar:2.5.0:provided
[INFO]    |  +- xmlenc:xmlenc:jar:0.52:provided
[INFO]    |  +- xerces:xercesImpl:jar:2.9.1:provided
[INFO]    |  |  \- xml-apis:xml-apis:jar:1.3.04:provided
[INFO]    |  \- org.apache.htrace:htrace-core4:jar:4.0.1-incubating:provided
[INFO]    +- org.apache.hadoop:hadoop-hdfs:jar:2.8.3:provided
[INFO]    +- org.apache.hadoop:hadoop-common:jar:tests:2.8.3:test
[INFO]    |  +- commons-collections:commons-collections:jar:3.2.2:provided
[INFO]    |  +- org.mortbay.jetty:jetty-sslengine:jar:6.1.26:provided
[INFO]    |  +- javax.servlet.jsp:jsp-api:jar:2.1:provided
[INFO]    |  +- com.sun.jersey:jersey-json:jar:1.9:provided
[INFO]    |  |  +- org.codehaus.jettison:jettison:jar:1.1:provided
[INFO]    |  |  +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:provided
[INFO]    |  |  +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:provided
[INFO]    |  |  \- org.codehaus.jackson:jackson-xc:jar:1.8.3:provided
[INFO]    |  +- commons-configuration:commons-configuration:jar:1.6:provided
[INFO]    |  |  +- commons-digester:commons-digester:jar:1.8:provided
[INFO]    |  |  |  \- commons-beanutils:commons-beanutils:jar:1.7.0:provided
[INFO]    |  |  \- commons-beanutils:commons-beanutils-core:jar:1.8.0:provided
[INFO]    |  +- com.google.code.gson:gson:jar:2.2.4:provided
[INFO]    |  +- org.apache.hadoop:hadoop-auth:jar:2.8.3:provided
[INFO]    |  |  +- com.nimbusds:nimbus-jose-jwt:jar:3.9:provided
[INFO]    |  |  |  +- net.jcip:jcip-annotations:jar:1.0:provided
[INFO]    |  |  |  \- net.minidev:json-smart:jar:1.1.1:provided
[INFO]    |  |  \- org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:provided
[INFO]    |  |     +- org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:provided
[INFO]    |  |     +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:provided
[INFO]    |  |     \- org.apache.directory.api:api-util:jar:1.0.0-M20:provided
[INFO]    |  +- com.jcraft:jsch:jar:0.1.54:provided
[INFO]    |  \- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
[INFO]    +- org.apache.hadoop:hadoop-common:jar:2.8.3:provided
[INFO]    +- org.apache.hadoop:hadoop-client:jar:tests:2.8.3:test
[INFO]    +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:tests:2.8.3:test
[INFO]    |  +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.8.3:provided
[INFO]    |  |  \- org.apache.hadoop:hadoop-yarn-client:jar:2.8.3:provided
[INFO]    |  +- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.8.3:provided
[INFO]    |  \- com.google.inject.extensions:guice-servlet:jar:3.0:provided
[INFO]    |     \- com.google.inject:guice:jar:3.0:provided
[INFO]    |        +- javax.inject:javax.inject:jar:1:provided
[INFO]    |        \- aopalliance:aopalliance:jar:1.0:provided
[INFO]    +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.8.3:provided
[INFO]    +- org.apache.hadoop:hadoop-yarn-server-tests:jar:tests:2.8.3:test
[INFO]    |  +- org.apache.hadoop:hadoop-yarn-server-common:jar:2.8.3:provided
[INFO]    |  +- org.apache.hadoop:hadoop-yarn-server-nodemanager:jar:2.8.3:provided
[INFO]    |  |  +- javax.xml.bind:jaxb-api:jar:2.2.2:provided
[INFO]    |  |  |  \- javax.xml.stream:stax-api:jar:1.0-2:provided
[INFO]    |  |  +- com.sun.jersey:jersey-client:jar:1.9:provided
[INFO]    |  |  \- com.sun.jersey.contribs:jersey-guice:jar:1.9:provided
[INFO]    |  +- org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:2.8.3:test
[INFO]    |  |  +- org.apache.hadoop:hadoop-yarn-server-applicationhistoryservice:jar:2.8.3:test
[INFO]    |  |  |  \- de.ruedigermoeller:fst:jar:2.50:test
[INFO]    |  |  |     \- com.cedarsoftware:java-util:jar:1.9.0:test
[INFO]    |  |  |        \- com.cedarsoftware:json-io:jar:2.5.1:test
[INFO]    |  |  +- org.apache.curator:curator-test:jar:2.7.1:test
[INFO]    |  |  |  \- org.apache.commons:commons-math:jar:2.2:test
[INFO]    |  |  \- org.apache.zookeeper:zookeeper:test-jar:tests:3.4.6:test
[INFO]    |  \- org.apache.hadoop:hadoop-yarn-common:jar:2.8.3:provided
[INFO]    +- org.apache.hadoop:hadoop-yarn-server-tests:jar:2.8.3:test
[INFO]    +- org.apache.hadoop:hadoop-yarn-server-web-proxy:jar:tests:2.8.3:test
[INFO]    +- org.apache.hadoop:hadoop-yarn-server-web-proxy:jar:2.8.3:test
[INFO]    \- org.apache.hadoop:hadoop-minicluster:jar:2.8.3:test
[INFO]       \- org.apache.hadoop:hadoop-mapreduce-client-hs:jar:2.8.3:test
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Griffin 0.3.0-incubating .................... SUCCESS [  0.457 s]
[INFO] Apache Griffin :: UI :: Default UI ................. SUCCESS [  0.012 s]
[INFO] Apache Griffin :: Web Service ...................... SUCCESS [  0.821 s]
[INFO] Apache Griffin :: Measures ......................... SUCCESS [  0.593 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.178 s
[INFO] Finished at: 2018-10-10T13:19:11+08:00
[INFO] Final Memory: 39M/437M
[INFO] ------------------------------------------------------------------------

 

 

  • No labels