helping consumer archetype to build with an empty repo

Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
olivier lamy 2017-08-18 09:57:43 +10:00
parent ed1bfa3a90
commit c2bb83aa1f
1 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,11 @@
<artifactId>lucene-core</artifactId> <artifactId>lucene-core</artifactId>
<version>5.5.4</version> <version>5.5.4</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-highlighter</artifactId>
<version>5.5.4</version>
</dependency>
<!-- for some reasons this help sonar to run --> <!-- for some reasons this help sonar to run -->
<dependency> <dependency>