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
This commit is contained in:
Wendy Smoak 2007-05-13 00:52:13 +00:00
parent 0146b9fc19
commit ee88f925ab

View File

@ -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>