[PATCH 2 of 7] PostgreSQL JDBC driver is an optional runtime dependency

Wald Commits scm-commit at wald.intevation.org
Fri Jan 13 18:59:41 CET 2023


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1673619626 -3600
#      Fri Jan 13 15:20:26 2023 +0100
# Branch 3.2.x
# Node ID 3c7904bdd12a8c9d83a08fc4877f622993735e7a
# Parent  1d52d49426b286ee3261210f7824c5e2b4620f6a
PostgreSQL JDBC driver is an optional runtime dependency

diff -r 1d52d49426b2 -r 3c7904bdd12a artifact-database/pom.xml
--- a/artifact-database/pom.xml	Fri Jan 13 15:18:14 2023 +0100
+++ b/artifact-database/pom.xml	Fri Jan 13 15:20:26 2023 +0100
@@ -65,6 +65,7 @@
       <groupId>postgresql</groupId>
       <artifactId>postgresql</artifactId>
       <version>9.1-901-1.jdbc4</version>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>commons-dbcp</groupId>


More information about the Dive4Elements-commits mailing list