diff options
author | Martin Stockhammer <martin_s@apache.org> | 2021-05-30 22:53:13 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2021-05-30 22:53:13 +0200 |
commit | c03e1863898bd11ece90167c77af30dfd23ce898 (patch) | |
tree | 838e6491dbc0c07957bacb6542c422ef95327b69 /archiva-modules | |
parent | 85c2d9bd80dad82b9210e267c75171ef6085f6f8 (diff) | |
download | archiva-c03e1863898bd11ece90167c77af30dfd23ce898.tar.gz archiva-c03e1863898bd11ece90167c77af30dfd23ce898.zip |
Adding dependency to web-common for webdav
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webdav/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml b/archiva-modules/archiva-web/archiva-webdav/pom.xml index dcfacf75c..9a788e224 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> |