Skip to content

Commit

Permalink
Import sqs version from the bom
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Apr 4, 2024
1 parent 24a9f24 commit 42c13f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,16 @@
<artifactId>testcontainers</artifactId>
<version>${testcontainers.version}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>localstack</artifactId>
<version>${testcontainers.version}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${testcontainers.version}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>toxiproxy</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions smallrye-reactive-messaging-aws-sqs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.19.6</version>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.23.21</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -27,7 +27,6 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sqs</artifactId>
<version>2.23.15</version>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
Expand Down

0 comments on commit 42c13f4

Please sign in to comment.