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:57:10 UTC

svn commit: r1240146 - /camel/branches/camel-2.9.x/parent/pom.xml

Author: jbonofre
Date: Fri Feb  3 12:57:09 2012
New Revision: 1240146

URL: http://svn.apache.org/viewvc?rev=1240146&view=rev
Log:
[CAMEL-4972] Remove h2database dependency

Modified:
    camel/branches/camel-2.9.x/parent/pom.xml

Modified: camel/branches/camel-2.9.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/parent/pom.xml?rev=1240146&r1=1240145&r2=1240146&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/parent/pom.xml (original)
+++ camel/branches/camel-2.9.x/parent/pom.xml Fri Feb  3 12:57:09 2012
@@ -78,7 +78,6 @@
     <geronimo-servlet-spec-version>1.1.2</geronimo-servlet-spec-version>
     <groovy-version>1.8.5</groovy-version>
     <guiceyfruit-version>2.0</guiceyfruit-version>
-    <h2-version>1.3.161</h2-version>
     <hadoop-version>0.20.203.0</hadoop-version>
     <hamcrest-version>1.1</hamcrest-version>
     <hapi-version>1.2</hapi-version>
@@ -1372,11 +1371,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>