You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/01/13 16:43:56 UTC

svn commit: r1432644 - /camel/trunk/parent/pom.xml

Author: cmueller
Date: Sun Jan 13 15:43:56 2013
New Revision: 1432644

URL: http://svn.apache.org/viewvc?rev=1432644&view=rev
Log:
removed the unused hsqldb dependency

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1432644&r1=1432643&r2=1432644&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Sun Jan 13 15:43:56 2013
@@ -1715,11 +1715,6 @@
         <artifactId>derby</artifactId>
         <version>${derby-version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.hsqldb</groupId>
-        <artifactId>hsqldb</artifactId>
-        <version>${hsqldb-version}</version>
-      </dependency>
 
       <!-- optional SNMP4J -->
       <dependency>