mirror of
https://github.com/apache/archiva.git
synced 2025-03-03 23:19:08 +00:00
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:
parent
0146b9fc19
commit
ee88f925ab
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user