Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1384 Thanks @1ambda for the improvement. Regarding license, 'markdown4j' section in the `zeppelin-distribution/src/licence_bin/LICENSE` should be removed while the library is no longer included in the binary package. Also `pegdown` library does have some transitive dependencies and they also need to be addressed in `zeppelin-distribution/src/licence_bin/LICENSE`. @1ambda Could you take care of them if they're not already addressed in `zeppelin-distribution/src/licence_bin/LICENSE`? ``` [INFO] +- org.pegdown:pegdown:jar:1.6.0:compile [INFO] | \- org.parboiled:parboiled-java:jar:1.1.7:compile [INFO] | +- org.parboiled:parboiled-core:jar:1.1.7:compile [INFO] | +- org.ow2.asm:asm:jar:5.0.3:compile [INFO] | +- org.ow2.asm:asm-tree:jar:5.0.3:compile [INFO] | +- org.ow2.asm:asm-analysis:jar:5.0.3:compile [INFO] | \- org.ow2.asm:asm-util:jar:5.0.3: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. ---