File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 <artifactId >h2</artifactId >
6161 <scope >runtime</scope >
6262 </dependency >
63-
64- <!-- Database - PostgreSQL (Production) -->
63+
64+ <!-- Database - PostgreSQL -->
6565 <dependency >
6666 <groupId >org.postgresql</groupId >
6767 <artifactId >postgresql</artifactId >
68- <version >${postgresql.version} </version >
6968 <scope >runtime</scope >
7069 </dependency >
7170
7271 <!-- Database Migrations -->
7372 <dependency >
7473 <groupId >org.flywaydb</groupId >
7574 <artifactId >flyway-core</artifactId >
76- <version >${flyway.version} </version >
7775 </dependency >
7876
7977 <!-- Testing -->
9795 <artifactId >postgresql</artifactId >
9896 <scope >test</scope >
9997 </dependency >
98+ <dependency >
99+ <groupId >org.springframework.boot</groupId >
100+ <artifactId >spring-boot-starter-security</artifactId >
101+ </dependency >
100102 </dependencies >
101103
102104 <build >
108110 <plugin >
109111 <groupId >org.flywaydb</groupId >
110112 <artifactId >flyway-maven-plugin</artifactId >
111- <version >${flyway.version} </version >
112113 <configuration >
113114 <url >jdbc:h2:file:./target/testdb</url >
114115 <user >sa</user >
You can’t perform that action at this time.
0 commit comments