Repository: archiva
Updated Branches:
  refs/heads/master 041a8cc8e -> a115afdbe


missing dependency


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/1edc02aa
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/1edc02aa
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/1edc02aa

Branch: refs/heads/master
Commit: 1edc02aad9b4469d589afac691c1f481102a4bd8
Parents: 041a8cc
Author: Olivier Lamy <[email protected]>
Authored: Sat Feb 7 22:28:56 2015 +1100
Committer: Olivier Lamy <[email protected]>
Committed: Sat Feb 7 22:28:56 2015 +1100

----------------------------------------------------------------------
 .../archiva-web/archiva-rest/archiva-rest-services/pom.xml     | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/1edc02aa/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
----------------------------------------------------------------------
diff --git 
a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml 
b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
index 1fafc81..f8d6d1d 100644
--- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
+++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
@@ -286,6 +286,12 @@
     </dependency>
 
     <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
       <groupId>org.hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
       <scope>test</scope>

Reply via email to