You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ws...@apache.org on 2007/05/13 02:47:01 UTC

svn commit: r537536 - /maven/archiva/branches/archiva-0.9/archiva-plexus-runtime/pom.xml

Author: wsmoak
Date: Sat May 12 17:47:00 2007
New Revision: 537536

URL: http://svn.apache.org/viewvc?view=rev&rev=537536
Log:
Exclude hsqldb to keep it from appearing in the NOTICE file, since it is not included in the distribution.

Modified:
    maven/archiva/branches/archiva-0.9/archiva-plexus-runtime/pom.xml

Modified: maven/archiva/branches/archiva-0.9/archiva-plexus-runtime/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/branches/archiva-0.9/archiva-plexus-runtime/pom.xml?view=diff&rev=537536&r1=537535&r2=537536
==============================================================================
--- maven/archiva/branches/archiva-0.9/archiva-plexus-runtime/pom.xml (original)
+++ maven/archiva/branches/archiva-0.9/archiva-plexus-runtime/pom.xml Sat May 12 17:47:00 2007
@@ -79,6 +79,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>