]> source.dussan.org Git - archiva.git/commitdiff
Exclude hsqldb to keep it from appearing in the NOTICE file, since it is not included...
authorWendy Smoak <wsmoak@apache.org>
Sun, 13 May 2007 00:47:00 +0000 (00:47 +0000)
committerWendy Smoak <wsmoak@apache.org>
Sun, 13 May 2007 00:47:00 +0000 (00:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-0.9@537536 13f79535-47bb-0310-9956-ffa450edef68

archiva-plexus-runtime/pom.xml

index 97660397192f75e108a57a8396fa6774bd7ff826..938da068d7117c6d09d616fe427237d5c9addaf9 100644 (file)
       <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>