diff options
author | Brett Porter <brett@apache.org> | 2010-12-29 10:44:09 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-12-29 10:44:09 +0000 |
commit | 653a42283b3587690cdf90b2da1fb912491e4d78 (patch) | |
tree | 5862e605ae4bf97d291c6602ed45f0b7c6bb12bc | |
parent | 53c1188710c23b4e6e0302044c994ab289d490e6 (diff) | |
download | archiva-653a42283b3587690cdf90b2da1fb912491e4d78.tar.gz archiva-653a42283b3587690cdf90b2da1fb912491e4d78.zip |
[MRM-1330] problem-reports is decoupled
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1053608 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-base/archiva-repository-layer/pom.xml | 9 | ||||
-rw-r--r-- | archiva-modules/archiva-scheduler/archiva-scheduler-repository/pom.xml | 7 |
2 files changed, 2 insertions, 14 deletions
diff --git a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml index bfc9dc68a..4e4885267 100644 --- a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml +++ b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml @@ -18,7 +18,8 @@ ~ 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/maven-v4_0_0.xsd"> +<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/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.archiva</groupId> <artifactId>archiva-base</artifactId> @@ -74,12 +75,6 @@ <dependency> <groupId>org.apache.archiva</groupId> <artifactId>maven2-repository</artifactId> - <exclusions> - <exclusion> - <groupId>org.apache.archiva</groupId> - <artifactId>problem-reports</artifactId> - </exclusion> - </exclusions> </dependency> </dependencies> <build> diff --git a/archiva-modules/archiva-scheduler/archiva-scheduler-repository/pom.xml b/archiva-modules/archiva-scheduler/archiva-scheduler-repository/pom.xml index 19e9e377c..677be5aa9 100644 --- a/archiva-modules/archiva-scheduler/archiva-scheduler-repository/pom.xml +++ b/archiva-modules/archiva-scheduler/archiva-scheduler-repository/pom.xml @@ -18,13 +18,6 @@ <dependency> <groupId>org.apache.archiva</groupId> <artifactId>repository-statistics</artifactId> - <exclusions> - <!-- interferes with tests --> - <exclusion> - <groupId>org.apache.archiva</groupId> - <artifactId>problem-reports</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.archiva</groupId> |