Browse Source

missing dependency

tags/archiva-2.2.0
Olivier Lamy 9 years ago
parent
commit
1edc02aad9

+ 6
- 0
archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml View File

@@ -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…
Cancel
Save