diff options
author | Brett Porter <brett@apache.org> | 2008-09-14 02:10:59 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-09-14 02:10:59 +0000 |
commit | 442f4a8749f679fe9ec664bbfdb94fde12f0db41 (patch) | |
tree | 08edf648e9a5df8bd865ab605598db3c304140c3 /archiva-modules/archiva-web | |
parent | 1a1d1bbf8fe9f8b5e7a31a5e4bc858d087da28ca (diff) | |
download | archiva-442f4a8749f679fe9ec664bbfdb94fde12f0db41.tar.gz archiva-442f4a8749f679fe9ec664bbfdb94fde12f0db41.zip |
[MRM-948] remove direct use of database and indexer from the core consumers, trim database related dependencies
Merged from: r694625
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@695101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rss/pom.xml | 1 | ||||
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/archiva-modules/archiva-web/archiva-rss/pom.xml b/archiva-modules/archiva-web/archiva-rss/pom.xml index 9aa671e60..be70c4a21 100644 --- a/archiva-modules/archiva-web/archiva-rss/pom.xml +++ b/archiva-modules/archiva-web/archiva-rss/pom.xml @@ -18,6 +18,7 @@ <groupId>org.apache.archiva</groupId> <artifactId>archiva-model</artifactId> </dependency> + <!-- TODO: replace with metadata processor --> <dependency> <groupId>org.apache.archiva</groupId> <artifactId>archiva-database</artifactId> diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 7e1927a81..3b8079ede 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -172,11 +172,6 @@ <artifactId>spring-web</artifactId> </dependency> <dependency> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <scope>provided</scope> |