From a764ea117d747920acf504d9fac058f7f42e18f5 Mon Sep 17 00:00:00 2001 From: "kuld.cs.mishra@gmail.com" Date: Wed, 29 May 2013 20:04:29 +0530 Subject: [PATCH] Changed pom.xml for hibernate dependency and changed hsqldb version --- kundera-core/pom.xml | 2 +- kundera-hbase/pom.xml | 24 ++++++++++++------------ kundera-mongo/pom.xml | 10 +++++++++- kundera-neo4j/pom.xml | 10 +++++++++- kundera-oracle-nosql/pom.xml | 7 +++++++ kundera-rdbms/pom.xml | 6 +++--- kundera-redis/pom.xml | 9 ++++++++- kundera-rest/pom.xml | 9 ++++++++- kundera-tests/pom.xml | 20 +++++++++----------- 9 files changed, 66 insertions(+), 31 deletions(-) diff --git a/kundera-core/pom.xml b/kundera-core/pom.xml index 8e56ccdfd..0a109bd45 100644 --- a/kundera-core/pom.xml +++ b/kundera-core/pom.xml @@ -79,7 +79,7 @@ org.hibernate hibernate-core 4.1.7.Final - true + true diff --git a/kundera-hbase/pom.xml b/kundera-hbase/pom.xml index 9df31950b..2794795a9 100644 --- a/kundera-hbase/pom.xml +++ b/kundera-hbase/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 @@ -11,7 +12,7 @@ jar kundera-hbase http://maven.apache.org - + 1.1.1 0.94.3 @@ -76,6 +77,12 @@ test-jar test + + org.hibernate + hibernate-core + 4.1.7.Final + test + org.slf4j @@ -111,16 +118,9 @@ - + diff --git a/kundera-mongo/pom.xml b/kundera-mongo/pom.xml index cfd44e650..450e5da24 100644 --- a/kundera-mongo/pom.xml +++ b/kundera-mongo/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 @@ -39,6 +40,13 @@ + + org.hibernate + hibernate-core + 4.1.7.Final + test + + org.databene diff --git a/kundera-neo4j/pom.xml b/kundera-neo4j/pom.xml index 6ecd4fafb..d532102fd 100644 --- a/kundera-neo4j/pom.xml +++ b/kundera-neo4j/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 com.impetus @@ -61,6 +62,13 @@ jersey-client 1.12 + + org.hibernate + hibernate-core + 4.1.7.Final + test + + diff --git a/kundera-oracle-nosql/pom.xml b/kundera-oracle-nosql/pom.xml index 008e00486..1c6a2e0c3 100644 --- a/kundera-oracle-nosql/pom.xml +++ b/kundera-oracle-nosql/pom.xml @@ -63,6 +63,13 @@ 4.5 test + + org.hibernate + hibernate-core + 4.1.7.Final + test + + org.eclipse.jetty jetty-util diff --git a/kundera-rdbms/pom.xml b/kundera-rdbms/pom.xml index 66f0ee13f..ae587d3f6 100644 --- a/kundera-rdbms/pom.xml +++ b/kundera-rdbms/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 kundera @@ -43,7 +44,6 @@ 1.8.0.7 test - junit junit @@ -70,7 +70,7 @@ - + org.apache.maven.plugins maven-jar-plugin diff --git a/kundera-redis/pom.xml b/kundera-redis/pom.xml index 55ad5e716..0bac73ef5 100644 --- a/kundera-redis/pom.xml +++ b/kundera-redis/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 kundera @@ -32,6 +33,12 @@ test + + org.hibernate + hibernate-core + 4.1.7.Final + test + org.databene diff --git a/kundera-rest/pom.xml b/kundera-rest/pom.xml index 386ae851d..64d0bdabd 100644 --- a/kundera-rest/pom.xml +++ b/kundera-rest/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 kundera @@ -64,6 +65,12 @@ jersey-server 1.12 + + org.hibernate + hibernate-core + 4.1.7.Final + test + com.sun.jersey diff --git a/kundera-tests/pom.xml b/kundera-tests/pom.xml index 1050048ee..54d7f1b00 100644 --- a/kundera-tests/pom.xml +++ b/kundera-tests/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 com.impetus @@ -134,9 +135,9 @@ 5.1.6 test --> - hsqldb + org.hsqldb hsqldb - 1.8.0.7 + 2.2.9 test @@ -339,7 +340,7 @@ kundera-rest 2.6-SNAPSHOT - + com.impetus.client kundera-oracle-nosql 2.6-SNAPSHOT @@ -417,18 +418,15 @@ test-jar test - + org.hibernate hibernate-core 4.1.7.Final + test