diff options
author | Martin Stockhammer <martin_s@apache.org> | 2019-08-02 23:49:08 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2019-08-02 23:49:08 +0200 |
commit | c56ce11c20b1963760b74e397acb200f61c1f95e (patch) | |
tree | dd805d2d7a6b8e0c6ec65578106eec67d07b50ad /archiva-modules/archiva-base/archiva-storage-fs/pom.xml | |
parent | bb3b074aaf5a2be0d81c950ecf1588fe8efa3316 (diff) | |
download | archiva-c56ce11c20b1963760b74e397acb200f61c1f95e.tar.gz archiva-c56ce11c20b1963760b74e397acb200f61c1f95e.zip |
Fixing unit tests
Diffstat (limited to 'archiva-modules/archiva-base/archiva-storage-fs/pom.xml')
-rw-r--r-- | archiva-modules/archiva-base/archiva-storage-fs/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-storage-fs/pom.xml b/archiva-modules/archiva-base/archiva-storage-fs/pom.xml index d128bed2b..64718fd77 100644 --- a/archiva-modules/archiva-base/archiva-storage-fs/pom.xml +++ b/archiva-modules/archiva-base/archiva-storage-fs/pom.xml @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> @@ -21,6 +40,10 @@ <dependency> <groupId>org.apache.archiva</groupId> + <artifactId>archiva-common</artifactId> + </dependency> + <dependency> + <groupId>org.apache.archiva</groupId> <artifactId>archiva-storage-api</artifactId> </dependency> <dependency> @@ -28,6 +51,7 @@ <artifactId>archiva-filelock</artifactId> </dependency> + <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> |