File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 29
29
<groupId >org.liquibase</groupId >
30
30
<artifactId >liquibase-core</artifactId >
31
31
</dependency >
32
-
33
32
<dependency >
34
33
<groupId >org.postgresql</groupId >
35
34
<artifactId >postgresql</artifactId >
45
44
<artifactId >spring-boot-starter-test</artifactId >
46
45
<scope >test</scope >
47
46
</dependency >
48
- <dependency >
49
- <groupId >com.h2database</groupId >
50
- <artifactId >h2</artifactId >
51
- <scope >test</scope >
52
- </dependency >
53
47
<dependency >
54
48
<groupId >junit</groupId >
55
49
<artifactId >junit</artifactId >
56
50
<scope >test</scope >
57
51
</dependency >
58
- <dependency >
59
- <groupId >org.springframework.boot</groupId >
60
- <artifactId >spring-boot-starter-data-jpa</artifactId >
61
- </dependency >
62
52
<dependency >
63
53
<groupId >com.h2database</groupId >
64
54
<artifactId >h2</artifactId >
65
55
</dependency >
66
- <dependency >
67
- <groupId >org.springframework.boot</groupId >
68
- <artifactId >spring-boot-starter-test</artifactId >
69
- </dependency >
70
56
<dependency >
71
57
<groupId >org.springframework.boot</groupId >
72
58
<artifactId >spring-boot-starter-security</artifactId >
You can’t perform that action at this time.
0 commit comments