diff options
author | Brett Porter <brett@apache.org> | 2010-03-09 04:24:32 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-03-09 04:24:32 +0000 |
commit | af2a929978a21ddd615ab84e3b1bb4ebe3c7f3b7 (patch) | |
tree | 10dce8d1df9091c234215bc5427de75d18c9ea76 /archiva-modules/archiva-base/archiva-repository-layer/pom.xml | |
parent | 49eab5d3daab2ced8fb57f2abf63dffd91e14e43 (diff) | |
download | archiva-af2a929978a21ddd615ab84e3b1bb4ebe3c7f3b7.tar.gz archiva-af2a929978a21ddd615ab84e3b1bb4ebe3c7f3b7.zip |
[MNG-1301] remove the problem reports dependency on the repository layer, start to migrate path parsing into metadata API
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@920649 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-repository-layer/pom.xml')
-rw-r--r-- | archiva-modules/archiva-base/archiva-repository-layer/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml index 041f1e919..bfc9dc68a 100644 --- a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml +++ b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml @@ -71,6 +71,16 @@ <groupId>org.apache.archiva</groupId> <artifactId>metadata-model</artifactId> </dependency> + <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> <plugins> |