mirror of https://github.com/apache/archiva.git
trying to fix build on empty maven repo
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
45df15b7ad
commit
260aa4c9e6
|
@ -155,6 +155,12 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.annotation</groupId>
|
||||
<artifactId>javax.annotation-api</artifactId>
|
||||
<version>1.3.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
Loading…
Reference in New Issue