bhabegger commented on code in PR #2729:
URL: https://github.com/apache/jackrabbit-oak/pull/2729#discussion_r3324174954


##########
oak-run/pom.xml:
##########
@@ -516,46 +511,18 @@
 
   <profiles>
     <profile>
-      <!--
-         oak-lucene embeds the Lucene jar. However when running in IDE
-         the IDE use the module classpath. So need to explicitly list the
-         lucene jars
-        -->
       <id>ide</id>
       <activation>
         <activeByDefault>true</activeByDefault>
       </activation>
       <dependencies>
+        <!-- oak-lucene embeds lucene-* but NOT lucene-core (forked from 
source).
+             Declare it explicitly so the IDE module classpath includes it. -->
         <dependency>
           <groupId>org.apache.lucene</groupId>
           <artifactId>lucene-core</artifactId>
           <version>${lucene.version}</version>
         </dependency>
-        <dependency>

Review Comment:
   Pulled in transitively



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to