We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6682f commit 4dabbfaCopy full SHA for 4dabbfa
1 file changed
pom.xml
@@ -88,21 +88,6 @@
88
<artifactId>spring-boot-starter-webmvc-test</artifactId>
89
<scope>test</scope>
90
</dependency>
91
- <dependency>
92
- <groupId>org.springframework.boot</groupId>
93
- <artifactId>spring-boot-testcontainers</artifactId>
94
- <scope>test</scope>
95
- </dependency>
96
97
- <groupId>org.testcontainers</groupId>
98
- <artifactId>testcontainers-junit-jupiter</artifactId>
99
100
101
-<!-- <dependency>-->
102
-<!-- <groupId>org.testcontainers</groupId>-->
103
-<!-- <artifactId>testcontainers-postgresql</artifactId>-->
104
-<!-- <scope>test</scope>-->
105
-<!-- </dependency>-->
106
</dependencies>
107
108
<build>
0 commit comments