Podling maturity evaluation of Apache Fineract based on the Apache project maturity model

Maturity model

Code

 

ID

Description

Status

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.

CD30

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

YES. The project uses Apache Maven and can be built via the standard “mvn clean install” with optional support libraries (use Docker)

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. The project uses a git.apache.org, site and releases are tagged (for site).

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 Apache 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,  Development  Guide and Submit Change.

 

Licenses and Copyright


 

ID

Description

Status

LC10

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

YES. Source distributions 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. The files in the project source repository have appropriate headers (see below).

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

 

Releases


 

ID

Description

Status

RE10

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

YES. Source releases are distributed via dist.apache.org and linked from the website.

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 Mnemonic community and the Incubator, all with at least 3 PPMC 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.

NO. Distribute source code packages only.

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.

YES. Release guide is available describing the entire process. The Mnemonic releases have been performed by two different release managers.

 

Quality


 

ID

Description

Status

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. Developer also uses Eclipse or Intellij IDEA to improve their code quality.

QU20

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

YES. Security issues would be treated with the highest priority, computing service and memory service are separated from other modules and defined by interfaces, so security concerns could be largely mitigated by introduced this design at first place..

QU30

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

YES. Website provides a security page: http://mnemonic.incubator.apache.org/docs/security.html  

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 contains a “What’s new” on the website containing the release notes (extracted for Jira). 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. The project has resolved 314 issues  during incubation.

 

Community


 

ID

Description

Status

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 is 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, there is a contributor dedicated to work on website 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 4 new committers and 2 PPMCs 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 a few hours via dev@list and JIRA

 

Consensus Building


 

ID

Description

Status

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 website contains the list of committers and PPMC members.

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 and fully communication.

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. The feedback of conference presentation has been discussed in mailing list.  

 

Independence


 

ID

Description

Status

IN10

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

YES. The project team gathers people from different companies.

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.

 

Footnotes

[1] “For distribution to the public at no charge” is straight from the form the ASF Bylaws at http://apache.org/foundation/bylaws.html.

[2] See also LC40.

[3] It's ok for platforms (like a runtime used to execute our code) to have different licenses as long as they don’t impose reciprocal licensing on what we are distributing.

[4] http://apache.org/legal/resolved.html has information about acceptable licenses for third-party dependencies

[5] In Apache projects, the ASF owns the copyright for the collective work, i.e. the project’s releases. Contributors retain copyright on their contributions but grant the ASF a perpetual copyright license for them.

[6] See http://www.apache.org/dev/release.html for more info on Apache releases

[7] The required level of security depends on the software’s intended uses, of course. Expectations should be clearly documented.

[8] Apache projects can just point to http://www.apache.org/security/ or use their own security contacts page, which should also point to that.

[9] In Apache projects, “consensus” means widespread agreement among people who have decision power. It does not necessarily mean “unanimity”.

[10] For Apache projects, http://www.apache.org/foundation/voting.html defines the voting rules.

[11] Apache projects have a private mailing list that their PMC is expected to use only when really needed. The private list is typically used for discussions about people, for example to discuss and to vote on PMC candidates privately.

[12] Independence can be understood as basing the project’s decisions on the open discussions that happen on the project’s main communications channel, with no hidden agendas.

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 214 third-party dependencies.

    (Public Domain) AOP alliance (aopalliance:aopalliance:1.0 - http://aopalliance.sourceforge.net)

    (Unknown license) ASM Core (asm:asm:3.1 - http://asm.objectweb.org/asm/)

    (Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Classic Module (ch.qos.logback:logback-classic:1.1.7 - http://logback.qos.ch/logback-classic)

    (Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Core Module (ch.qos.logback:logback-core:1.1.7 - http://logback.qos.ch/logback-core)

    (The Apache Software License, Version 2.0) JCommander (com.beust:jcommander:1.27 - http://beust.com/jcommander)

    (Apache License) shapeless-core (com.chuusai:shapeless_2.11:2.0.0 - https://github.com/milessabin/shapeless)

    (Apache License, Version 2.0) stream-lib (com.clearspring.analytics:stream:2.7.0 - https://github.com/addthis/stream-lib)

    (New BSD License) Kryo 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.6.5 - http://github.com/FasterXML/jackson)

    (The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.6.5 - https://github.com/FasterXML/jackson-core)

    (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.6.5 - http://github.com/FasterXML/jackson)

    (The Apache Software License, Version 2.0) Jackson-module-paranamer (com.fasterxml.jackson.module:jackson-module-paranamer:2.6.5 - http://wiki.fasterxml.com/JacksonHome)

    (The Apache Software License, Version 2.0) jackson-module-scala (com.fasterxml.jackson.module:jackson-module-scala_2.11:2.6.5 - http://wiki.fasterxml.com/JacksonModuleScala)

    (BSD 3 Clause) core (com.github.fommil.netlib:core:1.1.2 - https://github.com/fommil/netlib-java/core)

    (GPL) (LGPL) (MPL) JTransforms (com.github.rwl:jtransforms:2.4.0 - http://sourceforge.net/projects/jtransforms/)

    (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:1.3.9 - http://findbugs.sourceforge.net/)

    (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.0 - http://findbugs.sourceforge.net/)

    (The Apache Software License, Version 2.0) Gson (com.google.code.gson:gson:2.2.4 - http://code.google.com/p/google-gson/)

    (The Apache Software License, Version 2.0) Guava: Google Core Libraries for Java (com.google.guava:guava:11.0.2 - http://code.google.com/p/guava-libraries/guava)

    (The Apache Software License, Version 2.0) Guava: Google Core Libraries for Java (com.google.guava:guava: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 - 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 License, Version 2.0) java-xmlbuilder (com.jamesmurty.utils:java-xmlbuilder:0.4 - http://code.google.com/p/java-xmlbuilder/)

    (BSD) JSch (com.jcraft:jsch:0.1.42 - http://www.jcraft.com/jsch/)

    (Apache License 2.0) Compress-LZF (com.ning:compress-lzf:1.0.3 - http://github.com/ning/compress)

    (Apache 2.0) JavaPoet (com.squareup:javapoet:1.6.1 - http://github.com/square/javapoet/)

    (CDDL 1.1) (GPL2 w/ CPE) jersey-client (com.sun.jersey:jersey-client:1.9 - https://jersey.java.net/jersey-client/)

    (CDDL 1.1) (GPL2 w/ CPE) jersey-core (com.sun.jersey:jersey-core:1.9 - https://jersey.java.net/jersey-core/)

    (CDDL 1.1) (GPL2 w/ CPE) jersey-json (com.sun.jersey:jersey-json:1.9 - https://jersey.java.net/jersey-json/)

    (CDDL 1.1) (GPL2 w/ CPE) jersey-server (com.sun.jersey:jersey-server:1.9 - https://jersey.java.net/jersey-server/)

    (CDDL 1.1) (GPL2 w/ CPE) jersey-guice (com.sun.jersey.contribs:jersey-guice:1.9 - https://jersey.java.net/jersey-contribs/jersey-guice/)

    (CDDL 1.1) (GPL2 w/ CPE) JAXB RI (com.sun.xml.bind:jaxb-impl:2.2.3-1 - http://jaxb.java.net/)

    (BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.3 - http://paranamer.codehaus.org/paranamer)

    (BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.6 - 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)

    (Apache 2) univocity-parsers (com.univocity:univocity-parsers:2.2.1 - http://github.com/uniVocity/univocity-parsers)

    (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/)

    (Apache License, Version 2.0) Apache Commons CLI (commons-cli:commons-cli:1.3.1 - http://commons.apache.org/proper/commons-cli/)

    (The Apache Software License, Version 2.0) Codec (commons-codec:commons-codec:1.3 - http://jakarta.apache.org/commons/codec/)

    (The Apache Software License, Version 2.0) Commons Codec (commons-codec:commons-codec:1.4 - http://commons.apache.org/codec/)

    (The Apache Software License, Version 2.0) Commons Collections (commons-collections:commons-collections:3.2.1 - http://commons.apache.org/collections/)

    (Apache License, Version 2.0) Apache Commons Collections (commons-collections:commons-collections:3.2.2 - http://commons.apache.org/collections/)

    (The Apache Software License, Version 2.0) Commons Configuration (commons-configuration:commons-configuration:1.6 - http://commons.apache.org/${pom.artifactId.substring(8)}/)

    (The Apache Software License, Version 2.0) Commons Daemon (commons-daemon:commons-daemon:1.0.13 - http://commons.apache.org/daemon/)

    (The Apache Software License, Version 2.0) Digester (commons-digester:commons-digester:1.8 - http://jakarta.apache.org/commons/digester/)

    (Apache License) HttpClient (commons-httpclient:commons-httpclient:3.1 - http://jakarta.apache.org/httpcomponents/httpclient-3.x/)

    (The Apache Software License, Version 2.0) Commons IO (commons-io:commons-io:2.1 - http://commons.apache.org/io/)

    (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.5 - http://commons.apache.org/lang/)

    (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 Net (commons-net:commons-net:3.1 - http://commons.apache.org/net/)

    (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/)

    (Apache License, Version 2.0) The Netty Project (io.netty:netty:3.6.2.Final - http://netty.io/)

    (Apache License, Version 2.0) The Netty Project (io.netty:netty:3.8.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) Netty/All-in-One (io.netty:netty-all:4.0.42.Final - http://netty.io/netty-all/)

    (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)

    (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/)

    (CDDL + GPLv2 with classpath exception) Java Servlet API (javax.servlet:javax.servlet-api:3.1.0 - http://servlet-spec.java.net)

    (Unknown license) servlet-api (javax.servlet:servlet-api:2.5 - no url defined)

    (Unknown license) jsp-api (javax.servlet.jsp:jsp-api:2.1 - no url defined)

    (The Apache Software License, Version 2.0) Bean Validation API (javax.validation:validation-api:1.1.0.Final - http://beanvalidation.org)

    (CDDL 1.1) (GPL2 w/ CPE) javax.ws.rs-api (javax.ws.rs:javax.ws.rs-api:2.0.1 - http://jax-rs-spec.java.net)

    (CDDL 1.1) (GPL2 w/ CPE) 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)

    (The Apache Software License, Version 2.0) Apache Log4j (log4j:log4j:1.2.17 - http://logging.apache.org/log4j/1.2/)

    (Apache License, Version 2.0) An open source Java toolkit for Amazon S3 (net.java.dev.jets3t:jets3t:0.7.1 - http://jets3t.s3.amazonaws.com/index.html)

    (Apache License, Version 2.0) An open source Java toolkit for Amazon S3 (net.java.dev.jets3t:jets3t:0.9.0 - http://www.jets3t.org)

    (The Apache Software License, Version 2.0) LZ4 and xxHash (net.jpountz.lz4:lz4:1.3.0 - https://github.com/jpountz/lz4-java)

    (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)

    (The BSD License) Fortran to Java ARPACK (net.sourceforge.f2j:arpack_combined_all:0.1 - http://f2j.sourceforge.net)

    (The BSD License) ANTLR 4 Runtime (org.antlr:antlr4-runtime:4.5.3 - http://www.antlr.org/antlr4-runtime)

    (The Apache Software License, Version 2.0) Apache Avro (org.apache.avro:avro:1.7.4 - http://avro.apache.org)

    (The Apache Software License, Version 2.0) Apache Avro (org.apache.avro:avro:1.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)

    (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.4 - http://commons.apache.org/proper/commons-lang/)

    (The Apache Software License, Version 2.0) Commons Math (org.apache.commons:commons-math:2.1 - 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) 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.4.0 - http://curator.apache.org/curator-client)

    (The Apache Software License, Version 2.0) Curator Client (org.apache.curator:curator-client:2.7.1 - http://curator.apache.org/curator-client)

    (The Apache Software License, Version 2.0) Curator Framework (org.apache.curator:curator-framework:2.4.0 - http://curator.apache.org/curator-framework)

    (The Apache Software License, Version 2.0) Curator Framework (org.apache.curator:curator-framework:2.7.1 - http://curator.apache.org/curator-framework)

    (The Apache Software License, Version 2.0) Curator Recipes (org.apache.curator:curator-recipes:2.4.0 - http://curator.apache.org/curator-recipes)

    (The Apache Software License, Version 2.0) Curator Recipes (org.apache.curator:curator-recipes:2.7.1 - http://curator.apache.org/curator-recipes)

    (The Apache Software License, Version 2.0) Apache Directory API ASN.1 API (org.apache.directory.api:api-asn1-api:1.0.0-M20 - http://directory.apache.org/api-parent/api-asn1-parent/api-asn1-api/)

    (The Apache Software License, Version 2.0) Apache Directory LDAP API Utilities (org.apache.directory.api:api-util:1.0.0-M20 - http://directory.apache.org/api-parent/api-util/)

    (The Apache Software License, Version 2.0) ApacheDS I18n (org.apache.directory.server:apacheds-i18n:2.0.0-M15 - http://directory.apache.org/apacheds/1.5/apacheds-i18n)

    (The Apache Software License, Version 2.0) ApacheDS Protocol Kerberos Codec (org.apache.directory.server:apacheds-kerberos-codec:2.0.0-M15 - http://directory.apache.org/apacheds/1.5/apacheds-kerberos-codec)

    (The Apache Software License, Version 2.0) Apache Hadoop Annotations (org.apache.hadoop:hadoop-annotations:2.2.0 - no url defined)

    (Apache License, Version 2.0) Apache Hadoop Annotations (org.apache.hadoop:hadoop-annotations:2.7.3 - no url defined)

    (The Apache Software License, Version 2.0) Apache Hadoop Auth (org.apache.hadoop:hadoop-auth:2.2.0 - no url defined)

    (Apache License, Version 2.0) Apache Hadoop Auth (org.apache.hadoop:hadoop-auth:2.7.3 - no url defined)

    (The Apache Software License, Version 2.0) Apache Hadoop Client (org.apache.hadoop:hadoop-client:2.2.0 - no url defined)

    (The Apache Software License, Version 2.0) Apache Hadoop Common (org.apache.hadoop:hadoop-common:2.2.0 - no url defined)

    (Apache License, Version 2.0) Apache Hadoop Common (org.apache.hadoop:hadoop-common:2.7.3 - no url defined)

    (The Apache Software License, Version 2.0) Apache Hadoop HDFS (org.apache.hadoop:hadoop-hdfs:2.2.0 - no url defined)

    (Apache License, Version 2.0) Apache Hadoop HDFS (org.apache.hadoop:hadoop-hdfs:2.7.3 - no url defined)

    (The Apache Software License, Version 2.0) hadoop-mapreduce-client-app (org.apache.hadoop:hadoop-mapreduce-client-app:2.2.0 - no url defined)

    (The Apache Software License, Version 2.0) hadoop-mapreduce-client-common (org.apache.hadoop:hadoop-mapreduce-client-common:2.2.0 - no url defined)

    (The Apache Software License, Version 2.0) hadoop-mapreduce-client-core (org.apache.hadoop:hadoop-mapreduce-client-core:2.2.0 - no url defined)

    (Apache License, Version 2.0) hadoop-mapreduce-client-core (org.apache.hadoop:hadoop-mapreduce-client-core:2.7.3 - no url defined)

    (The Apache Software License, Version 2.0) hadoop-mapreduce-client-jobclient (org.apache.hadoop:hadoop-mapreduce-client-jobclient:2.2.0 - no url defined)

    (The Apache Software License, Version 2.0) hadoop-mapreduce-client-shuffle (org.apache.hadoop:hadoop-mapreduce-client-shuffle:2.2.0 - no url defined)

    (The Apache Software License, Version 2.0) hadoop-yarn-api (org.apache.hadoop:hadoop-yarn-api:2.2.0 - no url defined)

    (Apache License, Version 2.0) hadoop-yarn-api (org.apache.hadoop:hadoop-yarn-api:2.7.3 - no url defined)

    (The Apache Software License, Version 2.0) hadoop-yarn-client (org.apache.hadoop:hadoop-yarn-client:2.2.0 - no url defined)

    (The Apache Software License, Version 2.0) hadoop-yarn-common (org.apache.hadoop:hadoop-yarn-common:2.2.0 - no url defined)

    (Apache License, Version 2.0) hadoop-yarn-common (org.apache.hadoop:hadoop-yarn-common:2.7.3 - no url defined)

    (The Apache Software License, Version 2.0) hadoop-yarn-server-common (org.apache.hadoop:hadoop-yarn-server-common:2.2.0 - no url defined)

    (The Apache Software License, Version 2.0) htrace-core (org.apache.htrace:htrace-core:3.1.0-incubating - http://incubator.apache.org/projects/htrace.html)

    (Apache License) HttpClient (org.apache.httpcomponents:httpclient:4.1.2 - http://hc.apache.org/httpcomponents-client)

    (Apache License) HttpCore (org.apache.httpcomponents:httpcore:4.1.2 - http://hc.apache.org/httpcomponents-core-ga)

    (The Apache Software License, Version 2.0) Apache Ivy (org.apache.ivy:ivy:2.4.0 - http://ant.apache.org/ivy/)

    (Apache 2.0 License) mnemonic-collections (org.apache.mnemonic:mnemonic-collections:0.8.0-incubating-SNAPSHOT - http://mnemonic.incubator.apache.org/mnemonic-collections)

    (Apache 2.0 License) mnemonic-core (org.apache.mnemonic:mnemonic-core:0.8.0-incubating-SNAPSHOT - http://mnemonic.incubator.apache.org/mnemonic-core)

    (Apache 2.0 License) mnemonic-sessions (org.apache.mnemonic:mnemonic-sessions:0.8.0-incubating-SNAPSHOT - http://mnemonic.incubator.apache.org/mnemonic-sessions)

    (The Apache Software License, Version 2.0) Apache Parquet Column (org.apache.parquet:parquet-column:1.8.1 - https://parquet.apache.org)

    (The Apache Software License, Version 2.0) Apache Parquet Common (org.apache.parquet:parquet-common:1.8.1 - https://parquet.apache.org)

    (The Apache Software License, Version 2.0) Apache Parquet Encodings (org.apache.parquet:parquet-encoding:1.8.1 - https://parquet.apache.org)

    (The Apache Software License, Version 2.0) Apache Parquet Format (Incubating) (org.apache.parquet:parquet-format:2.3.0-incubating - http://parquet.incubator.apache.org/)

    (The Apache Software License, Version 2.0) Apache Parquet Hadoop (org.apache.parquet:parquet-hadoop:1.8.1 - https://parquet.apache.org)

    (The Apache Software License, Version 2.0) Apache Parquet Jackson (org.apache.parquet:parquet-jackson:1.8.1 - https://parquet.apache.org)

    (Apache 2.0 License) Spark Project Catalyst (org.apache.spark:spark-catalyst_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project Core (org.apache.spark:spark-core_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project GraphX (org.apache.spark:spark-graphx_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project Launcher (org.apache.spark:spark-launcher_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project ML Local Library (org.apache.spark:spark-mllib-local_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project ML Library (org.apache.spark:spark-mllib_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project Networking (org.apache.spark:spark-network-common_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project Shuffle Streaming Service (org.apache.spark:spark-network-shuffle_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project Sketch (org.apache.spark:spark-sketch_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project SQL (org.apache.spark:spark-sql_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project Streaming (org.apache.spark:spark-streaming_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project Tags (org.apache.spark:spark-tags_2.11:2.1.1 - http://spark.apache.org/)

    (Apache 2.0 License) Spark Project Unsafe (org.apache.spark:spark-unsafe_2.11:2.1.1 - http://spark.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.5 - no url defined)

    (Unknown license) zookeeper (org.apache.zookeeper:zookeeper:3.4.6 - no url defined)

    (GNU LESSER GENERAL PUBLIC LICENSE) BeanShell (org.beanshell:bsh:2.0b4 - no url defined)

    (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)

    (flowcomputing license) org.flowcomputing.commons:commons-primitives (org.flowcomputing.commons:commons-primitives:0.6.1 - https://github.com/wewela/commons-primitives)

    (flowcomputing license) org.flowcomputing.commons:commons-resgc (org.flowcomputing.commons:commons-resgc:0.8.13 - https://github.com/wewela/commons-resgc)

    (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/)

    (Apache License 2.0) (LGPL 2.1) (MPL 1.1) Javassist (org.javassist:javassist:3.18.1-GA - http://www.javassist.org/)

    (BSD 3-Clause License) JPMML class model (org.jpmml:pmml-model:1.2.15 - http://www.jpmml.org/pmml-model)

    (BSD 3-Clause License) JPMML schema (org.jpmml:pmml-schema:1.2.15 - http://www.jpmml.org/pmml-schema)

    (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)

    (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)

    (Apache 2) RoaringBitmap (org.roaringbitmap:RoaringBitmap:0.5.11 - https://github.com/lemire/RoaringBitmap)

    (BSD 3-Clause) Scala Actors library (org.scala-lang:scala-actors:2.11.8 - http://www.scala-lang.org/)

    (BSD 3-Clause) Scala Compiler (org.scala-lang:scala-compiler:2.11.8 - 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.8 - 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.4 - http://www.scala-lang.org/)

    (the Apache License, ASL Version 2.0) scalactic (org.scalactic:scalactic_2.11:3.0.1 - http://www.scalatest.org)

    (Apache 2) breeze-macros (org.scalanlp:breeze-macros_2.11:0.12 - http://scalanlp.org/)

    (Apache 2) breeze (org.scalanlp:breeze_2.11:0.12 - http://scalanlp.org/)

    (the Apache License, ASL Version 2.0) scalatest (org.scalatest:scalatest_2.11:3.0.1 - http://www.scalatest.org)

    (MIT License) JCL 1.1.1 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.21 - http://www.slf4j.org)

    (MIT License) JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:1.7.21 - 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 License, Version 2.0) empty (org.spark-project.spark:unused:1.0.0 - http://nexus.sonatype.org/oss-repository-hosting.html/unused)

    (BSD-style) spire-macros (org.spire-math:spire-macros_2.11:0.7.4 - http://spire-math.org)

    (BSD-style) spire (org.spire-math:spire_2.11:0.7.4 - http://spire-math.org)

    (Apache License, Version 2.0) TestNG (org.testng:testng:6.8.17 - http://testng.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.4.1 - http://code.google.com/p/snappy-java/)

    (The Apache Software License, Version 2.0) snappy-java (org.xerial.snappy:snappy-java:1.1.2.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) 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] Detecting the operating system and CPU architecture

[INFO] ------------------------------------------------------------------------

[INFO] os.detected.name: linux

[INFO] os.detected.arch: x86_64

[INFO] os.detected.release: "centos"

[INFO] os.detected.release.version: 7

[INFO] os.detected.release.like."centos": true

[INFO] os.detected.release.like."rhel: true

[INFO] os.detected.release.like.fedora": true

[INFO] os.detected.classifier: linux-x86_64

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Build Order:

[INFO]

[INFO] mnemonic-parent

[INFO] mnemonic-core

[INFO] mnemonic-collections

[INFO] mnemonic-examples

[INFO] mnemonic-memory-services

[INFO] mnemonic-nvml-vmem-service

[INFO] mnemonic-nvml-pmem-service

[INFO] mnemonic-pmalloc-service

[INFO] mnemonic-sys-vmem-service

[INFO] mnemonic-java-vmem-service

[INFO] mnemonic-computing-services

[INFO] mnemonic-utilities-service

[INFO] mnemonic-benches

[INFO] mnemonic-sessions

[INFO] mnemonic-hadoop

[INFO] mnemonic-hadoop-mapreduce

[INFO] mnemonic-spark

[INFO] mnemonic-spark-core

[INFO] mnemonic-query

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-parent 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-parent ---

[INFO] org.apache.mnemonic:mnemonic-parent:pom:0.8.0-incubating-SNAPSHOT

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-core 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-core ---

[INFO] org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-collections 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-collections ---

[INFO] org.apache.mnemonic:mnemonic-collections:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-examples 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-examples ---

[INFO] org.apache.mnemonic:mnemonic-examples:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-memory-services 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-memory-services ---

[INFO] org.apache.mnemonic:mnemonic-memory-services:pom:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-nvml-vmem-service 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-nvml-vmem-service ---

[INFO] org.apache.mnemonic:mnemonic-nvml-vmem-service:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-nvml-pmem-service 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-nvml-pmem-service ---

[INFO] org.apache.mnemonic:mnemonic-nvml-pmem-service:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-pmalloc-service 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-pmalloc-service ---

[INFO] org.apache.mnemonic:mnemonic-pmalloc-service:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-sys-vmem-service 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-sys-vmem-service ---

[INFO] org.apache.mnemonic:mnemonic-sys-vmem-service:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-java-vmem-service 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-java-vmem-service ---

[INFO] org.apache.mnemonic:mnemonic-java-vmem-service:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-computing-services 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-computing-services ---

[INFO] org.apache.mnemonic:mnemonic-computing-services:pom:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.apache.mnemonic:mnemonic-collections:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-utilities-service 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-utilities-service ---

[INFO] org.apache.mnemonic:mnemonic-utilities-service:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.apache.mnemonic:mnemonic-collections:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-benches 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ mnemonic-benches ---

[INFO] org.apache.mnemonic:mnemonic-benches:pom:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] |  +- com.squareup:javapoet:jar:1.6.1:compile

[INFO] |  +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] |  +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] |  +- log4j:log4j:jar:1.2.17:compile

[INFO] |  \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO] +- org.apache.mnemonic:mnemonic-collections:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- commons-cli:commons-cli:jar:1.3.1:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- ch.qos.logback:logback-classic:jar:1.1.7:compile

[INFO] \- ch.qos.logback:logback-core:jar:1.1.7:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-sessions 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-sessions ---

[INFO] org.apache.mnemonic:mnemonic-sessions:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.apache.mnemonic:mnemonic-collections:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-hadoop 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-hadoop ---

[INFO] org.apache.mnemonic:mnemonic-hadoop:pom:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.apache.mnemonic:mnemonic-collections:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.apache.mnemonic:mnemonic-sessions:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.apache.hadoop:hadoop-common:jar:2.7.3:compile

[INFO] |  +- org.apache.hadoop:hadoop-annotations:jar:2.7.3:compile

[INFO] |  |  \- jdk.tools:jdk.tools:jar:1.8:system

[INFO] |  +- com.google.guava:guava:jar:11.0.2:compile

[INFO] |  +- commons-cli:commons-cli:jar:1.3.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-codec:commons-codec:jar:1.4: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:servlet-api:jar:2.5:compile

[INFO] |  +- org.mortbay.jetty:jetty:jar:6.1.26:compile

[INFO] |  +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile

[INFO] |  +- javax.servlet.jsp:jsp-api:jar:2.1:runtime

[INFO] |  +- com.sun.jersey:jersey-core:jar:1.9:compile

[INFO] |  +- com.sun.jersey:jersey-json:jar:1.9:compile

[INFO] |  |  +- org.codehaus.jettison:jettison:jar:1.1:compile

[INFO] |  |  +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile

[INFO] |  |  +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:compile

[INFO] |  |  \- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile

[INFO] |  +- com.sun.jersey:jersey-server:jar:1.9:compile

[INFO] |  |  \- asm:asm:jar:3.1:compile

[INFO] |  +- commons-logging:commons-logging:jar:1.1.3:compile

[INFO] |  +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile

[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.1.2:compile

[INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.1.2:compile

[INFO] |  |  \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile

[INFO] |  +- commons-lang:commons-lang:jar:2.6:compile

[INFO] |  +- commons-configuration:commons-configuration:jar:1.6:compile

[INFO] |  |  +- commons-digester:commons-digester:jar:1.8:compile

[INFO] |  |  |  \- commons-beanutils:commons-beanutils:jar:1.7.0: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] |  +- org.apache.avro:avro:jar:1.7.4:compile

[INFO] |  |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile

[INFO] |  |  \- org.xerial.snappy:snappy-java:jar:1.0.4.1:compile

[INFO] |  +- com.google.protobuf:protobuf-java:jar:2.5.0:compile

[INFO] |  +- com.google.code.gson:gson:jar:2.2.4:compile

[INFO] |  +- org.apache.hadoop:hadoop-auth:jar:2.7.3: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] |  +- com.jcraft:jsch:jar:0.1.42: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] |  \- 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.3:compile

[INFO] |  +- commons-daemon:commons-daemon:jar:1.0.13:compile

[INFO] |  +- io.netty:netty:jar:3.6.2.Final: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.3.04:compile

[INFO] |  \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile

[INFO] +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.3:compile

[INFO] |  +- org.apache.hadoop:hadoop-yarn-common:jar:2.7.3:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.3: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-client:jar:1.9: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.sun.jersey.contribs:jersey-guice:jar:1.9:compile

[INFO] |  \- com.google.inject.extensions:guice-servlet:jar:3.0:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-hadoop-mapreduce 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-hadoop-mapreduce ---

[INFO] org.apache.mnemonic:mnemonic-hadoop-mapreduce:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.apache.mnemonic:mnemonic-collections:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.apache.mnemonic:mnemonic-sessions:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.apache.hadoop:hadoop-common:jar:2.7.3:compile

[INFO] |  +- org.apache.hadoop:hadoop-annotations:jar:2.7.3:compile

[INFO] |  |  \- jdk.tools:jdk.tools:jar:1.8:system

[INFO] |  +- com.google.guava:guava:jar:11.0.2:compile

[INFO] |  +- commons-cli:commons-cli:jar:1.3.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-codec:commons-codec:jar:1.4: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:servlet-api:jar:2.5:compile

[INFO] |  +- org.mortbay.jetty:jetty:jar:6.1.26:compile

[INFO] |  +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile

[INFO] |  +- javax.servlet.jsp:jsp-api:jar:2.1:runtime

[INFO] |  +- com.sun.jersey:jersey-core:jar:1.9:compile

[INFO] |  +- com.sun.jersey:jersey-json:jar:1.9:compile

[INFO] |  |  +- org.codehaus.jettison:jettison:jar:1.1:compile

[INFO] |  |  +- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile

[INFO] |  |  +- org.codehaus.jackson:jackson-jaxrs:jar:1.8.3:compile

[INFO] |  |  \- org.codehaus.jackson:jackson-xc:jar:1.8.3:compile

[INFO] |  +- com.sun.jersey:jersey-server:jar:1.9:compile

[INFO] |  |  \- asm:asm:jar:3.1:compile

[INFO] |  +- commons-logging:commons-logging:jar:1.1.3:compile

[INFO] |  +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile

[INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.1.2:compile

[INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.1.2:compile

[INFO] |  |  \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile

[INFO] |  +- commons-lang:commons-lang:jar:2.6:compile

[INFO] |  +- commons-configuration:commons-configuration:jar:1.6:compile

[INFO] |  |  +- commons-digester:commons-digester:jar:1.8:compile

[INFO] |  |  |  \- commons-beanutils:commons-beanutils:jar:1.7.0: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] |  +- org.apache.avro:avro:jar:1.7.4:compile

[INFO] |  |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile

[INFO] |  |  \- org.xerial.snappy:snappy-java:jar:1.0.4.1:compile

[INFO] |  +- com.google.protobuf:protobuf-java:jar:2.5.0:compile

[INFO] |  +- com.google.code.gson:gson:jar:2.2.4:compile

[INFO] |  +- org.apache.hadoop:hadoop-auth:jar:2.7.3: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] |  +- com.jcraft:jsch:jar:0.1.42: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] |  \- 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.3:compile

[INFO] |  +- commons-daemon:commons-daemon:jar:1.0.13:compile

[INFO] |  +- io.netty:netty:jar:3.6.2.Final: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.3.04:compile

[INFO] |  \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile

[INFO] +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.3:compile

[INFO] |  +- org.apache.hadoop:hadoop-yarn-common:jar:2.7.3:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.3: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-client:jar:1.9: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.sun.jersey.contribs:jersey-guice:jar:1.9:compile

[INFO] |  \- com.google.inject.extensions:guice-servlet:jar:3.0:compile

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-spark 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-spark ---

[INFO] org.apache.mnemonic:mnemonic-spark:pom:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.apache.mnemonic:mnemonic-collections:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.apache.mnemonic:mnemonic-sessions:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.apache.spark:spark-core_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.avro:avro-mapred:jar:hadoop2:1.7.7:compile

[INFO] |  |  +- org.apache.avro:avro-ipc:jar:1.7.7:compile

[INFO] |  |  |  \- org.apache.avro:avro:jar:1.7.7:compile

[INFO] |  |  +- org.apache.avro:avro-ipc:jar:tests:1.7.7: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.twitter:chill_2.11:jar:0.8.0:compile

[INFO] |  |  \- com.esotericsoftware:kryo-shaded:jar:3.0.3:compile

[INFO] |  |     +- com.esotericsoftware:minlog:jar:1.3.0:compile

[INFO] |  |     \- org.objenesis:objenesis:jar:2.1:compile

[INFO] |  +- com.twitter:chill-java:jar:0.8.0:compile

[INFO] |  +- org.apache.xbean:xbean-asm5-shaded:jar:4.4:compile

[INFO] |  +- org.apache.hadoop:hadoop-client:jar:2.2.0:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-common:jar:2.2.0:compile

[INFO] |  |  |  +- commons-cli:commons-cli:jar:1.3.1:compile

[INFO] |  |  |  +- org.apache.commons:commons-math:jar:2.1:compile

[INFO] |  |  |  +- xmlenc:xmlenc:jar:0.52:compile

[INFO] |  |  |  +- commons-io:commons-io:jar:2.1:compile

[INFO] |  |  |  +- commons-lang:commons-lang:jar:2.5:compile

[INFO] |  |  |  +- commons-configuration:commons-configuration:jar:1.6:compile

[INFO] |  |  |  |  +- commons-collections:commons-collections:jar:3.2.1:compile

[INFO] |  |  |  |  +- commons-digester:commons-digester:jar:1.8:compile

[INFO] |  |  |  |  |  \- commons-beanutils:commons-beanutils:jar:1.7.0:compile

[INFO] |  |  |  |  \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile

[INFO] |  |  |  +- com.google.protobuf:protobuf-java:jar:2.5.0:compile

[INFO] |  |  |  +- org.apache.hadoop:hadoop-auth:jar:2.2.0: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.2.0:compile

[INFO] |  |  |  \- org.mortbay.jetty:jetty-util:jar:6.1.26:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.2.0:compile

[INFO] |  |  |  +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.2.0:compile

[INFO] |  |  |  |  +- org.apache.hadoop:hadoop-yarn-client:jar:2.2.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] |  |  |  |  \- org.apache.hadoop:hadoop-yarn-server-common:jar:2.2.0:compile

[INFO] |  |  |  \- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.2.0:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.2.0:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.2.0:compile

[INFO] |  |  |  \- org.apache.hadoop:hadoop-yarn-common:jar:2.2.0:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.2.0:compile

[INFO] |  |  \- org.apache.hadoop:hadoop-annotations:jar:2.2.0:compile

[INFO] |  +- org.apache.spark:spark-launcher_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.spark:spark-network-common_2.11:jar:2.1.1:compile

[INFO] |  |  +- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile

[INFO] |  |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5:compile

[INFO] |  +- org.apache.spark:spark-network-shuffle_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.spark:spark-unsafe_2.11:jar:2.1.1:compile

[INFO] |  +- net.java.dev.jets3t:jets3t:jar:0.7.1:compile

[INFO] |  |  +- commons-codec:commons-codec:jar:1.3:compile

[INFO] |  |  \- commons-httpclient:commons-httpclient:jar:3.1:compile

[INFO] |  +- org.apache.curator:curator-recipes:jar:2.4.0:compile

[INFO] |  |  +- org.apache.curator:curator-framework:jar:2.4.0:compile

[INFO] |  |  |  \- org.apache.curator:curator-client:jar:2.4.0:compile

[INFO] |  |  +- org.apache.zookeeper:zookeeper:jar:3.4.5:compile

[INFO] |  |  \- com.google.guava:guava:jar:14.0.1:compile

[INFO] |  +- javax.servlet:javax.servlet-api:jar:3.1.0:compile

[INFO] |  +- org.apache.commons:commons-math3:jar:3.4.1:compile

[INFO] |  +- com.google.code.findbugs:jsr305:jar:1.3.9:compile

[INFO] |  +- com.ning:compress-lzf:jar:1.0.3:compile

[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:compile

[INFO] |  +- commons-net:commons-net:jar:2.2:compile

[INFO] |  +- org.json4s:json4s-jackson_2.11:jar:3.2.11:compile

[INFO] |  |  \- org.json4s:json4s-core_2.11:jar:3.2.11:compile

[INFO] |  |     +- org.json4s:json4s-ast_2.11:jar:3.2.11:compile

[INFO] |  |     \- com.thoughtworks.paranamer:paranamer:jar:2.6:compile

[INFO] |  +- org.glassfish.jersey.core:jersey-client:jar:2.22.2:compile

[INFO] |  |  +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile

[INFO] |  |  +- org.glassfish.hk2:hk2-api:jar:2.4.0-b34:compile

[INFO] |  |  |  +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b34:compile

[INFO] |  |  |  \- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b34:compile

[INFO] |  |  +- org.glassfish.hk2.external:javax.inject:jar:2.4.0-b34:compile

[INFO] |  |  \- org.glassfish.hk2:hk2-locator:jar:2.4.0-b34:compile

[INFO] |  |     \- org.javassist:javassist:jar:3.18.1-GA:compile

[INFO] |  +- org.glassfish.jersey.core:jersey-common:jar:2.22.2:compile

[INFO] |  |  +- javax.annotation:javax.annotation-api:jar:1.2:compile

[INFO] |  |  +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.2:compile

[INFO] |  |  \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:compile

[INFO] |  +- org.glassfish.jersey.core:jersey-server:jar:2.22.2:compile

[INFO] |  |  +- org.glassfish.jersey.media:jersey-media-jaxb:jar:2.22.2:compile

[INFO] |  |  \- javax.validation:validation-api:jar:1.1.0.Final:compile

[INFO] |  +- org.glassfish.jersey.containers:jersey-container-servlet:jar:2.22.2:compile

[INFO] |  +- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.22.2:compile

[INFO] |  +- io.netty:netty-all:jar:4.0.42.Final:compile

[INFO] |  +- io.netty:netty:jar:3.8.0.Final:compile

[INFO] |  +- com.clearspring.analytics:stream:jar:2.7.0:compile

[INFO] |  +- io.dropwizard.metrics:metrics-core:jar:3.1.2:compile

[INFO] |  +- io.dropwizard.metrics:metrics-jvm:jar:3.1.2:compile

[INFO] |  +- io.dropwizard.metrics:metrics-json:jar:3.1.2:compile

[INFO] |  +- io.dropwizard.metrics:metrics-graphite:jar:3.1.2:compile

[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.5:compile

[INFO] |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.6.5:compile

[INFO] |  +- com.fasterxml.jackson.module:jackson-module-scala_2.11:jar:2.6.5:compile

[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5:compile

[INFO] |  +- org.apache.ivy:ivy:jar:2.4.0:compile

[INFO] |  +- oro:oro:jar:2.0.8:compile

[INFO] |  +- net.razorvine:pyrolite:jar:4.13:compile

[INFO] |  +- net.sf.py4j:py4j:jar:0.10.4:compile

[INFO] |  +- org.apache.spark:spark-tags_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.commons:commons-crypto:jar:1.0.0:compile

[INFO] |  \- org.spark-project.spark:unused:jar:1.0.0:compile

[INFO] +- org.apache.spark:spark-mllib_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.spark:spark-streaming_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.spark:spark-sql_2.11:jar:2.1.1:compile

[INFO] |  |  +- com.univocity:univocity-parsers:jar:2.2.1:compile

[INFO] |  |  +- org.apache.spark:spark-sketch_2.11:jar:2.1.1:compile

[INFO] |  |  +- org.apache.spark:spark-catalyst_2.11:jar:2.1.1:compile

[INFO] |  |  |  +- org.codehaus.janino:janino:jar:3.0.0:compile

[INFO] |  |  |  +- org.codehaus.janino:commons-compiler:jar:3.0.0:compile

[INFO] |  |  |  \- org.antlr:antlr4-runtime:jar:4.5.3:compile

[INFO] |  |  +- org.apache.parquet:parquet-column:jar:1.8.1:compile

[INFO] |  |  |  +- org.apache.parquet:parquet-common:jar:1.8.1:compile

[INFO] |  |  |  \- org.apache.parquet:parquet-encoding:jar:1.8.1:compile

[INFO] |  |  \- org.apache.parquet:parquet-hadoop:jar:1.8.1:compile

[INFO] |  |     +- org.apache.parquet:parquet-format:jar:2.3.0-incubating:compile

[INFO] |  |     \- org.apache.parquet:parquet-jackson:jar:1.8.1:compile

[INFO] |  +- org.apache.spark:spark-graphx_2.11:jar:2.1.1:compile

[INFO] |  |  +- com.github.fommil.netlib:core:jar:1.1.2:compile

[INFO] |  |  \- net.sourceforge.f2j:arpack_combined_all:jar:0.1:compile

[INFO] |  +- org.apache.spark:spark-mllib-local_2.11:jar:2.1.1:compile

[INFO] |  +- org.scalanlp:breeze_2.11:jar:0.12:compile

[INFO] |  |  +- org.scalanlp:breeze-macros_2.11:jar:0.12:compile

[INFO] |  |  +- net.sf.opencsv:opencsv:jar:2.3:compile

[INFO] |  |  +- com.github.rwl:jtransforms:jar:2.4.0:compile

[INFO] |  |  +- org.spire-math:spire_2.11:jar:0.7.4:compile

[INFO] |  |  |  \- org.spire-math:spire-macros_2.11:jar:0.7.4:compile

[INFO] |  |  \- com.chuusai:shapeless_2.11:jar:2.0.0:compile

[INFO] |  \- org.jpmml:pmml-model:jar:1.2.15:compile

[INFO] |     \- org.jpmml:pmml-schema:jar:1.2.15:compile

[INFO] +- org.scala-lang:scala-compiler:jar:2.11.8:compile

[INFO] |  +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.4:compile

[INFO] |  \- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:compile

[INFO] +- org.scala-lang:scala-reflect:jar:2.11.8:compile

[INFO] +- org.scala-lang:scala-library:jar:2.11.8:compile

[INFO] +- org.scala-lang:scala-actors:jar:2.11.8:compile

[INFO] +- org.scala-lang:scalap:jar:2.11.8:compile

[INFO] +- org.scalactic:scalactic_2.11:jar:3.0.1:test

[INFO] +- org.scalatest:scalatest_2.11:jar:3.0.1:test

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-spark-core 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-spark-core ---

[INFO] org.apache.mnemonic:mnemonic-spark-core:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.apache.mnemonic:mnemonic-collections:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.apache.mnemonic:mnemonic-sessions:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] +- org.apache.spark:spark-core_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.avro:avro-mapred:jar:hadoop2:1.7.7:compile

[INFO] |  |  +- org.apache.avro:avro-ipc:jar:1.7.7:compile

[INFO] |  |  |  \- org.apache.avro:avro:jar:1.7.7:compile

[INFO] |  |  +- org.apache.avro:avro-ipc:jar:tests:1.7.7: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.twitter:chill_2.11:jar:0.8.0:compile

[INFO] |  |  \- com.esotericsoftware:kryo-shaded:jar:3.0.3:compile

[INFO] |  |     +- com.esotericsoftware:minlog:jar:1.3.0:compile

[INFO] |  |     \- org.objenesis:objenesis:jar:2.1:compile

[INFO] |  +- com.twitter:chill-java:jar:0.8.0:compile

[INFO] |  +- org.apache.xbean:xbean-asm5-shaded:jar:4.4:compile

[INFO] |  +- org.apache.hadoop:hadoop-client:jar:2.2.0:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-common:jar:2.2.0:compile

[INFO] |  |  |  +- commons-cli:commons-cli:jar:1.3.1:compile

[INFO] |  |  |  +- org.apache.commons:commons-math:jar:2.1:compile

[INFO] |  |  |  +- xmlenc:xmlenc:jar:0.52:compile

[INFO] |  |  |  +- commons-io:commons-io:jar:2.1:compile

[INFO] |  |  |  +- commons-lang:commons-lang:jar:2.5:compile

[INFO] |  |  |  +- commons-configuration:commons-configuration:jar:1.6:compile

[INFO] |  |  |  |  +- commons-collections:commons-collections:jar:3.2.1:compile

[INFO] |  |  |  |  +- commons-digester:commons-digester:jar:1.8:compile

[INFO] |  |  |  |  |  \- commons-beanutils:commons-beanutils:jar:1.7.0:compile

[INFO] |  |  |  |  \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile

[INFO] |  |  |  +- com.google.protobuf:protobuf-java:jar:2.5.0:compile

[INFO] |  |  |  +- org.apache.hadoop:hadoop-auth:jar:2.2.0: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.2.0:compile

[INFO] |  |  |  \- org.mortbay.jetty:jetty-util:jar:6.1.26:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.2.0:compile

[INFO] |  |  |  +- org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.2.0:compile

[INFO] |  |  |  |  +- org.apache.hadoop:hadoop-yarn-client:jar:2.2.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] |  |  |  |  \- org.apache.hadoop:hadoop-yarn-server-common:jar:2.2.0:compile

[INFO] |  |  |  \- org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.2.0:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-yarn-api:jar:2.2.0:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.2.0:compile

[INFO] |  |  |  \- org.apache.hadoop:hadoop-yarn-common:jar:2.2.0:compile

[INFO] |  |  +- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.2.0:compile

[INFO] |  |  \- org.apache.hadoop:hadoop-annotations:jar:2.2.0:compile

[INFO] |  +- org.apache.spark:spark-launcher_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.spark:spark-network-common_2.11:jar:2.1.1:compile

[INFO] |  |  +- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile

[INFO] |  |  \- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5:compile

[INFO] |  +- org.apache.spark:spark-network-shuffle_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.spark:spark-unsafe_2.11:jar:2.1.1:compile

[INFO] |  +- net.java.dev.jets3t:jets3t:jar:0.7.1:compile

[INFO] |  |  +- commons-codec:commons-codec:jar:1.3:compile

[INFO] |  |  \- commons-httpclient:commons-httpclient:jar:3.1:compile

[INFO] |  +- org.apache.curator:curator-recipes:jar:2.4.0:compile

[INFO] |  |  +- org.apache.curator:curator-framework:jar:2.4.0:compile

[INFO] |  |  |  \- org.apache.curator:curator-client:jar:2.4.0:compile

[INFO] |  |  +- org.apache.zookeeper:zookeeper:jar:3.4.5:compile

[INFO] |  |  \- com.google.guava:guava:jar:14.0.1:compile

[INFO] |  +- javax.servlet:javax.servlet-api:jar:3.1.0:compile

[INFO] |  +- org.apache.commons:commons-math3:jar:3.4.1:compile

[INFO] |  +- com.google.code.findbugs:jsr305:jar:1.3.9:compile

[INFO] |  +- com.ning:compress-lzf:jar:1.0.3:compile

[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:compile

[INFO] |  +- commons-net:commons-net:jar:2.2:compile

[INFO] |  +- org.json4s:json4s-jackson_2.11:jar:3.2.11:compile

[INFO] |  |  \- org.json4s:json4s-core_2.11:jar:3.2.11:compile

[INFO] |  |     +- org.json4s:json4s-ast_2.11:jar:3.2.11:compile

[INFO] |  |     \- com.thoughtworks.paranamer:paranamer:jar:2.6:compile

[INFO] |  +- org.glassfish.jersey.core:jersey-client:jar:2.22.2:compile

[INFO] |  |  +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile

[INFO] |  |  +- org.glassfish.hk2:hk2-api:jar:2.4.0-b34:compile

[INFO] |  |  |  +- org.glassfish.hk2:hk2-utils:jar:2.4.0-b34:compile

[INFO] |  |  |  \- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b34:compile

[INFO] |  |  +- org.glassfish.hk2.external:javax.inject:jar:2.4.0-b34:compile

[INFO] |  |  \- org.glassfish.hk2:hk2-locator:jar:2.4.0-b34:compile

[INFO] |  |     \- org.javassist:javassist:jar:3.18.1-GA:compile

[INFO] |  +- org.glassfish.jersey.core:jersey-common:jar:2.22.2:compile

[INFO] |  |  +- javax.annotation:javax.annotation-api:jar:1.2:compile

[INFO] |  |  +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.2:compile

[INFO] |  |  \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:compile

[INFO] |  +- org.glassfish.jersey.core:jersey-server:jar:2.22.2:compile

[INFO] |  |  +- org.glassfish.jersey.media:jersey-media-jaxb:jar:2.22.2:compile

[INFO] |  |  \- javax.validation:validation-api:jar:1.1.0.Final:compile

[INFO] |  +- org.glassfish.jersey.containers:jersey-container-servlet:jar:2.22.2:compile

[INFO] |  +- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.22.2:compile

[INFO] |  +- io.netty:netty-all:jar:4.0.42.Final:compile

[INFO] |  +- io.netty:netty:jar:3.8.0.Final:compile

[INFO] |  +- com.clearspring.analytics:stream:jar:2.7.0:compile

[INFO] |  +- io.dropwizard.metrics:metrics-core:jar:3.1.2:compile

[INFO] |  +- io.dropwizard.metrics:metrics-jvm:jar:3.1.2:compile

[INFO] |  +- io.dropwizard.metrics:metrics-json:jar:3.1.2:compile

[INFO] |  +- io.dropwizard.metrics:metrics-graphite:jar:3.1.2:compile

[INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.5:compile

[INFO] |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.6.5:compile

[INFO] |  +- com.fasterxml.jackson.module:jackson-module-scala_2.11:jar:2.6.5:compile

[INFO] |  |  \- com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5:compile

[INFO] |  +- org.apache.ivy:ivy:jar:2.4.0:compile

[INFO] |  +- oro:oro:jar:2.0.8:compile

[INFO] |  +- net.razorvine:pyrolite:jar:4.13:compile

[INFO] |  +- net.sf.py4j:py4j:jar:0.10.4:compile

[INFO] |  +- org.apache.spark:spark-tags_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.commons:commons-crypto:jar:1.0.0:compile

[INFO] |  \- org.spark-project.spark:unused:jar:1.0.0:compile

[INFO] +- org.apache.spark:spark-mllib_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.spark:spark-streaming_2.11:jar:2.1.1:compile

[INFO] |  +- org.apache.spark:spark-sql_2.11:jar:2.1.1:compile

[INFO] |  |  +- com.univocity:univocity-parsers:jar:2.2.1:compile

[INFO] |  |  +- org.apache.spark:spark-sketch_2.11:jar:2.1.1:compile

[INFO] |  |  +- org.apache.spark:spark-catalyst_2.11:jar:2.1.1:compile

[INFO] |  |  |  +- org.codehaus.janino:janino:jar:3.0.0:compile

[INFO] |  |  |  +- org.codehaus.janino:commons-compiler:jar:3.0.0:compile

[INFO] |  |  |  \- org.antlr:antlr4-runtime:jar:4.5.3:compile

[INFO] |  |  +- org.apache.parquet:parquet-column:jar:1.8.1:compile

[INFO] |  |  |  +- org.apache.parquet:parquet-common:jar:1.8.1:compile

[INFO] |  |  |  \- org.apache.parquet:parquet-encoding:jar:1.8.1:compile

[INFO] |  |  \- org.apache.parquet:parquet-hadoop:jar:1.8.1:compile

[INFO] |  |     +- org.apache.parquet:parquet-format:jar:2.3.0-incubating:compile

[INFO] |  |     \- org.apache.parquet:parquet-jackson:jar:1.8.1:compile

[INFO] |  +- org.apache.spark:spark-graphx_2.11:jar:2.1.1:compile

[INFO] |  |  +- com.github.fommil.netlib:core:jar:1.1.2:compile

[INFO] |  |  \- net.sourceforge.f2j:arpack_combined_all:jar:0.1:compile

[INFO] |  +- org.apache.spark:spark-mllib-local_2.11:jar:2.1.1:compile

[INFO] |  +- org.scalanlp:breeze_2.11:jar:0.12:compile

[INFO] |  |  +- org.scalanlp:breeze-macros_2.11:jar:0.12:compile

[INFO] |  |  +- net.sf.opencsv:opencsv:jar:2.3:compile

[INFO] |  |  +- com.github.rwl:jtransforms:jar:2.4.0:compile

[INFO] |  |  +- org.spire-math:spire_2.11:jar:0.7.4:compile

[INFO] |  |  |  \- org.spire-math:spire-macros_2.11:jar:0.7.4:compile

[INFO] |  |  \- com.chuusai:shapeless_2.11:jar:2.0.0:compile

[INFO] |  \- org.jpmml:pmml-model:jar:1.2.15:compile

[INFO] |     \- org.jpmml:pmml-schema:jar:1.2.15:compile

[INFO] +- org.scala-lang:scala-compiler:jar:2.11.8:compile

[INFO] |  +- org.scala-lang.modules:scala-xml_2.11:jar:1.0.4:compile

[INFO] |  \- org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.4:compile

[INFO] +- org.scala-lang:scala-reflect:jar:2.11.8:compile

[INFO] +- org.scala-lang:scala-library:jar:2.11.8:compile

[INFO] +- org.scala-lang:scala-actors:jar:2.11.8:compile

[INFO] +- org.scala-lang:scalap:jar:2.11.8:compile

[INFO] +- org.scalactic:scalactic_2.11:jar:3.0.1:test

[INFO] +- org.scalatest:scalatest_2.11:jar:3.0.1:test

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building mnemonic-query 0.8.0-incubating-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mnemonic-query ---

[INFO] org.apache.mnemonic:mnemonic-query:jar:0.8.0-incubating-SNAPSHOT

[INFO] +- org.apache.mnemonic:mnemonic-core:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] |  +- org.flowcomputing.commons:commons-resgc:jar:0.8.13:compile

[INFO] |  +- org.flowcomputing.commons:commons-primitives:jar:0.6.1:compile

[INFO] |  \- com.squareup:javapoet:jar:1.6.1:compile

[INFO] +- org.apache.mnemonic:mnemonic-collections:jar:0.8.0-incubating-SNAPSHOT:compile

[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile

[INFO] +- org.testng:testng:jar:6.8.17:test

[INFO] |  +- org.beanshell:bsh:jar:2.0b4:test

[INFO] |  \- com.beust:jcommander:jar:1.27:test

[INFO] +- org.slf4j:slf4j-api:jar:1.7.21:compile

[INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.21:compile

[INFO] +- org.slf4j:jcl-over-slf4j:jar:1.7.21:compile

[INFO] +- log4j:log4j:jar:1.2.17:compile

[INFO] \- org.slf4j:slf4j-log4j12:jar:1.7.21:compile

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO]

[INFO] mnemonic-parent .................................... SUCCESS [  1.508 s]

[INFO] mnemonic-core ...................................... SUCCESS [  0.132 s]

[INFO] mnemonic-collections ............................... SUCCESS [  0.049 s]

[INFO] mnemonic-examples .................................. SUCCESS [  0.526 s]

[INFO] mnemonic-memory-services ........................... SUCCESS [  0.015 s]

[INFO] mnemonic-nvml-vmem-service ......................... SUCCESS [  0.030 s]

[INFO] mnemonic-nvml-pmem-service ......................... SUCCESS [  0.018 s]

[INFO] mnemonic-pmalloc-service ........................... SUCCESS [  0.038 s]

[INFO] mnemonic-sys-vmem-service .......................... SUCCESS [  0.044 s]

[INFO] mnemonic-java-vmem-service ......................... SUCCESS [  0.021 s]

[INFO] mnemonic-computing-services ........................ SUCCESS [  0.029 s]

[INFO] mnemonic-utilities-service ......................... SUCCESS [  0.022 s]

[INFO] mnemonic-benches ................................... SUCCESS [  1.036 s]

[INFO] mnemonic-sessions .................................. SUCCESS [  0.026 s]

[INFO] mnemonic-hadoop .................................... SUCCESS [  0.481 s]

[INFO] mnemonic-hadoop-mapreduce .......................... SUCCESS [  0.082 s]

[INFO] mnemonic-spark ..................................... SUCCESS [  0.882 s]

[INFO] mnemonic-spark-core ................................ SUCCESS [  0.201 s]

[INFO] mnemonic-query ..................................... SUCCESS [  0.015 s]

[INFO] ------------------------------------------------------------------------

[INFO] BUILD SUCCESS

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 6.734 s

[INFO] Finished at: 2017-08-15T23:41:34+00:00

[INFO] Final Memory: 31M/121M

[INFO] ------------------------------------------------------------------------


  • No labels