diff options
author | Wendy Smoak <wsmoak@apache.org> | 2007-05-13 00:52:13 +0000 |
---|---|---|
committer | Wendy Smoak <wsmoak@apache.org> | 2007-05-13 00:52:13 +0000 |
commit | ee88f925ab28ff42643f494e21c24fea112d5a32 (patch) | |
tree | 05d864a84b88ef884c46f95475fb6c3f120765d1 /archiva-web/archiva-standalone/archiva-plexus-runtime | |
parent | 0146b9fc194d0fbd7eb7fd9f4c58480c9f33da05 (diff) | |
download | archiva-ee88f925ab28ff42643f494e21c24fea112d5a32.tar.gz archiva-ee88f925ab28ff42643f494e21c24fea112d5a32.zip |
Exclude hsqldb to keep it from appearing in the NOTICE file, since it is not included in the distribution.
(merged r537536 from the archiva-0.9 branch)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537537 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-web/archiva-standalone/archiva-plexus-runtime')
-rw-r--r-- | archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml b/archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml index e8aa18017..ceb7f91f4 100644 --- a/archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml +++ b/archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml @@ -82,6 +82,12 @@ <artifactId>plexus-naming</artifactId> <version>1.0-alpha-3</version> <scope>runtime</scope> + <exclusions> + <exclusion> + <artifactId>hsqldb</artifactId> + <groupId>hsqldb</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>javax.mail</groupId> |