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:52:13 UTC

svn commit: r537537 - /maven/archiva/trunk/archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml

Author: wsmoak
Date: Sat May 12 17:52:13 2007
New Revision: 537537

URL: http://svn.apache.org/viewvc?view=rev&rev=537537
Log:
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)

Modified:
    maven/archiva/trunk/archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml

Modified: maven/archiva/trunk/archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml?view=diff&rev=537537&r1=537536&r2=537537
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml (original)
+++ maven/archiva/trunk/archiva-web/archiva-standalone/archiva-plexus-runtime/pom.xml Sat May 12 17:52:13 2007
@@ -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>