Skip to content

Commit

Permalink
use testcontainers and awaitability that come from spring dependencies (
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 authored Oct 1, 2024
1 parent 99dd670 commit e5dea4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
18 changes: 0 additions & 18 deletions spring-cloud-kubernetes-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
<name>Spring Cloud Kubernetes :: Integration Tests</name>
<description>Integration tests where SCK applications are run inside a Kubernetes cluster</description>

<properties>
<java.version>17</java.version>
<docker-java.version>3.2.13</docker-java.version>
<testcontainers.version>1.18.3</testcontainers.version>
</properties>

<build>
<plugins>

Expand Down Expand Up @@ -93,18 +87,6 @@

</build>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>k3s</artifactId>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

</dependencyManagement>

<modules>

<!-- catalog-watcher -->
Expand Down
6 changes: 0 additions & 6 deletions spring-cloud-kubernetes-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

<artifactId>spring-cloud-kubernetes-test-support</artifactId>

<properties>
<awaitility.version>4.1.1</awaitility.version>
<testcontainers.version>1.18.3</testcontainers.version>
</properties>
<dependencies>

<dependency>
Expand All @@ -38,13 +34,11 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>${awaitility.version}</version>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>k3s</artifactId>
<version>${testcontainers.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit e5dea4e

Please sign in to comment.