Open dcdh opened 4 months ago
Hello,
I would like to add the lucene-highlighter inside my project.
However I add to specify the version which may be cumbersome because I need to be aligned with the one from the quarkus extension.
<dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-highlighter</artifactId> <version>9.8.0</version> </dependency>
Could you please add the dependency to lucene-highlighter inside the runtime ? Maybe optional should be good.
Regards,
Damien
Hello,
I would like to add the lucene-highlighter inside my project.
However I add to specify the version which may be cumbersome because I need to be aligned with the one from the quarkus extension.
Could you please add the dependency to lucene-highlighter inside the runtime ? Maybe optional should be good.
Regards,
Damien