Skip to content

Commit

Permalink
#166 adjust jts and hibernate-spatial versions
Browse files Browse the repository at this point in the history
Other minor alignments
  • Loading branch information
etj committed Feb 9, 2021
1 parent 2c4d4db commit 5bf7670
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 21 deletions.
4 changes: 1 addition & 3 deletions src/gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
<jaxws-version>2.1</jaxws-version>
<cxf-version>3.1.5</cxf-version>

<hibernate-version>3.6.0.Final</hibernate-version>
<hibernate-generic-dao-version>1.1.0</hibernate-generic-dao-version>
<asm-version>2.2.3</asm-version>
<cglib-version>2.2</cglib-version>

Expand Down Expand Up @@ -566,7 +564,7 @@
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>1.15.1</version>
<version>${jts.version}</version>
</dependency>

<!-- =========================================================== -->
Expand Down
1 change: 1 addition & 0 deletions src/gui/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@
<delete dir="gwt-unitCache"/>
<delete dir="war/WEB-INF/deploy"/>
<delete dir="war/WEB-INF/classes"/>
<delete dir="war/WEB-INF/spatial-lib"/>
<!-- -->
<!--
these entries are in the gitignore file
Expand Down
9 changes: 5 additions & 4 deletions src/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/* (c) 2014-2016 Open Source Geospatial Foundation - all rights reserved
/* (c) 2014-2021 Open Source Geospatial Foundation - all rights reserved
* This code is licensed under the GPL 2.0 license, available at the root
* application directory.
*/
Expand All @@ -14,12 +14,13 @@
<packaging>pom</packaging>

<properties>
<geofence-version>3.4.6.1</geofence-version>
<hibernate-version>3.6.9.Final</hibernate-version>
<hibernate-generic-dao-version>1.1.0</hibernate-generic-dao-version>
<hibernate-spatial-version>1.1.3.1</hibernate-spatial-version>
<hibernate-spatial-h2-version>1.1.3.1</hibernate-spatial-h2-version>
<postgresql.jdbc.version>42.1.1</postgresql.jdbc.version>
<hibernate-spatial-version>1.1.3.2</hibernate-spatial-version>
<postgresql.jdbc.version>42.2.18</postgresql.jdbc.version>
<postgis.jdbc.version>1.3.3</postgis.jdbc.version>
<jts.version>1.17.1</jts.version>
</properties>

<name>Master GeoFence POM</name>
Expand Down
4 changes: 0 additions & 4 deletions src/services/core/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@
</dependency>

<!-- CGLIB -->
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
Expand Down
11 changes: 1 addition & 10 deletions src/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
</modules>

<properties>
<geofence-version>3.4.6</geofence-version>
<main-prefix>geofence</main-prefix>

<gt-version>25-SNAPSHOT</gt-version>
Expand All @@ -47,13 +46,6 @@
<xml-apis-version>1.3.03</xml-apis-version>
<jaxws-version>2.1</jaxws-version>

<hibernate-version>3.6.9.Final</hibernate-version>
<hibernate-generic-dao-version>1.1.0</hibernate-generic-dao-version>
<hibernate-spatial-version>1.1.3.1</hibernate-spatial-version>
<hibernate-spatial-h2-version>1.1.3.1</hibernate-spatial-h2-version>
<postgresql.jdbc.version>42.1.1</postgresql.jdbc.version>
<postgis.jdbc.version>1.3.3</postgis.jdbc.version>

<commons-logging-version>1.1.2</commons-logging-version>
<commons-lang-version>2.3</commons-lang-version>
<commons-collections-version>3.2</commons-collections-version>
Expand All @@ -73,7 +65,6 @@
<spring-support>2.0.8</spring-support>
<spring-ws-version>1.0.1</spring-ws-version>
<aspectj-version>1.5.4</aspectj-version>
<ubl-version>2.0</ubl-version>
<jetty-version>9.2.13.v20150730</jetty-version>
<jettison-version>1.2</jettison-version>

Expand Down Expand Up @@ -709,7 +700,7 @@
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>1.15.1</version>
<version>${jts.version}</version>
</dependency>

<!-- =========================================================== -->
Expand Down

0 comments on commit 5bf7670

Please sign in to comment.