File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 187187 <dependency >
188188 <groupId >org.postgresql</groupId >
189189 <artifactId >postgresql</artifactId >
190- < scope >test</scope >
190+ <!-- < scope>test</scope> --> <!-- Make it available to dependant projects. Hence commented -- >
191191 </dependency >
192192 <dependency >
193193 <groupId >com.aventstack</groupId >
Original file line number Diff line number Diff line change @@ -12,9 +12,3 @@ services:
1212 POSTGRES_PASSWORD : example
1313 ports :
1414 - 35432:5432
15-
16- adminer :
17- image : adminer:4.7.0
18- restart : always
19- ports :
20- - 8080:8080
Original file line number Diff line number Diff line change 304304 <groupId >org.postgresql</groupId >
305305 <artifactId >postgresql</artifactId >
306306 <version >${postgres.db.version} </version >
307- <scope >test</scope >
308307 </dependency >
309308 <dependency >
310309 <groupId >com.aventstack</groupId >
You can’t perform that action at this time.
0 commit comments