Skip to content

Commit

Permalink
change hibernate and google genric-dao versions (geosolutions-it#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
taba90 authored Apr 26, 2022
1 parent ca20cfe commit edb9f2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
<!-- <postgis-jdbc-version>1.3.3</postgis-jdbc-version>-->

<persistence-version>1.0</persistence-version>
<hibernate-version>5.5.0.Final</hibernate-version>
<hibernate-generic-dao-version>1.2.0</hibernate-generic-dao-version>
<hibernate-version>5.4.33.Final</hibernate-version>
<hibernate-generic-dao-version>geosolutions-1.3.0</hibernate-generic-dao-version>
<asm-version>2.2.3</asm-version>
<cglib-version>2.1_3</cglib-version>
<guava-version>18.0</guava-version>
Expand Down Expand Up @@ -739,7 +739,7 @@
<dependency>
<groupId>com.googlecode.genericdao</groupId>
<artifactId>dao-hibernate</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>geosolutions-1.3.0</version>
</dependency>

<!--dependency>
Expand All @@ -750,7 +750,7 @@
<dependency>
<groupId>com.googlecode.genericdao</groupId>
<artifactId>search-jpa-hibernate</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>geosolutions-1.3.0</version>
<!-- <groupId>com.trg</groupId>
<artifactId>trg-search-jpa-hibernate</artifactId>
<version>${hibernate-generic-dao-version}</version>-->
Expand Down

0 comments on commit edb9f2c

Please sign in to comment.