You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/11/02 10:52:59 UTC

lucene-solr:jira/gradle: Fix conflict resource of ldap

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/gradle 6c070b4a5 -> 82b1a3edf


Fix conflict resource of ldap


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/82b1a3ed
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/82b1a3ed
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/82b1a3ed

Branch: refs/heads/jira/gradle
Commit: 82b1a3edf03a0c055a046ccf8d8c731e90ef1c5e
Parents: 6c070b4
Author: Cao Manh Dat <da...@apache.org>
Authored: Fri Nov 2 10:52:52 2018 +0000
Committer: Cao Manh Dat <da...@apache.org>
Committed: Fri Nov 2 10:52:52 2018 +0000

----------------------------------------------------------------------
 solr/core/build.gradle | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/82b1a3ed/solr/core/build.gradle
----------------------------------------------------------------------
diff --git a/solr/core/build.gradle b/solr/core/build.gradle
index afe4834..ec116c3 100644
--- a/solr/core/build.gradle
+++ b/solr/core/build.gradle
@@ -1,5 +1,9 @@
 apply plugin: 'java'
 
+configurations {
+    all*.exclude group: 'org.apache.directory.api', module: 'api-ldap-schema-data'
+}
+
 dependencies {
 	compile project(':solr:server')
 	compile project(':solr:solrj')