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 14:26:08 +10:00
parent 03465a024d
commit 053e5c1322
1 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,11 @@
<artifactId>lucene-memory</artifactId> <artifactId>lucene-memory</artifactId>
<version>5.5.4</version> <version>5.5.4</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queries</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>