Skip to content

Commit

Permalink
Switch Postgres driver dependency from test to optional dependency.
Browse files Browse the repository at this point in the history
See #1567
Original pull request: #1570
  • Loading branch information
mp911de committed Sep 6, 2023
1 parent 879984d commit 2c6dbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-data-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
<scope>test</scope>
<optional>true</optional>
</dependency>

<dependency>
Expand Down

0 comments on commit 2c6dbee

Please sign in to comment.