Skip to content

Commit 1e56083

Browse files
mp911deschauder
authored andcommitted
Switch Postgres driver dependency from test to optional dependency.
See #1567 Original pull request: #1570
1 parent b57ee1a commit 1e56083

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
@@ -182,7 +182,7 @@
182182
<groupId>org.postgresql</groupId>
183183
<artifactId>postgresql</artifactId>
184184
<version>${postgresql.version}</version>
185-
<scope>test</scope>
185+
<optional>true</optional>
186186
</dependency>
187187

188188
<dependency>

0 commit comments

Comments
 (0)