You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jb...@apache.org on 2012/02/03 13:51:45 UTC

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

Author: jbonofre
Date: Fri Feb  3 12:51:45 2012
New Revision: 1240144

URL: http://svn.apache.org/viewvc?rev=1240144&view=rev
Log:
[CAMEL-4972] Remove h2database 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=1240144&r1=1240143&r2=1240144&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri Feb  3 12:51:45 2012
@@ -79,7 +79,6 @@
     <groovy-version>1.8.5</groovy-version>
     <gson-version>2.1</gson-version>
     <guiceyfruit-version>2.0</guiceyfruit-version>
-    <h2-version>1.3.161</h2-version>
     <hadoop-version>1.0.0</hadoop-version>
     <hamcrest-version>1.1</hamcrest-version>
     <hapi-version>1.2</hapi-version>
@@ -1388,11 +1387,6 @@
         <artifactId>hsqldb</artifactId>
         <version>${hsqldb-version}</version>
       </dependency>
-      <dependency>
-        <groupId>com.h2database</groupId>
-        <artifactId>h2</artifactId>
-        <version>${h2-version}</version>
-      </dependency>
 
       <!-- optional SNMP4J -->
       <dependency>