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 al...@apache.org on 2017/03/01 14:32:16 UTC

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

Author: alexparvulescu
Date: Wed Mar  1 14:32:15 2017
New Revision: 1784955

URL: http://svn.apache.org/viewvc?rev=1784955&view=rev
Log:
OAK-5867 Oak Lucene depends on 'org.junit' OSGi package
 - patch provided by Robert Munteanu


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=1784955&r1=1784954&r2=1784955&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-lucene/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-lucene/pom.xml Wed Mar  1 14:32:15 2017
@@ -126,7 +126,7 @@
             <Embed-Dependency>
                 lucene-*;inline=true,
               <!-- TODO FIXME OAK-3598 -->
-              oak-core;inline="org/apache/jackrabbit/oak/cache/CacheStats*"
+              oak-core;inline="org/apache/jackrabbit/oak/cache/CacheStats.class"
               <!-- TODO FIXME OAK-3598 -->
             </Embed-Dependency>
           </instructions>