You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2017/03/13 15:28:26 UTC

[03/48] polygene-java git commit: Solr Indexing: do not expose RDF library in API dependencies

Solr Indexing: do not expose RDF library in API dependencies


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/ed4cca57
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/ed4cca57
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/ed4cca57

Branch: refs/heads/serialization-3.0
Commit: ed4cca574f78adee4def3461d7ed47934be44de6
Parents: 9a52edf
Author: Paul Merlin <pa...@apache.org>
Authored: Mon Mar 13 16:26:22 2017 +0100
Committer: Paul Merlin <pa...@apache.org>
Committed: Mon Mar 13 16:26:22 2017 +0100

----------------------------------------------------------------------
 extensions/indexing-solr/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/ed4cca57/extensions/indexing-solr/build.gradle
----------------------------------------------------------------------
diff --git a/extensions/indexing-solr/build.gradle b/extensions/indexing-solr/build.gradle
index fd991f6..20ad610 100644
--- a/extensions/indexing-solr/build.gradle
+++ b/extensions/indexing-solr/build.gradle
@@ -27,8 +27,8 @@ jar { manifest { name = "Apache Polygene\u2122 Extension - Indexing - Solr" } }
 dependencies {
   api polygene.core.bootstrap
   api polygene.library( 'fileconfig' )
-  api polygene.library( 'rdf' )
 
+  implementation polygene.library( 'rdf' )
   implementation libraries.solr
 
   runtimeOnly polygene.core.runtime