I have gathered all license information for all the dependencies using
license-maven-plugin.
Here is the file attached.

Is there a particular format I should be using to update the license file
in the repo?

-Kalyan

On Wed, Nov 29, 2017 at 1:52 PM, Colm O hEigeartaigh <cohei...@apache.org>
wrote:

> Hi Kalyan,
>
> Anything Apache related you can immediately discount - so Hadoop, Hive,
> HBase, Solr, Zookeeper, etc. I would suggest just deleting those jars from
> the list and googling the remaining jars to see what the license is.
>
> Colm.
>
> On Wed, Nov 29, 2017 at 6:55 PM, Kalyan Kumar Kalvagadda <
> kkal...@cloudera.com> wrote:
>
> > I'm trying to gather the license information for the dependencies. I'm
> > trying to use Apache Maven Project Info Reports Plugin
> > <https://maven.apache.org/plugins/maven-project-info-reports-plugin/> .
> >
> > Does anyone has a better suggestion?
> >
> > -Kalyan
> >
> > On Wed, Nov 29, 2017 at 12:32 PM, Sergio Pena <sergio.p...@cloudera.com>
> > wrote:
> >
> > > I don't have that issue.
> > >
> > > I downloaded the 2.0 tar.gz that is already signed and install it on an
> > > Ubuntu 16.04 machine with Hive 2.3.2. It has been running in a single
> > node
> > > mode. I could check HMS notifications being pulled and updated, and
> > > checking the permissions.
> > >
> > > On Wed, Nov 29, 2017 at 12:20 PM, Kalyan Kumar Kalvagadda <
> > > kkal...@cloudera.com> wrote:
> > >
> > > > Sergio,
> > > >
> > > > I know that you tried to start sentry standalone, Did you see this
> > issue?
> > > >
> > > >
> > > > -Kalyan
> > > >
> > > > On Wed, Nov 29, 2017 at 12:16 PM, Alexander Kolbasov <
> > ak...@cloudera.com
> > > >
> > > > wrote:
> > > >
> > > > > I tried to start Sentry server on Mac and got a weird error . I am
> > > > running
> > > > > from the dist directory that I just built with mvn clean install on
> > the
> > > > > 2.0.0 branch.
> > > > >
> > > > > 17/11/29 10:13:25 ERROR thrift.SentryService: Error starting server
> > > > > java.lang.SecurityException: class "javax.servlet.DispatcherType"
> 's
> > > > signer
> > > > > information does not match signer information of other classes in
> the
> > > > same
> > > > > package
> > > > >         at java.lang.ClassLoader.checkCerts(ClassLoader.java:898)
> > > > >         at java.lang.ClassLoader.preDefineClass(ClassLoader.
> > java:668)
> > > > >         at java.lang.ClassLoader.defineClass(ClassLoader.java:761)
> > > > >         at
> > > > > java.security.SecureClassLoader.defineClass(
> > > SecureClassLoader.java:142)
> > > > >         at java.net.URLClassLoader.defineClass(URLClassLoader.
> > > java:467)
> > > > >         at java.net.URLClassLoader.access$100(URLClassLoader.
> > java:73)
> > > > >         at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
> > > > >         at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
> > > > >         at java.security.AccessController.doPrivileged(Native
> > Method)
> > > > >         at java.net.URLClassLoader.findClass(URLClassLoader.java:
> > 361)
> > > > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> > > > >         at sun.misc.Launcher$AppClassLoader.loadClass(
> > > Launcher.java:331)
> > > > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> > > > >         at
> > > > > org.apache.sentry.service.thrift.SentryService.
> startSentryWebServer(
> > > > > SentryService.java:422)
> > > > >         at
> > > > > org.apache.sentry.service.thrift.SentryService.
> > > > > runServer(SentryService.java:268)
> > > > >         at
> > > > > org.apache.sentry.service.thrift.SentryService.call(
> > > > > SentryService.java:198)
> > > > >         at
> > > > > org.apache.sentry.service.thrift.SentryService.call(
> > > > SentryService.java:76)
> > > > >         at java.util.concurrent.FutureTask.run(FutureTask.
> java:266)
> > > > >         at
> > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(
> > > > > ThreadPoolExecutor.java:1142)
> > > > >         at
> > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(
> > > > > ThreadPoolExecutor.java:617)
> > > > >         at java.lang.Thread.run(Thread.java:745)
> > > > > Exception in thread "main" java.util.concurrent.
> ExecutionException:
> > > > > java.lang.Exception: Error starting server
> > > > >         at java.util.concurrent.FutureTask.report(FutureTask.
> > java:122)
> > > > >         at java.util.concurrent.FutureTask.get(FutureTask.
> java:192)
> > > > >         at
> > > > > org.apache.sentry.service.thrift.SentryService$
> > > > > CommandImpl.run(SentryService.java:591)
> > > > >         at org.apache.sentry.SentryMain.main(SentryMain.java:122)
> > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > Method)
> > > > >         at
> > > > > sun.reflect.NativeMethodAccessorImpl.invoke(
> > > > NativeMethodAccessorImpl.java:
> > > > > 62)
> > > > >         at
> > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > > > > DelegatingMethodAccessorImpl.java:43)
> > > > >         at java.lang.reflect.Method.invoke(Method.java:498)
> > > > >         at org.apache.hadoop.util.RunJar.run(RunJar.java:234)
> > > > >         at org.apache.hadoop.util.RunJar.main(RunJar.java:148)
> > > > > Caused by: java.lang.Exception: Error starting server
> > > > >         at
> > > > > org.apache.sentry.service.thrift.SentryService.call(
> > > > > SentryService.java:202)
> > > > >         at
> > > > > org.apache.sentry.service.thrift.SentryService.call(
> > > > SentryService.java:76)
> > > > >         at java.util.concurrent.FutureTask.run(FutureTask.
> java:266)
> > > > >         at
> > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(
> > > > > ThreadPoolExecutor.java:1142)
> > > > >         at
> > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(
> > > > > ThreadPoolExecutor.java:617)
> > > > >         at java.lang.Thread.run(Thread.java:745)
> > > > > Caused by: java.lang.SecurityException: class
> > > > > "javax.servlet.DispatcherType"'s signer information does not match
> > > > signer
> > > > > information of other classes in the same package
> > > > >         at java.lang.ClassLoader.checkCerts(ClassLoader.java:898)
> > > > >         at java.lang.ClassLoader.preDefineClass(ClassLoader.
> > java:668)
> > > > >         at java.lang.ClassLoader.defineClass(ClassLoader.java:761)
> > > > >         at
> > > > > java.security.SecureClassLoader.defineClass(
> > > SecureClassLoader.java:142)
> > > > >         at java.net.URLClassLoader.defineClass(URLClassLoader.
> > > java:467)
> > > > >         at java.net.URLClassLoader.access$100(URLClassLoader.
> > java:73)
> > > > >         at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
> > > > >         at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
> > > > >         at java.security.AccessController.doPrivileged(Native
> > Method)
> > > > >         at java.net.URLClassLoader.findClass(URLClassLoader.java:
> > 361)
> > > > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> > > > >         at sun.misc.Launcher$AppClassLoader.loadClass(
> > > Launcher.java:331)
> > > > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> > > > >         at
> > > > > org.apache.sentry.service.thrift.SentryService.
> startSentryWebServer(
> > > > > SentryService.java:422)
> > > > >         at
> > > > > org.apache.sentry.service.thrift.SentryService.
> > > > > runServer(SentryService.java:268)
> > > > >         at
> > > > > org.apache.sentry.service.thrift.SentryService.call(
> > > > > SentryService.java:198)
> > > > >         ... 5 more
> > > > >
> > > > > On Tue, Nov 28, 2017 at 4:38 PM, Kalyan Kumar Kalvagadda <
> > > > > kkal...@cloudera.com> wrote:
> > > > >
> > > > > > This is the release of Apache Sentry, version 2.0.0.
> > > > > >
> > > > > > It fixes the following issues:
> > > > > > *https://issues.apache.org/jira/projects/SENTRY/versions/
> 12341081
> > > > > > <https://issues.apache.org/jira/projects/SENTRY/versions/
> 12341081
> > >*
> > > > > >
> > > > > > Source and bin files :
> > > > > > *http://home.apache.org/~kalyan/apache-sentry-2.0.0-src-rc-1/
> > > > > > <http://home.apache.org/~kalyan/apache-sentry-2.0.0-src-rc-1/>*
> > > > > >
> > > > > > Maven artifacts are available
> > > > > > here:https://repository.apache.org/content/
> > > > repositories/orgapachesentry-
> > > > > > 1005/
> > > > > >
> > > > > >
> > > > > > Tag to be voted on
> > > > > > *https://git-wip-us.apache.org/repos/asf/sentry/?p=
> > > > > > sentry.git;a=tag;h=refs/tags/release-2.0.0
> > > > > > <https://git-wip-us.apache.org/repos/asf/sentry/?p=
> > > > > > sentry.git;a=tag;h=refs/tags/release-2.0.0>*
> > > > > >
> > > > > > Sentry's KEYS containing the PGP key we used to sign the release:
> > > > > > http://www.apache.org/dist/sentry/KEYS
> > > > > >
> > > > > >  we are voting on the source:tag=release-2.0.0, SHA=
> > > > > > 18fe7c596fa1ffad3e656a42d534ac190876b642
> > > > > >  (You can get the hash of the tag by doing "git rev-list
> > > release-1.8.0
> > > > |
> > > > > > head -n 1" )
> > > > > >
> > > > > > Vote will be open for 72 hours.
> > > > > >
> > > > > > [ ] +1 approve
> > > > > > [ ] +0 no opinion
> > > > > > [ ] -1 disapprove (and reason why)
> > > > > >
> > > > > > -Kalyan
> > > > > >
> > > > >
> > > >
> > >
> >
>
>
>
> --
> Colm O hEigeartaigh
>
> Talend Community Coder
> http://coders.talend.com
>
(Apache 2) Apache Derby Database Engine and Embedded JDBC Driver 
(org.apache.derby:derby:10.13.1.1 - http://db.apache.org/derby/)
(Apache 2) Joda-Time (joda-time:joda-time:2.5 - http://www.joda.org/joda-time/)
(Apache 2) opencsv (net.sf.opencsv:opencsv:2.3 - http://opencsv.sf.net)
(Apache 2.0 license) (CDDL 1.0 license) (EPL 1.0 license) (LGPL 2.1 license) 
(LGPL 3.0 license) Restlet Core - API and Engine 
(org.restlet.jee:org.restlet:2.3.0 - http://restlet.org/org.restlet)
(Apache 2.0 license) (CDDL 1.0 license) (EPL 1.0 license) (LGPL 2.1 license) 
(LGPL 3.0 license) Restlet Extension - Servlet 
(org.restlet.jee:org.restlet.ext.servlet:2.3.0 - 
http://restlet.org/org.restlet.ext.servlet)
(Apache License 2.0) (LGPL 2.1) (MPL 1.1) Javassist 
(org.javassist:javassist:3.18.1-GA - http://www.javassist.org/)
(Apache License 2.0) Ganglia Integration for Metrics 
(io.dropwizard.metrics:metrics-ganglia:3.2.2 - 
http://metrics.codahale.com/metrics-ganglia/)
(Apache License 2.0) Graphite Integration for Metrics 
(io.dropwizard.metrics:metrics-graphite:3.2.2 - 
http://metrics.codahale.com/metrics-graphite/)
(Apache License 2.0) JVM Integration for Metrics 
(com.codahale.metrics:metrics-jvm:3.0.2 - 
http://metrics.codahale.com/metrics-jvm/)
(Apache License 2.0) JVM Integration for Metrics 
(io.dropwizard.metrics:metrics-jvm:3.1.0 - 
http://metrics.codahale.com/metrics-jvm/)
(Apache License 2.0) Jackson Integration for Metrics 
(com.codahale.metrics:metrics-json:3.0.2 - 
http://metrics.codahale.com/metrics-json/)
(Apache License 2.0) Jackson Integration for Metrics 
(io.dropwizard.metrics:metrics-json:3.1.0 - 
http://metrics.codahale.com/metrics-json/)
(Apache License 2.0) Metrics Core (com.codahale.metrics:metrics-core:3.0.2 - 
http://metrics.codahale.com/metrics-core/)
(Apache License 2.0) Metrics Core (io.dropwizard.metrics:metrics-core:3.1.0 - 
http://metrics.codahale.com/metrics-core/)
(Apache License 2.0) Metrics Core Library 
(com.yammer.metrics:metrics-core:2.2.0 - 
http://metrics.codahale.com/metrics-core/)
(Apache License 2.0) Metrics Health Checks 
(com.codahale.metrics:metrics-healthchecks:3.0.2 - 
http://metrics.codahale.com/metrics-healthchecks/)
(Apache License 2.0) Metrics Integration for Jetty 9.1 and higher 
(io.dropwizard.metrics:metrics-jetty9:3.2.2 - 
http://metrics.codahale.com/metrics-jetty9/)
(Apache License 2.0) Metrics Utility Servlets 
(com.codahale.metrics:metrics-servlets:3.0.2 - 
http://metrics.codahale.com/metrics-servlets/)
(Apache License 2.0) aircompressor (io.airlift:aircompressor:0.3 - 
http://github.com/airlift/aircompressor)
(Apache License Version 2.0) Glassfish Jasper API 
(org.mortbay.jetty:jsp-api-2.1:6.1.14 - 
http://jetty.mortbay.org/project/modules/jsp-api-2.1)
(Apache License) HttpClient (commons-httpclient:commons-httpclient:3.1 - 
http://jakarta.apache.org/httpcomponents/httpclient-3.x/)
(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)
(Apache License, Version 2.0) Apache Calcite Avatica 
(org.apache.calcite.avatica:avatica-core:1.10.0 - 
https://calcite.apache.org/avatica/avatica-core)
(Apache License, Version 2.0) Apache Calcite Avatica 
(org.apache.calcite.avatica:avatica:1.8.0 - 
http://calcite.apache.org/avatica/avatica)
(Apache License, Version 2.0) Apache Calcite Avatica Metrics 
(org.apache.calcite.avatica:avatica-metrics:1.8.0 - 
http://calcite.apache.org/avatica/avatica-metrics)
(Apache License, Version 2.0) Apache Commons BeanUtils 
(commons-beanutils:commons-beanutils:1.9.3 - 
https://commons.apache.org/proper/commons-beanutils/)
(Apache License, Version 2.0) Apache Commons Collections 
(commons-collections:commons-collections:3.2.2 - 
http://commons.apache.org/collections/)
(Apache License, Version 2.0) Apache Commons Exec 
(org.apache.commons:commons-exec:1.3 - 
http://commons.apache.org/proper/commons-exec/)
(Apache License, Version 2.0) Apache Commons FileUpload 
(commons-fileupload:commons-fileupload:1.3.2 - 
http://commons.apache.org/proper/commons-fileupload/)
(Apache License, Version 2.0) Apache HttpClient 
(org.apache.httpcomponents:httpclient:4.4.1 - 
http://hc.apache.org/httpcomponents-client)
(Apache License, Version 2.0) Apache HttpClient Mime 
(org.apache.httpcomponents:httpmime:4.5.3 - 
http://hc.apache.org/httpcomponents-client)
(Apache License, Version 2.0) Apache HttpCore 
(org.apache.httpcomponents:httpcore:4.4.1 - 
http://hc.apache.org/httpcomponents-core-ga)
(Apache License, Version 2.0) Caffeine cache 
(com.github.ben-manes.caffeine:caffeine:2.4.0 - 
https://github.com/ben-manes/caffeine)
(Apache License, Version 2.0) Calcite Core 
(org.apache.calcite:calcite-core:1.13.0 - 
https://calcite.apache.org/calcite-core)
(Apache License, Version 2.0) Calcite Druid 
(org.apache.calcite:calcite-druid:1.10.0 - 
http://calcite.apache.org/calcite-druid)
(Apache License, Version 2.0) Calcite Linq4j 
(org.apache.calcite:calcite-linq4j:1.13.0 - 
https://calcite.apache.org/calcite-linq4j)
(Apache License, Version 2.0) Findbugs Annotations under Apache License 
(com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1 - 
http://stephenc.github.com/findbugs-annotations)
(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) Noggit (org.noggit:noggit:0.8 - 
http://github.com/yonik/noggit)
(Apache License, Version 2.0) ORC Core (org.apache.orc:orc-core:1.3.3 - 
http://orc.apache.org/orc-core)
(Apache License, Version 2.0) Slider Core 
(org.apache.slider:slider-core:0.90.2-incubating - 
http://slider.incubator.apache.org/slider-core/)
(Apache License, Version 2.0) Super CSV Core (net.sf.supercsv:super-csv:2.2.0 - 
http://supercsv.sourceforge.net/super-csv)
(Apache License, Version 2.0) The Netty Project (io.netty:netty:3.6.2.Final - 
http://netty.io/)
(Apache License, Version 2.0) eigenbase-properties 
(net.hydromatic:eigenbase-properties:1.1.5 - 
http://github.com/julianhyde/eigenbase-properties)
(Apache License, Version 2.0) fastutil (it.unimi.dsi:fastutil:6.5.6 - 
http://fasutil.dsi.unimi.it/)
(Apache License, Version 2.0) java-xmlbuilder 
(com.jamesmurty.utils:java-xmlbuilder:0.4 - 
http://code.google.com/p/java-xmlbuilder/)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: Continuation (org.eclipse.jetty:jetty-continuation:9.3.20.v20170531 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: Deployers (org.eclipse.jetty:jetty-deploy:9.3.20.v20170531 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: Http Utility (org.eclipse.jetty:jetty-http:9.3.21.v20170918 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: IO Utility (org.eclipse.jetty:jetty-io:9.3.21.v20170918 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: JMX Management (org.eclipse.jetty:jetty-jmx:9.3.20.v20170531 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: Rewrite Handler (org.eclipse.jetty:jetty-rewrite:9.3.20.v20170531 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: Security (org.eclipse.jetty:jetty-security:9.3.21.v20170918 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: Server Core (org.eclipse.jetty:jetty-server:9.3.21.v20170918 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: Servlet Handling (org.eclipse.jetty:jetty-servlet:9.3.21.v20170918 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: Utilities (org.eclipse.jetty:jetty-util:9.3.21.v20170918 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: Utility Servlets and Filters 
(org.eclipse.jetty:jetty-servlets:9.3.20.v20170531 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: Webapp Application Support 
(org.eclipse.jetty:jetty-webapp:9.3.20.v20170531 - http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty :: XML utilities (org.eclipse.jetty:jetty-xml:9.3.20.v20170531 - 
http://www.eclipse.org/jetty)
(Apache Software License - Version 2.0) (Eclipse Public License - Version 1.0) 
Jetty Orbit :: Servlet API 
(org.eclipse.jetty.orbit:javax.servlet:3.0.0.v201112011016 - 
http://www.eclipse.org/jetty/jetty-orbit/javax.servlet)
(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 v2) BoneCP :: Core Library (com.jolbox:bonecp:0.8.0.RELEASE - 
http://jolbox.com/bonecp)
(BSD License) Javolution (javolution:javolution:5.5.1 - http://javolution.org)
(BSD licence) ANTLR 3 Runtime (org.antlr:antlr-runtime:3.5.2 - 
http://www.antlr.org)
(BSD licence) ANTLR ST4 4.0.4 (org.antlr:ST4:4.0.4 - 
http://www.stringtemplate.org)
(BSD) ASM Commons (org.ow2.asm:asm-commons:5.1 - 
http://asm.objectweb.org/asm-commons/)
(BSD) ASM Core (org.ow2.asm:asm:5.1 - http://asm.objectweb.org/asm/)
(BSD) JSch (com.jcraft:jsch:0.1.42 - http://www.jcraft.com/jsch/)
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.3 - 
http://paranamer.codehaus.org/paranamer)
(CDDL + GPLv2 with classpath exception) Java Servlet API 
(javax.servlet:javax.servlet-api:3.1.0 - http://servlet-spec.java.net)
(CDDL 1.0) Glassfish Jasper (org.mortbay.jetty:jsp-2.1:6.1.14 - 
http://jetty.mortbay.org/project/modules/jsp-2.1)
(CDDL 1.0) Servlet Specification 2.5 API 
(org.mortbay.jetty:servlet-api-2.5:6.1.14 - 
http://jetty.mortbay.org/project/modules/servlet-api-2.5)
(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/)
(CDDL 1.1) (GPL2 w/ CPE) JAXB RI (com.sun.xml.bind:jaxb-impl:2.2.3-1 - 
http://jaxb.java.net/)
(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-guice (com.sun.jersey.contribs:jersey-guice:1.9 
- https://jersey.java.net/jersey-contribs/jersey-guice/)
(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/)
(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)
(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)
(Common Public License Version 1.0) JUnit (junit:junit:4.10 - http://junit.org)
(GNU Lesser General Public License (LGPL), Version 2.1) (The Apache Software 
License, Version 2.0) JAX-RS provider for JSON content type 
(org.codehaus.jackson:jackson-jaxrs:1.8.3 - http://jackson.codehaus.org)
(GNU Lesser General Public License (LGPL), Version 2.1) (The Apache Software 
License, Version 2.0) Xml Compatibility extensions for Jackson 
(org.codehaus.jackson:jackson-xc:1.8.3 - http://jackson.codehaus.org)
(GNU Lesser General Public License, Version 2.1) (The Apache Software License, 
Version 2.0) jackson-databind 
(com.fasterxml.jackson.core:jackson-databind:2.2.2 - 
http://wiki.fasterxml.com/JacksonHome)
(MIT License) JCL 1.1.1 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.7 
- http://www.slf4j.org)
(MIT License) JCodings (org.jruby.jcodings:jcodings:1.0.8 - no url defined)
(MIT License) Joni (org.jruby.joni:joni:2.1.2 - 
http://nexus.sonatype.org/oss-repository-hosting.html/joni)
(MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.25 - 
http://www.slf4j.org)
(MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.25 - 
http://www.slf4j.org)
(MIT License) cliche shell (com.budhash.cliche:cliche-shell:0.9.3 - 
https://github.com/budhash/cliche)
(Mozilla Public License Version 1.1) jamon-runtime 
(org.jamon:jamon-runtime:2.3.1 - http://www.jamon.org/jamon-runtime/)
(New BSD License) Commons Compiler (org.codehaus.janino:commons-compiler:2.7.6 
- http://docs.codehaus.org/display/JANINO/Home/commons-compiler)
(New BSD License) Janino (org.codehaus.janino:janino:2.7.6 - 
http://docs.codehaus.org/display/JANINO/Home/janino)
(New BSD license) Protocol Buffer Java API 
(com.google.protobuf:protobuf-java:2.5.0 - http://code.google.com/p/protobuf)
(Public Domain) XZ for Java (org.tukaani:xz:1.0 - 
http://tukaani.org/xz/java.html)
(The Apache Software License, Version 2.0) Apache Ant Core 
(org.apache.ant:ant:1.9.1 - http://ant.apache.org/)
(The Apache Software License, Version 2.0) Apache Ant Launcher 
(org.apache.ant:ant-launcher:1.9.1 - http://ant.apache.org/)
(The Apache Software License, Version 2.0) Apache Avro 
(org.apache.avro:avro:1.7.4 - http://avro.apache.org)
(The Apache Software License, Version 2.0) Apache Commons Logging 
(commons-logging:commons-logging:1.2 - 
http://commons.apache.org/proper/commons-logging/)
(The Apache Software License, Version 2.0) Apache Commons Pool 
(org.apache.commons:commons-pool2:2.4.2 - 
http://commons.apache.org/proper/commons-pool/)
(The Apache Software License, Version 2.0) Apache Curator 
(org.apache.curator:apache-curator:2.7.1 - http://curator.apache.org)
(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) Apache Groovy 
(org.codehaus.groovy:groovy-all:2.4.4 - http://groovy-lang.org)
(The Apache Software License, Version 2.0) Apache Ivy (org.apache.ivy:ivy:2.4.0 
- http://ant.apache.org/ivy/)
(The Apache Software License, Version 2.0) Apache Log4j (log4j:log4j:1.2.16 - 
http://logging.apache.org/log4j/1.2/)
(The Apache Software License, Version 2.0) Apache Thrift 
(org.apache.thrift:libfb303:0.9.3 - http://thrift.apache.org)
(The Apache Software License, Version 2.0) Apache Thrift 
(org.apache.thrift:libthrift:0.9.3 - http://thrift.apache.org)
(The Apache Software License, Version 2.0) Apache Twill API 
(org.apache.twill:twill-api:0.6.0-incubating - 
http://twill.incubator.apache.org/twill-api)
(The Apache Software License, Version 2.0) Apache Twill ZooKeeper client 
library (org.apache.twill:twill-zookeeper:0.6.0-incubating - 
http://twill.incubator.apache.org/twill-zookeeper)
(The Apache Software License, Version 2.0) Apache Twill common library 
(org.apache.twill:twill-common:0.6.0-incubating - 
http://twill.incubator.apache.org/twill-common)
(The Apache Software License, Version 2.0) Apache Twill core library 
(org.apache.twill:twill-core:0.6.0-incubating - 
http://twill.incubator.apache.org/twill-core)
(The Apache Software License, Version 2.0) Apache Twill discovery service API 
(org.apache.twill:twill-discovery-api:0.6.0-incubating - 
http://twill.incubator.apache.org/twill-discovery-api)
(The Apache Software License, Version 2.0) Apache Twill discovery service 
implementations (org.apache.twill:twill-discovery-core:0.6.0-incubating - 
http://twill.incubator.apache.org/twill-discovery-core)
(The Apache Software License, Version 2.0) Apache Velocity 
(org.apache.velocity:velocity:1.5 - 
http://velocity.apache.org/engine/releases/velocity-1.5/)
(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 JDBM Original 
Implementation (org.apache.directory.jdbm:apacheds-jdbm1:2.0.0-M2 - 
http://directory.apache.org/jdbm/apacheds-jdbm1)
(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) Commons BeanUtils Core 
(commons-beanutils:commons-beanutils-core:1.8.0 - 
http://commons.apache.org/beanutils/)
(The Apache Software License, Version 2.0) Commons CLI 
(commons-cli:commons-cli:1.2 - http://commons.apache.org/cli/)
(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 Compress 
(org.apache.commons:commons-compress:1.4.1 - 
http://commons.apache.org/compress/)
(The Apache Software License, Version 2.0) Commons Configuration 
(commons-configuration:commons-configuration:1.6 - 
http://commons.apache.org/${pom.artifactId.substring(8)}/)
(The Apache Software License, Version 2.0) Commons DBCP 
(commons-dbcp:commons-dbcp:1.4 - http://commons.apache.org/dbcp/)
(The Apache Software License, Version 2.0) Commons IO 
(commons-io:commons-io:2.4 - http://commons.apache.org/io/)
(The Apache Software License, Version 2.0) Commons Lang 
(commons-lang:commons-lang:2.6 - http://commons.apache.org/lang/)
(The Apache Software License, Version 2.0) Commons Lang 
(org.apache.commons:commons-lang3:3.1 - http://commons.apache.org/lang/)
(The Apache Software License, Version 2.0) Commons Math 
(org.apache.commons:commons-math3:3.1.1 - http://commons.apache.org/math/)
(The Apache Software License, Version 2.0) Commons Math 
(org.apache.commons:commons-math:2.2 - http://commons.apache.org/math/)
(The Apache Software License, Version 2.0) Commons Net 
(commons-net:commons-net:3.1 - http://commons.apache.org/net/)
(The Apache Software License, Version 2.0) Commons Pool 
(commons-pool:commons-pool:1.5.4 - http://commons.apache.org/pool/)
(The Apache Software License, Version 2.0) Curator Client 
(org.apache.curator:curator-client:2.8.0 - 
http://curator.apache.org/curator-client)
(The Apache Software License, Version 2.0) Curator Framework 
(org.apache.curator:curator-framework:2.11.1 - 
http://curator.apache.org/curator-framework)
(The Apache Software License, Version 2.0) Curator Recipes 
(org.apache.curator:curator-recipes:2.11.1 - 
http://curator.apache.org/curator-recipes)
(The Apache Software License, Version 2.0) Curator Service Discovery 
(org.apache.curator:curator-x-discovery:2.11.1 - 
http://curator.apache.org/curator-x-discovery)
(The Apache Software License, Version 2.0) Curator Testing 
(org.apache.curator:curator-test:2.11.1 - 
http://curator.apache.org/curator-test)
(The Apache Software License, Version 2.0) Data Mapper for Jackson 
(org.codehaus.jackson:jackson-mapper-asl:1.8.8 - http://jackson.codehaus.org)
(The Apache Software License, Version 2.0) DataNucleus Core 
(org.datanucleus:datanucleus-core:4.1.17 - 
http://www.datanucleus.org/#/datanucleus-core)
(The Apache Software License, Version 2.0) DataNucleus JDO API plugin 
(org.datanucleus:datanucleus-api-jdo:4.2.5 - 
http://www.datanucleus.org/#/datanucleus-api-jdo)
(The Apache Software License, Version 2.0) DataNucleus RDBMS plugin 
(org.datanucleus:datanucleus-rdbms:4.1.17 - 
http://www.datanucleus.org/#/datanucleus-rdbms)
(The Apache Software License, Version 2.0) Digester 
(commons-digester:commons-digester:1.8 - 
http://jakarta.apache.org/commons/digester/)
(The Apache Software License, Version 2.0) Disruptor Framework 
(com.lmax:disruptor:3.3.0 - http://lmax-exchange.github.com/disruptor)
(The Apache Software License, Version 2.0) EL (commons-el:commons-el:1.0 - 
http://jakarta.apache.org/commons/el/)
(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) Google Guice - Core Library 
(com.google.inject:guice:3.0 - http://code.google.com/p/google-guice/guice/)
(The Apache Software License, Version 2.0) Google Guice - Extensions - 
AssistedInject (com.google.inject.extensions:guice-assistedinject:3.0 - 
http://code.google.com/p/google-guice/extensions-parent/guice-assistedinject/)
(The Apache Software License, Version 2.0) Google Guice - Extensions - Servlet 
(com.google.inject.extensions:guice-servlet:3.0 - 
http://code.google.com/p/google-guice/extensions-parent/guice-servlet/)
(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:14.0.1 - 
http://code.google.com/p/guava-libraries/guava)
(The Apache Software License, Version 2.0) HBase - Annotations 
(org.apache.hbase:hbase-annotations:1.1.1 - 
http://hbase.apache.org/hbase-annotations)
(The Apache Software License, Version 2.0) HBase - Client 
(org.apache.hbase:hbase-client:1.1.1 - http://hbase.apache.org/hbase-client)
(The Apache Software License, Version 2.0) HBase - Common 
(org.apache.hbase:hbase-common:1.1.1 - http://hbase.apache.org/hbase-common)
(The Apache Software License, Version 2.0) HBase - Prefix Tree 
(org.apache.hbase:hbase-prefix-tree:1.1.1 - 
http://hbase.apache.org/hbase-prefix-tree)
(The Apache Software License, Version 2.0) HBase - Procedure 
(org.apache.hbase:hbase-procedure:1.1.1 - 
http://hbase.apache.org/hbase-procedure)
(The Apache Software License, Version 2.0) HBase - Protocol 
(org.apache.hbase:hbase-protocol:1.1.1 - http://hbase.apache.org/hbase-protocol)
(The Apache Software License, Version 2.0) HBase - Server 
(org.apache.hbase:hbase-server:1.1.1 - http://hbase.apache.org/hbase-server)
(The Apache Software License, Version 2.0) HPPC Collections 
(com.carrotsearch:hppc:0.7.1 - http://labs.carrotsearch.com/hppc.html/hppc)
(The Apache Software License, Version 2.0) HikariCP (com.zaxxer:HikariCP:2.5.1 
- https://github.com/brettwooldridge/HikariCP)
(The Apache Software License, Version 2.0) JCommander 
(com.beust:jcommander:1.27 - http://beust.com/jcommander)
(The Apache Software License, Version 2.0) JDO API 
(org.datanucleus:javax.jdo:3.2.0-m3 - http://www.datanucleus.org/#/javax.jdo)
(The Apache Software License, Version 2.0) JPam (net.sf.jpam:jpam:1.1 - 
http://jpam.sf.net)
(The Apache Software License, Version 2.0) JSON.simple 
(com.googlecode.json-simple:json-simple:1.1 - 
http://code.google.com/p/json-simple/)
(The Apache Software License, Version 2.0) Jackson 
(org.codehaus.jackson:jackson-core-asl:1.8.8 - http://jackson.codehaus.org)
(The Apache Software License, Version 2.0) Jackson-annotations 
(com.fasterxml.jackson.core:jackson-annotations:2.5.4 - 
http://github.com/FasterXML/jackson)
(The Apache Software License, Version 2.0) Jackson-core 
(com.fasterxml.jackson.core:jackson-core:2.5.4 - 
https://github.com/FasterXML/jackson)
(The Apache Software License, Version 2.0) Jackson-dataformat-Smile 
(com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.5.4 - 
http://wiki.fasterxml.com/JacksonForSmile)
(The Apache Software License, Version 2.0) Open JSON (com.tdunning:json:1.8 - 
https://github.com/tdunning/open-json)
(The Apache Software License, Version 2.0) RandomizedTesting JUnit4 ANT Task 
(com.carrotsearch.randomizedtesting:junit4-ant:2.5.3 - 
https://github.com/randomizedtesting/randomizedtesting/junit4-ant)
(The Apache Software License, Version 2.0) RandomizedTesting Randomized Runner 
(com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.5.3 - 
https://github.com/randomizedtesting/randomizedtesting/randomizedtesting-runner)
(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) Spatial4J 
(org.locationtech.spatial4j:spatial4j:0.6 - 
http://www.locationtech.org/projects/locationtech.spatial4j)
(The Apache Software License, Version 2.0) StAX API (stax:stax-api:1.0.1 - 
http://stax.codehaus.org/)
(The Apache Software License, Version 2.0) T-Digest (com.tdunning:t-digest:3.1 
- https://github.com/tdunning/t-digest)
(The Apache Software License, Version 2.0) Tephra API 
(co.cask.tephra:tephra-api:0.6.0 - 
https://github.com/caskdata/tephra/tephra-api)
(The Apache Software License, Version 2.0) Tephra Core 
(co.cask.tephra:tephra-core:0.6.0 - 
https://github.com/caskdata/tephra/tephra-core)
(The Apache Software License, Version 2.0) Tephra HBase 1.0 Compatibility 
(co.cask.tephra:tephra-hbase-compat-1.0:0.6.0 - 
https://github.com/caskdata/tephra/tephra-hbase-compat-1.0)
(The Apache Software License, Version 2.0) Woodstox 
(org.codehaus.woodstox:woodstox-core-asl:4.4.1 - http://woodstox.codehaus.org)
(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)
(The Apache Software License, Version 2.0) jasper-compiler 
(tomcat:jasper-compiler:5.5.23 - http://tomcat.apache.org/jasper-compiler)
(The Apache Software License, Version 2.0) jasper-runtime 
(tomcat:jasper-runtime:5.5.23 - http://tomcat.apache.org/jasper-runtime)
(The Apache Software License, Version 2.0) javax.inject 
(javax.inject:javax.inject:1 - http://code.google.com/p/atinject/)
(The BSD 3-Clause License) leveldbjni-all 
(org.fusesource.leveldbjni:leveldbjni-all:1.8 - 
http://leveldbjni.fusesource.org/leveldbjni-all)
(The BSD License) ANTLR 4 Runtime (org.antlr:antlr4-runtime:4.5.1-1 - 
http://www.antlr.org/antlr4-runtime)
(The BSD License) JLine (jline:jline:2.12 - 
http://nexus.sonatype.org/oss-repository-hosting.html/jline)
(The BSD License) Stax2 API (org.codehaus.woodstox:stax2-api:3.1.4 - 
http://wiki.fasterxml.com/WoodstoxStax2)
(The BSD License) xmlenc Library (xmlenc:xmlenc:0.52 - 
http://xmlenc.sourceforge.net)
(The MIT License) Mockito (org.mockito:mockito-all:1.8.5 - 
http://www.mockito.org)
(The MIT License) gmetric4j (info.ganglia.gmetric4j:gmetric4j:1.0.7 - 
http://github.com/ganglia/gmetric4j)
(Unknown license) ASM Core (asm:asm:3.1 - http://asm.objectweb.org/asm/)
(CDDL 2GPL 1.1) Java Message Service (javax.jms:jms:1.1 - 
http://java.sun.com/products/jms)
(Apache 2.0) Jettison (org.codehaus.jettison:jettison:1.1 - no url defined)
(Apache) ant (ant:ant:1.5 - no url defined)
(BSD) dom4j (dom4j:dom4j:1.6.1 - http://dom4j.org)
(GPL,CDDL) jsp-api (javax.servlet.jsp:jsp-api:2.1 - no url defined)
(GPL,CDDL) jsp-api (javax.servlet:jsp-api:2.0 - no url defined)
(CDDL) servlet-api (javax.servlet:servlet-api:2.5 - no url defined)
(Unknown license) transaction-api (javax.transaction:transaction-api:1.1 - no 
url defined)
(http://ant-contrib.sourceforge.net/tasks/LICENSE.txt) Ant-Contrib Tasks 
(ant-contrib:ant-contrib:1.0b3 - http://ant-contrib.sourceforge.net)

Reply via email to