You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/09/11 13:34:33 UTC

svn commit: r442182 - /maven/shared/trunk/maven-user/pom.xml

Author: carlos
Date: Mon Sep 11 04:34:32 2006
New Revision: 442182

URL: http://svn.apache.org/viewvc?view=rev&rev=442182
Log:
Set hsql scope to test

Modified:
    maven/shared/trunk/maven-user/pom.xml

Modified: maven/shared/trunk/maven-user/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-user/pom.xml?view=diff&rev=442182&r1=442181&r2=442182
==============================================================================
--- maven/shared/trunk/maven-user/pom.xml (original)
+++ maven/shared/trunk/maven-user/pom.xml Mon Sep 11 04:34:32 2006
@@ -103,7 +103,7 @@
         <groupId>hsqldb</groupId>
         <artifactId>hsqldb</artifactId>
         <version>1.8.0.4</version>
-        <scope>runtime</scope>
+        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>