Skip to content

Commit

Permalink
Changed pom.xml for hibernate dependency
Browse files Browse the repository at this point in the history
and changed hsqldb version
  • Loading branch information
kkmishra committed May 29, 2013
1 parent e9da784 commit a764ea1
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 31 deletions.
2 changes: 1 addition & 1 deletion kundera-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.1.7.Final</version>
<optional>true</optional>
<optional>true</optional>
</dependency>

<dependency>
Expand Down
24 changes: 12 additions & 12 deletions kundera-hbase/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -11,7 +12,7 @@
<packaging>jar</packaging>
<name>kundera-hbase</name>
<url>http://maven.apache.org</url>

<properties>
<hadoop.version>1.1.1</hadoop.version>
<hbase.version>0.94.3</hbase.version>
Expand Down Expand Up @@ -76,6 +77,12 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.1.7.Final</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -111,16 +118,9 @@
</execution>
</executions>
</plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.6</version>
<configuration>
<excludes>
<exclude>**/datatypes/*.java</exclude>
</excludes>
</configuration>
</plugin> -->
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.6</version> <configuration> <excludes> <exclude>**/datatypes/*.java</exclude>
</excludes> </configuration> </plugin> -->
</plugins>
</build>

Expand Down
10 changes: 9 additions & 1 deletion kundera-mongo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -39,6 +40,13 @@
</dependency>

<!-- contiperf dependency should not be here -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.1.7.Final</version>
<scope>test</scope>
</dependency>


<dependency>
<groupId>org.databene</groupId>
Expand Down
10 changes: 9 additions & 1 deletion kundera-neo4j/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.impetus</groupId>
Expand Down Expand Up @@ -61,6 +62,13 @@
<artifactId>jersey-client</artifactId>
<version>1.12</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.1.7.Final</version>
<scope>test</scope>
</dependency>


</dependencies>
<build>
Expand Down
7 changes: 7 additions & 0 deletions kundera-oracle-nosql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
<version>4.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.1.7.Final</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions kundera-rdbms/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>kundera</artifactId>
Expand Down Expand Up @@ -43,7 +44,6 @@
<version>1.8.0.7</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -70,7 +70,7 @@
</descriptorRefs>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down
9 changes: 8 additions & 1 deletion kundera-redis/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>kundera</artifactId>
Expand Down Expand Up @@ -32,6 +33,12 @@
<scope>test</scope>
</dependency>
<!-- contiperf dependency should not be here -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.1.7.Final</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.databene</groupId>
Expand Down
9 changes: 8 additions & 1 deletion kundera-rest/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>kundera</artifactId>
Expand Down Expand Up @@ -64,6 +65,12 @@
<artifactId>jersey-server</artifactId>
<version>1.12</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.1.7.Final</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.sun.jersey</groupId>
Expand Down
20 changes: 9 additions & 11 deletions kundera-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.impetus</groupId>
Expand Down Expand Up @@ -134,9 +135,9 @@
<version>5.1.6</version> <scope>test</scope> </dependency> -->

<dependency>
<groupId>hsqldb</groupId>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.7</version>
<version>2.2.9</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -339,7 +340,7 @@
<artifactId>kundera-rest</artifactId>
<version>2.6-SNAPSHOT</version>
</dependency>
<dependency>
<dependency>
<groupId>com.impetus.client</groupId>
<artifactId>kundera-oracle-nosql</artifactId>
<version>2.6-SNAPSHOT</version>
Expand Down Expand Up @@ -417,18 +418,15 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!-- <dependency>
<groupId>com.impetus.client</groupId>
<artifactId>kundera-oracle-nosql</artifactId>
<version>2.5-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency> -->
<!-- <dependency> <groupId>com.impetus.client</groupId> <artifactId>kundera-oracle-nosql</artifactId>
<version>2.5-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope>
</dependency> -->

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.1.7.Final</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit a764ea1

Please sign in to comment.