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-database/pom.xml | |
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-database/pom.xml')
-rwxr-xr-x | archiva-modules/archiva-database/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archiva-modules/archiva-database/pom.xml b/archiva-modules/archiva-database/pom.xml index 5268b9531..fad154168 100755 --- a/archiva-modules/archiva-database/pom.xml +++ b/archiva-modules/archiva-database/pom.xml @@ -74,10 +74,6 @@ <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> - <dependency> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - </dependency> <!-- TEST DEPS --> <dependency> <groupId>org.codehaus.plexus.registry</groupId> |