Skip to content

Commit b9808ca

Browse files
committed
update Pom
1 parent 7b4ccf9 commit b9808ca

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

-14
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<groupId>org.liquibase</groupId>
3030
<artifactId>liquibase-core</artifactId>
3131
</dependency>
32-
3332
<dependency>
3433
<groupId>org.postgresql</groupId>
3534
<artifactId>postgresql</artifactId>
@@ -45,28 +44,15 @@
4544
<artifactId>spring-boot-starter-test</artifactId>
4645
<scope>test</scope>
4746
</dependency>
48-
<dependency>
49-
<groupId>com.h2database</groupId>
50-
<artifactId>h2</artifactId>
51-
<scope>test</scope>
52-
</dependency>
5347
<dependency>
5448
<groupId>junit</groupId>
5549
<artifactId>junit</artifactId>
5650
<scope>test</scope>
5751
</dependency>
58-
<dependency>
59-
<groupId>org.springframework.boot</groupId>
60-
<artifactId>spring-boot-starter-data-jpa</artifactId>
61-
</dependency>
6252
<dependency>
6353
<groupId>com.h2database</groupId>
6454
<artifactId>h2</artifactId>
6555
</dependency>
66-
<dependency>
67-
<groupId>org.springframework.boot</groupId>
68-
<artifactId>spring-boot-starter-test</artifactId>
69-
</dependency>
7056
<dependency>
7157
<groupId>org.springframework.boot</groupId>
7258
<artifactId>spring-boot-starter-security</artifactId>

0 commit comments

Comments
 (0)