Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/932 Thanks for the contribution. Could you take care of zeppelin-distribution/src/bin_license/LICENSE for dependency change? I have summarized cxf and jersey related dependencies (transitive dependencies). cxf related entry need to be removed from `bin_license/LICENSE` and jersey related entry need to be updated/added to `bin_license/LICENSE`. Before ``` [INFO] +- org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.7.7:compile [INFO] | +- org.apache.cxf:cxf-rt-core:jar:2.7.7:compile [INFO] | | \- com.sun.xml.bind:jaxb-impl:jar:2.2.6:compile [INFO] | \- org.apache.cxf:cxf-rt-bindings-xml:jar:2.7.7:compile [INFO] +- org.apache.cxf:cxf-rt-transports-http:jar:2.7.7:compile [INFO] +- org.apache.cxf:cxf-rt-transports-http-jetty:jar:2.7.7:compile [INFO] | \- org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0:compile [INFO] +- org.apache.cxf:cxf-api:jar:2.7.7:compile [INFO] | +- org.codehaus.woodstox:woodstox-core-asl:jar:4.2.0:compile [INFO] | | \- org.codehaus.woodstox:stax2-api:jar:3.1.1:compile [INFO] | +- org.apache.ws.xmlschema:xmlschema-core:jar:2.0.3:compile [INFO] | +- org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.7.1:compile [INFO] | \- wsdl4j:wsdl4j:jar:1.6.3:compile [INFO] +- com.sun.jersey:jersey-servlet:jar:1.13:compile [INFO] | \- com.sun.jersey:jersey-server:jar:1.13:compile [INFO] | +- asm:asm:jar:3.1:compile [INFO] | \- com.sun.jersey:jersey-core:jar:1.13:compile ``` After ``` [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.jersey.core:jersey-common:jar:2.22.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.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-server:jar:2.22.2:compile [INFO] | +- org.glassfish.jersey.media:jersey-media-jaxb:jar:2.22.2:compile [INFO] | +- javax.annotation:javax.annotation-api:jar:1.2:compile [INFO] | \- javax.validation:validation-api:jar:1.1.0.Final:compile [INFO] +- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.22.2:compile [INFO] +- org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.22.2:compile [INFO] | +- org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.22.2:compile [INFO] | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.5.4:compile [INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.5.4:compile [INFO] | | \- com.fasterxml.jackson.core:jackson-databind:jar:2.5.4:compile [INFO] | \- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.5.4:compile [INFO] | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.5.4:compile ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---