File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 20
20
<jdbc .user>sa</jdbc .user>
21
21
<jdbc .password />
22
22
<db >h2</db >
23
+ <postgresql .driver.version>42.2.2</postgresql .driver.version>
23
24
</properties >
24
25
25
26
<profiles >
118
119
<dependency >
119
120
<groupId >org.postgresql</groupId >
120
121
<artifactId >postgresql</artifactId >
121
- <version >9.3-1102-jdbc4 </version >
122
+ <version >${postgresql.driver.version} </version >
122
123
<scope >test</scope >
123
124
</dependency >
124
125
</dependencies >
218
219
<dependency >
219
220
<groupId >org.postgresql</groupId >
220
221
<artifactId >postgresql</artifactId >
221
- <version >42.2.2</ version > <!-- as advised here https://jdbc.postgresql.org/download.html -- >
222
+ <version >${postgresql.driver. version} </ version >
222
223
<scope >test</scope >
223
224
</dependency >
224
225
</dependencies >
Original file line number Diff line number Diff line change 70
70
<dependency >
71
71
<groupId >postgresql</groupId >
72
72
<artifactId >postgresql</artifactId >
73
- <version >9.1-901-1.jdbc4 </version >
73
+ <version >42.2.2 </version >
74
74
<scope >test</scope >
75
75
</dependency >
76
76
You can’t perform that action at this time.
0 commit comments