Skip to content

Commit

Permalink
fix issue with starting container
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Apr 11, 2024
1 parent 74cc4c0 commit 377681f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 50 deletions.
10 changes: 2 additions & 8 deletions aws-dynamodb-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,8 @@
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
Expand Down
20 changes: 7 additions & 13 deletions aws-secretmanager-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,13 @@
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
Expand Down
10 changes: 2 additions & 8 deletions aws-ses-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,8 @@
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
Expand Down
10 changes: 2 additions & 8 deletions aws-sns-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,8 @@
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
Expand Down
20 changes: 7 additions & 13 deletions aws-sqs-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,13 @@
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 377681f

Please sign in to comment.