Skip to content

Commit 4dabbfa

Browse files
authored
fix(dependencies): clean the pom.xml (#43)
1 parent ee6682f commit 4dabbfa

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,6 @@
8888
<artifactId>spring-boot-starter-webmvc-test</artifactId>
8989
<scope>test</scope>
9090
</dependency>
91-
<dependency>
92-
<groupId>org.springframework.boot</groupId>
93-
<artifactId>spring-boot-testcontainers</artifactId>
94-
<scope>test</scope>
95-
</dependency>
96-
<dependency>
97-
<groupId>org.testcontainers</groupId>
98-
<artifactId>testcontainers-junit-jupiter</artifactId>
99-
<scope>test</scope>
100-
</dependency>
101-
<!-- <dependency>-->
102-
<!-- <groupId>org.testcontainers</groupId>-->
103-
<!-- <artifactId>testcontainers-postgresql</artifactId>-->
104-
<!-- <scope>test</scope>-->
105-
<!-- </dependency>-->
10691
</dependencies>
10792

10893
<build>

0 commit comments

Comments
 (0)