Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Type License
com.codahale.metrics metrics-core 3.0.2 jar Apache License 2.0
com.codahale.metrics metrics-ganglia 3.0.2 jar Apache License 2.0
com.codahale.metrics metrics-graphite 3.0.2 jar Apache License 2.0
com.codahale.metrics metrics-jvm 3.0.2 jar Apache License 2.0
com.codahale.metrics metrics-servlets 3.0.2 jar Apache License 2.0
com.google.guava guava 14.0.1 jar The Apache Software License, Version 2.0
commons-collections commons-collections 3.2.1 jar The Apache Software License, Version 2.0
commons-dbcp commons-dbcp 1.4 jar The Apache Software License, Version 2.0
commons-dbutils commons-dbutils 1.5 jar The Apache Software License, Version 2.0
javax.mail mail 1.4.7 jar CDDL-GPLv2+CE
javax.servlet javax.servlet-api 3.0.1 jar CDDL + GPLv2 with classpath exception
javax.servlet servlet-api 2.5 jar -
javax.ws.rs javax.ws.rs-api 2.0.1 jar CDDL 1.1-GPL2 w/ CPE
javax.xml.bind jaxb-api 2.2.12 jar CDDL 1.1-GPL2 w/ CPE
joda-time joda-time 2.0 jar Apache 2
org.apache.lens lens-api 2.7.1 jar The Apache Software License, Version 2.0
org.apache.lens lens-cube 2.7.1 jar The Apache Software License, Version 2.0
org.apache.lens lens-driver-es 2.7.1 jar The Apache Software License, Version 2.0
org.apache.lens lens-driver-hive 2.7.1 jar The Apache Software License, Version 2.0
org.apache.lens lens-driver-jdbc 2.7.1 jar The Apache Software License, Version 2.0
org.apache.lens lens-query-lib 2.7.1 jar The Apache Software License, Version 2.0
org.apache.lens lens-server-api 2.7.1 jar The Apache Software License, Version 2.0
org.glassfish.grizzly grizzly-framework 2.3.23 jar CDDL+GPL
org.glassfish.grizzly grizzly-http-server 2.3.23 jar CDDL+GPL
org.glassfish.jersey.containers jersey-container-grizzly2-servlet 2.22.1 jar CDDL+GPL License
org.glassfish.jersey.media jersey-media-multipart 2.22.1 jar CDDL+GPL License
org.hsqldb hsqldb 2.2.9 jar HSQLDB License, a BSD open source license
org.quartz-scheduler quartz 2.2.2 jar The Apache Software License, Version 2.0
org.slf4j jul-to-slf4j 1.7.6 jar MIT License
org.slf4j slf4j-api 1.7.6 jar MIT License

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type License
org.apache.lens lens-storage-db 2.7.1 jar The Apache Software License, Version 2.0

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Classifier Type License
org.apache.derby derby 10.11.1.1 - jar Apache 2
org.apache.lens lens-driver-hive 2.7.1 tests test-jar The Apache Software License, Version 2.0
org.apache.lens lens-server-api 2.7.1 tests test-jar The Apache Software License, Version 2.0
org.datanucleus datanucleus-api-jdo 4.2.1 - jar The Apache Software License, Version 2.0
org.datanucleus datanucleus-rdbms 4.1.7 - jar The Apache Software License, Version 2.0
org.datanucleus javax.jdo 3.2.0-m3 - jar The Apache Software License, Version 2.0
org.glassfish.jersey.test-framework jersey-test-framework-core 2.22.1 - jar CDDL+GPL License
org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-grizzly2 2.22.1 - jar CDDL+GPL License
org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-inmemory 2.22.1 - jar CDDL+GPL License
org.liquibase liquibase-maven-plugin 3.0.7 - jar Apache License, Version 2.0
org.mockito mockito-all 1.9.5 - jar The MIT License
org.powermock powermock-api-mockito 1.5.6 - jar The Apache Software License, Version 2.0
org.powermock powermock-module-testng 1.5.6 - jar The Apache Software License, Version 2.0
org.subethamail subethasmtp 3.1.7 - jar Apache 2.0
org.testng testng 6.8 - jar Apache License, Version 2.0

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type License
org.apache.hadoop hadoop-client 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-exec 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-metastore 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-service 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-service-rpc 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-shims 2.1.0 jar The Apache Software License, Version 2.0

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Type License
ch.qos.logback logback-classic 1.1.3 jar Eclipse Public License - v 1.0-GNU Lesser General Public License
ch.qos.logback logback-core 1.1.3 jar Eclipse Public License - v 1.0-GNU Lesser General Public License
com.codahale.metrics metrics-healthchecks 3.0.2 jar Apache License 2.0
com.codahale.metrics metrics-json 3.0.2 jar Apache License 2.0
com.fasterxml.jackson.core jackson-annotations 2.2.2 jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.core jackson-core 2.3.3 jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.core jackson-databind 2.2.2 jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.fasterxml.jackson.datatype jackson-datatype-guava 2.3.3 jar The Apache Software License, Version 2.0-GNU Lesser General Public License, Version 2.1
com.google.code.gson gson 2.2.4 jar The Apache Software License, Version 2.0
com.mchange c3p0 0.9.5 jar GNU Lesser General Public License, Version 2.1-Eclipse Public License, Version 1.0
com.mchange mchange-commons-java 0.2.9 jar GNU Lesser General Public License, Version 2.1-Eclipse Public License, Version 1.0
com.typesafe config 1.2.1 jar Apache License, Version 2.0
commons-codec commons-codec 1.4 jar The Apache Software License, Version 2.0
commons-lang commons-lang 2.4 jar The Apache Software License, Version 2.0
commons-pool commons-pool 1.5.4 jar The Apache Software License, Version 2.0
info.ganglia.gmetric4j gmetric4j 1.0.3 jar The MIT License
io.searchbox jest 0.1.5 jar The Apache Software License, Version 2.0
io.searchbox jest-common 0.1.5 jar The Apache Software License, Version 2.0
javax.activation activation 1.1.1 jar COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.annotation javax.annotation-api 1.2 jar CDDL + GPLv2 with classpath exception
javax.inject javax.inject 1 jar The Apache Software License, Version 2.0
javax.validation validation-api 1.1.0.Final jar The Apache Software License, Version 2.0
net.sf.opencsv opencsv 2.3 jar Apache 2
org.acplt oncrpc 1.0.7 jar GNU Lesser General Public License
org.apache.commons commons-lang3 3.1 jar The Apache Software License, Version 2.0
org.apache.httpcomponents httpasyncclient 4.0.2 jar LICENSE.txt
org.apache.httpcomponents httpclient 4.4 jar Apache License, Version 2.0
org.apache.httpcomponents httpcore 4.4 jar Apache License, Version 2.0
org.apache.httpcomponents httpcore-nio 4.4 jar Apache License, Version 2.0
org.eclipse.persistence org.eclipse.persistence.asm 2.6.0 jar Eclipse Public License v1.0-Eclipse Distribution License v. 1.0
org.eclipse.persistence org.eclipse.persistence.core 2.6.0 jar Eclipse Public License v1.0-Eclipse Distribution License v. 1.0
org.eclipse.persistence org.eclipse.persistence.moxy 2.6.0 jar Eclipse Public License v1.0-Eclipse Distribution License v. 1.0
org.glassfish javax.json 1.0.4 jar Dual license consisting of the CDDL v1.1 and GPL v2
org.glassfish.grizzly grizzly-http 2.3.23 jar CDDL+GPL
org.glassfish.grizzly grizzly-http-servlet 2.3.23 jar CDDL+GPL
org.glassfish.hk2 hk2-api 2.4.0-b31 jar CDDL + GPLv2 with classpath exception
org.glassfish.hk2 hk2-locator 2.4.0-b31 jar CDDL + GPLv2 with classpath exception
org.glassfish.hk2 hk2-utils 2.4.0-b31 jar CDDL + GPLv2 with classpath exception
org.glassfish.hk2 osgi-resource-locator 1.0.1 jar CDDL + GPLv2 with classpath exception
org.glassfish.hk2.external aopalliance-repackaged 2.4.0-b31 jar CDDL + GPLv2 with classpath exception
org.glassfish.hk2.external javax.inject 2.4.0-b31 jar CDDL + GPLv2 with classpath exception
org.glassfish.jersey.bundles.repackaged jersey-guava 2.22.1 jar CDDL+GPL License
org.glassfish.jersey.containers jersey-container-grizzly2-http 2.22.1 jar CDDL+GPL License
org.glassfish.jersey.containers jersey-container-servlet 2.22.1 jar CDDL+GPL License
org.glassfish.jersey.containers jersey-container-servlet-core 2.22.1 jar CDDL+GPL License
org.glassfish.jersey.core jersey-client 2.22.1 jar CDDL+GPL License
org.glassfish.jersey.core jersey-common 2.22.1 jar CDDL+GPL License
org.glassfish.jersey.core jersey-server 2.22.1 jar CDDL+GPL License
org.glassfish.jersey.ext jersey-entity-filtering 2.22.1 jar CDDL+GPL License
org.glassfish.jersey.media jersey-media-jaxb 2.22.1 jar CDDL+GPL License
org.glassfish.jersey.media jersey-media-moxy 2.22.1 jar CDDL+GPL License
org.javassist javassist 3.18.2-GA jar MPL 1.1-LGPL 2.1-Apache License 2.0
org.jvnet.jaxb2_commons jaxb2-basics-runtime 0.9.5 jar BSD-Style License
org.jvnet.mimepull mimepull 1.9.6 jar CDDL 1.1-GPL2 w/ CPE
org.projectlombok lombok 1.16.6 jar The MIT License
org.slf4j jcl-over-slf4j 1.7.6 jar MIT License
org.slf4j log4j-over-slf4j 1.7.6 jar Apache Software Licenses

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Type License
classworlds classworlds 1.1-alpha-2 jar -
com.beust jcommander 1.27 jar The Apache Software License, Version 2.0
javax.transaction transaction-api 1.1 jar -
org.apache.maven maven-artifact 2.0 jar The Apache Software License, Version 2.0
org.apache.maven maven-artifact-manager 2.0 jar The Apache Software License, Version 2.0
org.apache.maven maven-model 2.0 jar The Apache Software License, Version 2.0
org.apache.maven maven-plugin-api 2.0 jar The Apache Software License, Version 2.0
org.apache.maven maven-profile 2.0 jar The Apache Software License, Version 2.0
org.apache.maven maven-project 2.0 jar The Apache Software License, Version 2.0
org.apache.maven maven-repository-metadata 2.0 jar The Apache Software License, Version 2.0
org.apache.maven.wagon wagon-provider-api 1.0-alpha-5 jar The Apache Software License, Version 2.0
org.beanshell bsh 2.0b4 jar GNU LESSER GENERAL PUBLIC LICENSE
org.codehaus.plexus plexus-container-default 1.0-alpha-8 jar -
org.codehaus.plexus plexus-utils 1.0.4 jar -
org.liquibase liquibase-core 3.0.7 jar Apache License, Version 2.0
org.objenesis objenesis 2.1 jar Apache 2
org.ow2.asm asm-debug-all 5.0.4 jar BSD
org.powermock powermock-api-support 1.5.6 jar The Apache Software License, Version 2.0
org.powermock powermock-core 1.5.6 jar The Apache Software License, Version 2.0
org.powermock powermock-module-testng-common 1.5.6 jar The Apache Software License, Version 2.0
org.powermock powermock-reflect 1.5.6 jar The Apache Software License, Version 2.0
org.yaml snakeyaml 1.6 jar LICENSE.txt

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type License
ant ant 1.6.5 jar The Apache Software License, Version 2.0
antlr antlr 2.7.7 jar BSD License
aopalliance aopalliance 1.0 jar Public Domain
asm asm 3.1 jar -
asm asm-commons 3.1 jar -
asm asm-tree 3.1 jar -
co.cask.tephra tephra-api 0.6.0 jar The Apache Software License, Version 2.0
co.cask.tephra tephra-core 0.6.0 jar The Apache Software License, Version 2.0
co.cask.tephra tephra-hbase-compat-1.0 0.6.0 jar The Apache Software License, Version 2.0
com.github.joshelser dropwizard-metrics-hadoop-metrics2-reporter 0.1.0 jar Apache License, Version 2.0
com.github.stephenc.findbugs findbugs-annotations 1.3.9-1 jar Apache License, Version 2.0
com.google.code.findbugs jsr305 1.3.9 jar The Apache Software License, Version 2.0
com.google.inject guice 3.0 jar The Apache Software License, Version 2.0
com.google.inject.extensions guice-assistedinject 3.0 jar The Apache Software License, Version 2.0
com.google.protobuf protobuf-java 2.5.0 jar New BSD license
com.jolbox bonecp 0.8.0.RELEASE jar Apache v2
com.thoughtworks.paranamer paranamer 2.3 jar LICENSE.txt
commons-beanutils commons-beanutils 1.7.0 jar -
commons-beanutils commons-beanutils-core 1.8.0 jar The Apache Software License, Version 2.0
commons-cli commons-cli 1.2 jar The Apache Software License, Version 2.0
commons-configuration commons-configuration 1.6 jar /LICENSE.txt
commons-digester commons-digester 1.8 jar /LICENSE.txt
commons-el commons-el 1.0 jar /LICENSE.txt
commons-httpclient commons-httpclient 3.0.1 jar Apache License
commons-io commons-io 2.4 jar The Apache Software License, Version 2.0
commons-net commons-net 3.1 jar The Apache Software License, Version 2.0
io.dropwizard.metrics metrics-core 3.1.0 jar Apache License 2.0
io.dropwizard.metrics metrics-json 3.1.0 jar Apache License 2.0
io.dropwizard.metrics metrics-jvm 3.1.0 jar Apache License 2.0
io.netty netty 3.7.0.Final jar Apache License, Version 2.0
io.netty netty-all 4.0.23.Final jar Apache License, Version 2.0
it.unimi.dsi fastutil 6.5.6 jar Apache License, Version 2.0
javax.jdo jdo-api 3.0.1 jar Apache 2
javax.servlet jsp-api 2.0 jar -
javax.transaction jta 1.1 jar -
javolution javolution 5.5.1 jar BSD License
jline jline 2.12 jar The BSD License
junit junit 4.12 jar Eclipse Public License 1.0
net.hydromatic eigenbase-properties 1.1.5 jar Apache License, Version 2.0
net.sf.jpam jpam 1.1 jar The Apache Software License, Version 2.0
org.antlr ST4 4.0.4 jar BSD licence
org.antlr antlr-runtime 3.4 jar -
org.antlr stringtemplate 3.2.1 jar BSD licence
org.apache.ant ant 1.9.1 jar The Apache Software License, Version 2.0
org.apache.ant ant-launcher 1.9.1 jar The Apache Software License, Version 2.0
org.apache.avro avro 1.7.7 jar The Apache Software License, Version 2.0
org.apache.calcite calcite-avatica 1.6.0 jar Apache License, Version 2.0
org.apache.calcite calcite-core 1.6.0 jar Apache License, Version 2.0
org.apache.calcite calcite-linq4j 1.6.0 jar Apache License, Version 2.0
org.apache.commons commons-compress 1.9 jar The Apache Software License, Version 2.0
org.apache.commons commons-math3 3.1.1 jar The Apache Software License, Version 2.0
org.apache.curator apache-curator 2.6.0 pom file://${basedir}/LICENSE
org.apache.curator curator-client 2.6.0 jar file://${basedir}/LICENSE
org.apache.curator curator-framework 2.6.0 jar file://${basedir}/LICENSE
org.apache.curator curator-recipes 2.6.0 jar file://${basedir}/LICENSE
org.apache.directory.api api-asn1-api 1.0.0-M20 jar The Apache Software License, Version 2.0
org.apache.directory.api api-util 1.0.0-M20 jar The Apache Software License, Version 2.0
org.apache.directory.server apacheds-i18n 2.0.0-M15 jar The Apache Software License, Version 2.0
org.apache.directory.server apacheds-kerberos-codec 2.0.0-M15 jar The Apache Software License, Version 2.0
org.apache.geronimo.specs geronimo-annotation_1.0_spec 1.1.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.specs geronimo-jaspic_1.0_spec 1.0 jar The Apache Software License, Version 2.0
org.apache.geronimo.specs geronimo-jta_1.1_spec 1.1.1 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-annotations 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-auth 2.5.1 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-common 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-hdfs 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-app 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-common 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-core 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-jobclient 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-shuffle 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-api 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-client 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-common 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-server-common 2.6.0 jar The Apache Software License, Version 2.0
org.apache.hbase hbase-annotations 1.1.1 jar The Apache Software License, Version 2.0
org.apache.hbase hbase-client 1.1.1 jar The Apache Software License, Version 2.0
org.apache.hbase hbase-common 1.1.1 jar The Apache Software License, Version 2.0
org.apache.hbase hbase-protocol 1.1.1 jar The Apache Software License, Version 2.0
org.apache.hive hive-ant 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-common 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-llap-client 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-llap-common 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-llap-tez 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-orc 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-serde 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive hive-storage-api 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive.shims hive-shims-0.23 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive.shims hive-shims-common 2.1.0 jar The Apache Software License, Version 2.0
org.apache.hive.shims hive-shims-scheduler 2.1.0 jar The Apache Software License, Version 2.0
org.apache.htrace htrace-core 3.1.0-incubating jar The Apache Software License, Version 2.0
org.apache.ivy ivy 2.4.0 jar The Apache Software License, Version 2.0
org.apache.logging.log4j log4j-1.2-api 2.4.1 jar The Apache Software License, Version 2.0
org.apache.logging.log4j log4j-api 2.4.1 jar The Apache Software License, Version 2.0
org.apache.logging.log4j log4j-core 2.4.1 jar The Apache Software License, Version 2.0
org.apache.logging.log4j log4j-slf4j-impl 2.4.1 jar The Apache Software License, Version 2.0
org.apache.logging.log4j log4j-web 2.4.1 jar The Apache Software License, Version 2.0
org.apache.parquet parquet-hadoop-bundle 1.8.1 jar The Apache Software License, Version 2.0
org.apache.thrift libfb303 0.9.3 jar The Apache Software License, Version 2.0
org.apache.thrift libthrift 0.9.3 jar The Apache Software License, Version 2.0
org.apache.twill twill-api 0.6.0-incubating jar The Apache Software License, Version 2.0
org.apache.twill twill-common 0.6.0-incubating jar The Apache Software License, Version 2.0
org.apache.twill twill-core 0.6.0-incubating jar The Apache Software License, Version 2.0
org.apache.twill twill-discovery-api 0.6.0-incubating jar The Apache Software License, Version 2.0
org.apache.twill twill-discovery-core 0.6.0-incubating jar The Apache Software License, Version 2.0
org.apache.twill twill-zookeeper 0.6.0-incubating jar The Apache Software License, Version 2.0
org.apache.velocity velocity 1.5 jar The Apache Software License, Version 2.0
org.apache.zookeeper zookeeper 3.4.6 jar -
org.codehaus.groovy groovy-all 2.4.4 jar The Apache Software License, Version 2.0
org.codehaus.jackson jackson-core-asl 1.9.13 jar The Apache Software License, Version 2.0
org.codehaus.jackson jackson-jaxrs 1.9.13 jar The Apache Software License, Version 2.0-GNU Lesser General Public License (LGPL), Version 2.1
org.codehaus.jackson jackson-mapper-asl 1.9.13 jar The Apache Software License, Version 2.0
org.codehaus.jackson jackson-xc 1.9.13 jar The Apache Software License, Version 2.0-GNU Lesser General Public License (LGPL), Version 2.1
org.codehaus.janino commons-compiler 2.7.6 jar New BSD License
org.codehaus.janino janino 2.7.6 jar New BSD License
org.datanucleus datanucleus-core 4.1.6 jar The Apache Software License, Version 2.0
org.eclipse.jetty.aggregate jetty-all 7.6.0.v20120127 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.eclipse.jetty.orbit javax.servlet 3.0.0.v201112011016 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.fusesource.leveldbjni leveldbjni-all 1.8 jar The BSD 3-Clause License
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.htrace htrace-core 3.0.4 jar The Apache Software License, Version 2.0
org.iq80.snappy snappy 0.2 jar Apache License 2.0
org.jamon jamon-runtime 2.3.1 jar Mozilla Public License Version 1.1
org.jruby.jcodings jcodings 1.0.8 jar MIT License
org.jruby.joni joni 2.1.2 jar MIT License
org.json json 20090211 jar provided without support or warranty
org.mortbay.jetty jetty-util 6.1.26 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.xerial.snappy snappy-java 1.0.5 jar The Apache Software License, Version 2.0
oro oro 2.0.8 jar -
stax stax-api 1.0.1 jar The Apache Software License, Version 2.0
tomcat jasper-compiler 5.5.23 jar The Apache Software License, Version 2.0
tomcat jasper-runtime 5.5.23 jar The Apache Software License, Version 2.0
xerces xercesImpl 2.9.1 jar The Apache Software License, Version 2.0
xml-apis xml-apis 1.3.04 jar The Apache Software License, Version 2.0
xmlenc xmlenc 0.52 jar The BSD License

system

The following is a list of system dependencies for this project. These dependencies are required to compile the application:

GroupId ArtifactId Version Type License
jdk.tools jdk.tools 1.7 jar -

Project Dependency Graph

Dependency Tree

Licenses

CDDL+GPL: grizzly-framework, grizzly-http, grizzly-http-server, grizzly-http-servlet

GPLv2+CE: JavaMail API (compat)

Apache License Version 2.0: SnakeYAML

provided without support or warranty: JSON (JavaScript Object Notation)

GNU LESSER GENERAL PUBLIC LICENSE: BeanShell

The BSD License: JLine, xmlenc Library

Eclipse Public License 1.0: JUnit

Apache 2.0: SubEtha SMTP

MIT License: JCL 1.1.1 implemented over SLF4J, JCodings, JUL to SLF4J bridge, Joni, SLF4J API Module

Eclipse Public License v1.0: EclipseLink ASM, EclipseLink Core, EclipseLink Moxy

Mozilla Public License Version 1.1: jamon-runtime

GPL2 w/ CPE: Java Architecture for XML Binding, MIME streaming extension, javax.ws.rs-api

BSD licence: ANTLR ST4 4.0.4, ANTLR StringTemplate

New BSD License: Commons Compiler, Hamcrest Core, Janino

Apache 2: Apache Derby Database Engine and Embedded JDBC Driver, JDO API, Joda time, Objenesis, opencsv

Eclipse Public License, Version 1.0: c3p0, mchange-commons-java

BSD: ASM Debug All, ParaNamer Core

Apache Software Licenses: Log4j Implemented Over SLF4J

Unknown: ASM Commons, ASM Core, ASM Tree, Antlr 3.4 Runtime, Default Plexus Container, Java Transaction API, Plexus Common Utilities, classworlds, commons-beanutils, jsp-api, oro, servlet-api, transaction-api, zookeeper

New BSD license: Protocol Buffer Java API

The BSD 3-Clause License: leveldbjni-all

Apache License 2.0: Ganglia Integration for Metrics, Graphite Integration for Metrics, JVM Integration for Metrics, Jackson Integration for Metrics, Javassist, Metrics Core, Metrics Health Checks, Metrics Utility Servlets, snappy

BSD License: AntLR Parser Generator, Javolution

Apache v2: BoneCP :: Core Library

The MIT License: Mockito, Project Lombok, gmetric4j

Apache License, Version 2.0: Apache HttpAsyncClient, Apache HttpClient, Apache HttpCore, Apache HttpCore NIO, Calcite Avatica, Calcite Core, Calcite Linq4j, Findbugs Annotations under Apache License, Hadoop Metrics2 Reporter for Dropwizard Metrics, Liquibase Core, Liquibase Maven Plugin, Netty/All-in-One, TestNG, The Netty Project, config, eigenbase-properties, fastutil

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JavaBeans(TM) Activation Framework

MPL 1.1: Javassist

Apache Software License - Version 2.0: Jetty :: Aggregate :: All core Jetty, Jetty Orbit :: Servlet API, Jetty Utilities

GNU Lesser General Public License (LGPL), Version 2.1: JAX-RS provider for JSON content type, Xml Compatibility extensions for Jackson

CDDL 1.1: Java Architecture for XML Binding, MIME streaming extension, javax.ws.rs-api

GNU Lesser General Public License, Version 2.1: Jackson-annotations, Jackson-core, Jackson-datatype-Guava, c3p0, jackson-databind, mchange-commons-java

HSQLDB License, a BSD open source license: HyperSQL Database

Apache License: HttpClient

Eclipse Distribution License v. 1.0: EclipseLink ASM, EclipseLink Core, EclipseLink Moxy

Public Domain: AOP alliance

GNU Lesser General Public License: Logback Classic Module, Logback Core Module, Remote Tea Runtime

BSD-Style License: JAXB2 Basics - Runtime

Eclipse Public License - Version 1.0: Jetty :: Aggregate :: All core Jetty, Jetty Orbit :: Servlet API, Jetty Utilities

CDDL: JavaMail API (compat)

LGPL 2.1: Javassist

CDDL + GPLv2 with classpath exception: HK2 API module, HK2 Implementation Utilities, Java Servlet API, OSGi resource locator bundle - used by various API providers that rely on META-INF/services mechanism to locate providers., ServiceLocator Default Implementation, aopalliance version 1.0 repackaged as a module, javax.annotation API, javax.inject:1 as OSGi bundle

Dual license consisting of the CDDL v1.1 and GPL v2: JSR 353 (JSON Processing) Default Provider

The Apache Software License, Version 2.0: Annotation 1.0, Apache Ant Core, Apache Ant Launcher, Apache Avro, Apache Commons Compress, Apache Curator, Apache Directory API ASN.1 API, Apache Directory LDAP API Utilities, Apache Groovy, Apache Hadoop Annotations, Apache Hadoop Auth, Apache Hadoop Client, Apache Hadoop Common, Apache Hadoop HDFS, Apache Ivy, Apache Log4j 1.x Compatibility API, Apache Log4j API, Apache Log4j Core, Apache Log4j SLF4J Binding, Apache Log4j Web, Apache Parquet Hadoop Bundle, Apache Thrift, Apache Twill API, Apache Twill ZooKeeper client library, Apache Twill common library, Apache Twill core library, Apache Twill discovery service API, Apache Twill discovery service implementations, Apache Velocity, ApacheDS I18n, ApacheDS Protocol Kerberos Codec, Bean Validation API, Commons BeanUtils Core, Commons CLI, Commons Codec, Commons Collections, Commons Configuration, Commons DBCP, Commons DbUtils, Commons IO, Commons Lang, Commons Math, Commons Net, Commons Pool, Curator Client, Curator Framework, Curator Recipes, Data Mapper for Jackson, DataNucleus Core, DataNucleus JDO API plugin, DataNucleus RDBMS plugin, Digester, EL, FindBugs-jsr305, Google Guice - Core Library, Google Guice - Extensions - AssistedInject, Gson, Guava: Google Core Libraries for Java, HBase - Annotations, HBase - Client, HBase - Common, HBase - Protocol, Hive Ant Utilities, Hive Common, Hive Llap Client, Hive Llap Common, Hive Llap Tez, Hive Metastore, Hive ORC, Hive Query Language, Hive Serde, Hive Service, Hive Service RPC, Hive Shims, Hive Shims 0.23, Hive Shims Common, Hive Shims Scheduler, Hive Storage API, JAX-RS provider for JSON content type, JCommander, JDO API, JPam, JTA 1.1, Jackson, Jackson-annotations, Jackson-core, Jackson-datatype-Guava, Java Authentication SPI for Containers, Jest Apache HC Jar, Jest Common Jar, Lens API, Lens API for server and extensions, Lens Cube, Lens DB storage, Lens Driver for JDBC, Lens Elastic Search Driver, Lens Hive Driver, Lens Query Library, Lens Server, Maven Artifact, Maven Artifact Manager, Maven Model, Maven Plugin API, Maven Profile Model, Maven Project Builder, Maven Repository Metadata Model, Maven Wagon API, Snappy for Java, StAX API, Tephra API, Tephra Core, Tephra HBase 1.0 Compatibility, XML Commons External Components XML APIs, Xerces2 Java Parser, Xml Compatibility extensions for Jackson, ant, hadoop-mapreduce-client-app, hadoop-mapreduce-client-common, hadoop-mapreduce-client-core, hadoop-mapreduce-client-jobclient, hadoop-mapreduce-client-shuffle, hadoop-yarn-api, hadoop-yarn-client, hadoop-yarn-common, hadoop-yarn-server-common, htrace-core, jackson-databind, jasper-compiler, jasper-runtime, javax.inject, powermock-api-mockito, powermock-api-support, powermock-core, powermock-module-testng, powermock-module-testng-common, powermock-reflect, quartz

CDDL+GPL License: jersey-container-grizzly2-http, jersey-container-grizzly2-servlet, jersey-container-servlet, jersey-container-servlet-core, jersey-core-client, jersey-core-common, jersey-core-server, jersey-ext-entity-filtering, jersey-media-jaxb, jersey-media-moxy, jersey-media-multipart, jersey-repackaged-guava, jersey-test-framework-core, jersey-test-framework-provider-grizzly2, jersey-test-framework-provider-inmemory

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module