Skip to content

Commit

Permalink
Merge pull request #932 from tfr42/upgradePostgreSQLJDBCDriver
Browse files Browse the repository at this point in the history
Upgraded PostgreSQL JDBC Driver to 42.2.5
  • Loading branch information
copierrj authored Nov 9, 2018
2 parents aaf677e + aeee039 commit f29468d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deegree-core/deegree-core-geometry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<artifactId>postgis-jdbc</artifactId>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<artifactId>postgis-jdbc</artifactId>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ These resources define connections to SQL databases, such as PostgreSQL/PostGIS,

deegree currently supports the following backends:

* PostgreSQL 9.x with PostGIS extension 2.x
* PostgreSQL 9.3, 9.4, 9.5, 9.6 with PostGIS extension 2.2, 2.3, 2.4
* Oracle Spatial 12c
* Microsoft SQL Server 2012

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -711,9 +711,9 @@
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.1-901-1.jdbc4</version>
<version>42.2.5</version>
</dependency>
<!-- Oracle -->
<dependency>
Expand Down

0 comments on commit f29468d

Please sign in to comment.