Skip to content

Commit

Permalink
geosolutions-it#54: upgraded postgresql jdbc driver to version 42.2.23 (
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto authored Oct 26, 2021
1 parent fa2a6ad commit c8fdb58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
<artifactId>mapstore-backend</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.23</version>
</dependency>
<!-- ================================================================ -->
<!-- GeoStore modules -->
<!-- ================================================================ -->
Expand Down Expand Up @@ -357,6 +362,7 @@
<version>2.1.1</version>
<configuration>
<packagingExcludes>
WEB-INF/lib/postgresql-8.4-*.jar,
WEB-INF/lib/commons-codec-1.2.jar,
WEB-INF/lib/commons-io-1.1.jar,
WEB-INF/lib/commons-logging-1.0.4.jar,
Expand Down

0 comments on commit c8fdb58

Please sign in to comment.