mirror of https://github.com/apache/archiva.git
missing dependency
This commit is contained in:
parent
041a8cc8e0
commit
1edc02aad9
|
@ -285,6 +285,12 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.mail</groupId>
|
||||
<artifactId>mail</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
|
|
Loading…
Reference in New Issue