Skip to content

Commit 5e08706

Browse files
committed
Remove unnecessary dependency: testcontainers-azure
1 parent 5c23959 commit 5e08706

5 files changed

Lines changed: 0 additions & 25 deletions

File tree

spring-cloud-azure-testcontainers/cosmos/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
<artifactId>testcontainers-junit-jupiter</artifactId>
5050
<scope>test</scope>
5151
</dependency>
52-
<dependency>
53-
<groupId>org.testcontainers</groupId>
54-
<artifactId>testcontainers-azure</artifactId>
55-
<scope>test</scope>
56-
</dependency>
5752
<dependency>
5853
<groupId>org.springframework.boot</groupId>
5954
<artifactId>spring-boot-test</artifactId>

spring-cloud-azure-testcontainers/event-hubs/client/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
<artifactId>spring-boot-testcontainers</artifactId>
5151
<scope>test</scope>
5252
</dependency>
53-
<dependency>
54-
<groupId>org.testcontainers</groupId>
55-
<artifactId>testcontainers-azure</artifactId>
56-
<scope>test</scope>
57-
</dependency>
5853
<dependency>
5954
<groupId>org.testcontainers</groupId>
6055
<artifactId>testcontainers-junit-jupiter</artifactId>

spring-cloud-azure-testcontainers/event-hubs/spring-cloud-stream-binders/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@
5050
<artifactId>spring-boot-testcontainers</artifactId>
5151
<scope>test</scope>
5252
</dependency>
53-
<dependency>
54-
<groupId>org.testcontainers</groupId>
55-
<artifactId>testcontainers-azure</artifactId>
56-
<scope>test</scope>
57-
</dependency>
5853
<dependency>
5954
<groupId>org.testcontainers</groupId>
6055
<artifactId>testcontainers-junit-jupiter</artifactId>

spring-cloud-azure-testcontainers/service-bus/spring-cloud-stream-binders/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
<artifactId>spring-boot-testcontainers</artifactId>
5555
<scope>test</scope>
5656
</dependency>
57-
<dependency>
58-
<groupId>org.testcontainers</groupId>
59-
<artifactId>testcontainers-azure</artifactId>
60-
<scope>test</scope>
61-
</dependency>
6257
<dependency>
6358
<groupId>org.testcontainers</groupId>
6459
<artifactId>testcontainers-junit-jupiter</artifactId>

spring-cloud-azure-testcontainers/service-bus/spring-messaging/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
<artifactId>spring-boot-testcontainers</artifactId>
5555
<scope>test</scope>
5656
</dependency>
57-
<dependency>
58-
<groupId>org.testcontainers</groupId>
59-
<artifactId>testcontainers-azure</artifactId>
60-
<scope>test</scope>
61-
</dependency>
6257
<dependency>
6358
<groupId>org.testcontainers</groupId>
6459
<artifactId>testcontainers-junit-jupiter</artifactId>

0 commit comments

Comments
 (0)