You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by to...@apache.org on 2019/09/11 08:11:59 UTC

svn commit: r1866780 - /jackrabbit/oak/trunk/oak-search-elastic/pom.xml

Author: tommaso
Date: Wed Sep 11 08:11:59 2019
New Revision: 1866780

URL: http://svn.apache.org/viewvc?rev=1866780&view=rev
Log:
OAK-8617 - no packages should be exported by oak-search-elastic

Modified:
    jackrabbit/oak/trunk/oak-search-elastic/pom.xml

Modified: jackrabbit/oak/trunk/oak-search-elastic/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-search-elastic/pom.xml?rev=1866780&r1=1866779&r2=1866780&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-search-elastic/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-search-elastic/pom.xml Wed Sep 11 08:11:59 2019
@@ -30,7 +30,7 @@
   <artifactId>oak-search-elastic</artifactId>
   <name>Oak Elasticsearch</name>
   <packaging>bundle</packaging>
-  <description>Oak Lucene integration subproject</description>
+  <description>Oak Elasticsearch integration subproject</description>
 
   <properties>
     <elasticsearch.version>7.1.1</elasticsearch.version>
@@ -50,6 +50,7 @@
               lucene-core;inline=true
               elasticsearch-rest-high-level-client;inline=true
             </Embed-Dependency>
+            <Export-Package>!*</Export-Package>
           </instructions>
         </configuration>
       </plugin>