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 ch...@apache.org on 2014/11/14 13:19:05 UTC

svn commit: r1639622 - /jackrabbit/oak/trunk/oak-lucene/pom.xml

Author: chetanm
Date: Fri Nov 14 12:19:05 2014
New Revision: 1639622

URL: http://svn.apache.org/r1639622
Log:
OAK-2270 - Resolve usage of ImmutableTree wrt OSGi constraints

Inlining the required classes for now

Modified:
    jackrabbit/oak/trunk/oak-lucene/pom.xml

Modified: jackrabbit/oak/trunk/oak-lucene/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-lucene/pom.xml?rev=1639622&r1=1639621&r2=1639622&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-lucene/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-lucene/pom.xml Fri Nov 14 12:19:05 2014
@@ -105,7 +105,12 @@
                 org.apache.lucene.sandbox.*;resolution:=optional,
                 *
             </Import-Package>
-            <Embed-Dependency>lucene-*;inline=true</Embed-Dependency>
+            <Embed-Dependency>
+                lucene-*;inline=true,
+                <!-- TODO FIXME OAK-2270 -->
+                oak-core;inline=org/apache/jackrabbit/oak/plugins/tree/AbstractTree*;org/apache/jackrabbit/oak/plugins/tree/ImmutableTree*
+                <!-- TODO FIXME OAK-2270 -->
+            </Embed-Dependency>
           </instructions>
         </configuration>
       </plugin>