Skip to content

Commit 2c6dbee

Browse files
committed
Switch Postgres driver dependency from test to optional dependency.
See #1567 Original pull request: #1570
1 parent 879984d commit 2c6dbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<groupId>org.postgresql</groupId>
123123
<artifactId>postgresql</artifactId>
124124
<version>${postgresql.version}</version>
125-
<scope>test</scope>
125+
<optional>true</optional>
126126
</dependency>
127127

128128
<dependency>

0 commit comments

Comments
 (0)