This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new c03e186  Adding dependency to web-common for webdav
c03e186 is described below

commit c03e1863898bd11ece90167c77af30dfd23ce898
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun May 30 22:53:13 2021 +0200

    Adding dependency to web-common for webdav
---
 archiva-modules/archiva-web/archiva-webdav/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml 
b/archiva-modules/archiva-web/archiva-webdav/pom.xml
index dcfacf7..9a788e2 100644
--- a/archiva-modules/archiva-web/archiva-webdav/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webdav/pom.xml
@@ -157,6 +157,10 @@
       <groupId>org.apache.archiva</groupId>
       <artifactId>metadata-repository-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.archiva</groupId>
+      <artifactId>archiva-web-common</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.archiva.redback</groupId>

Reply via email to