diff --git oak-lucene/pom.xml oak-lucene/pom.xml
index 8f23f6b..1c80431 100644
--- oak-lucene/pom.xml
+++ oak-lucene/pom.xml
@@ -130,6 +130,16 @@
             </Embed-Dependency>
           </instructions>
         </configuration>
+        <executions>
+          <execution>
+            <id>baseline</id>
+            <configuration>
+             <filters>
+               <filter>org.apache.jackrabbit.oak.plugins.index.lucene.*</filter>
+             </filters>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>
@@ -223,6 +233,11 @@
       <artifactId>lucene-memory</artifactId>
       <version>${lucene.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-misc</artifactId>
+      <version>${lucene.version}</version>
+    </dependency>
 
     <!-- Logging -->
     <dependency>
