Browse Source

Switch Postgres driver dependency from test to optional dependency.

See #1567
Original pull request: #1570
pull/1616/head
Mark Paluch 2 years ago
parent
commit
2c6dbeeea3
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 2
      spring-data-jdbc/pom.xml

2
spring-data-jdbc/pom.xml

@ -122,7 +122,7 @@ @@ -122,7 +122,7 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>

Loading…
Cancel
Save