[
https://issues.apache.org/jira/browse/ZOOKEEPER-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183805#comment-16183805
]
ASF GitHub Bot commented on ZOOKEEPER-2906:
-------------------------------------------
Github user phunt commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/384#discussion_r141546698
--- Diff: build.xml ---
@@ -121,6 +121,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<property name="ivy.test.lib" value="${build.dir}/test/lib"/>
<property name="ivy.jdiff.lib" value="${build.dir}/jdiff/lib"/>
<property name="ivy.javacc.lib" value="${build.dir}/javacc/lib"/>
+ <property name="ivy.owasp.lib" value="${build.dir}/owasp/lib"/>
--- End diff --
iirc the reports are output to build/test/owasp/.... perhaps you should
move them here as well rather than spreading around?
> The OWASP dependency check jar should not be included in the default classpath
> ------------------------------------------------------------------------------
>
> Key: ZOOKEEPER-2906
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2906
> Project: ZooKeeper
> Issue Type: Bug
> Affects Versions: 3.5.4, 3.6.0, 3.4.11
> Reporter: Abraham Fine
> Assignee: Abraham Fine
>
> The owasp dependency-check-ant jar that we use contains a SLF4J binding that
> can break logging. We should move it into a separate classpath.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)