You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by tr...@apache.org on 2005/06/13 00:56:48 UTC

svn commit: r190322 - /maven/continuum/trunk/continuum-plexus-application/pom.xml

Author: trygvis
Date: Sun Jun 12 15:56:47 2005
New Revision: 190322

URL: http://svn.apache.org/viewcvs?rev=190322&view=rev
Log:
o Adding hsqldb dependency.

Modified:
    maven/continuum/trunk/continuum-plexus-application/pom.xml

Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=190322&r1=190321&r2=190322&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/pom.xml Sun Jun 12 15:56:47 2005
@@ -93,11 +93,18 @@
       <scope>runtime</scope>
     </dependency>
 
-    <!-- -->
+    <!-- Misc -->
     <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-mail-sender-simple</artifactId>
       <version>1.0-alpha-1</version>
+      <scope>runtime</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+      <version>1.7.3.0</version>
       <scope>runtime</scope>
     </dependency>
   </dependencies>