mirror of https://github.com/apache/archiva.git
helping consumer archetype to build with an empty repo
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
ed1bfa3a90
commit
c2bb83aa1f
|
@ -91,6 +91,11 @@
|
|||
<artifactId>lucene-core</artifactId>
|
||||
<version>5.5.4</version>
|
||||
</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 -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue