You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2019/06/13 14:32:24 UTC

[lucene-solr] 02/02: SOLR-13452: Add comment on why kerby-pkix is excluded.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch jira/SOLR-13452_gradle_3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit a07998374d536c49e5e533ae48bfba206067ab42
Author: markrmiller <ma...@apache.org>
AuthorDate: Thu Jun 13 09:32:08 2019 -0500

    SOLR-13452: Add comment on why kerby-pkix is excluded.
---
 solr/core/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/build.gradle b/solr/core/build.gradle
index c6843e5..0cce7f8 100644
--- a/solr/core/build.gradle
+++ b/solr/core/build.gradle
@@ -211,7 +211,7 @@ missingDeps {
 }
 
 unusedDeps {
-  jarExclude 'kerby-pkix-.*?\\.jar'
+  jarExclude 'kerby-pkix-.*?\\.jar' // used by security components dynamically
 }
 
 task runJavacc(type: org.apache.lucene.gradle.JavaCC) {