You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/08/02 02:17:18 UTC

svn commit: r427813 - /incubator/cayenne/main/trunk/other/cayenne-regression-profiler/pom.xml

Author: aadamchik
Date: Tue Aug  1 17:17:17 2006
New Revision: 427813

URL: http://svn.apache.org/viewvc?rev=427813&view=rev
Log:
removing explicit hsql version from the pom

Modified:
    incubator/cayenne/main/trunk/other/cayenne-regression-profiler/pom.xml

Modified: incubator/cayenne/main/trunk/other/cayenne-regression-profiler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/cayenne-regression-profiler/pom.xml?rev=427813&r1=427812&r2=427813&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/other/cayenne-regression-profiler/pom.xml (original)
+++ incubator/cayenne/main/trunk/other/cayenne-regression-profiler/pom.xml Tue Aug  1 17:17:17 2006
@@ -98,7 +98,6 @@
         <dependency>
           <groupId>hsqldb</groupId>
           <artifactId>hsqldb</artifactId>
-          <version>1.8.0.1</version>
           <scope>runtime</scope>
         </dependency>
       </dependencies>