We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bf8df commit 6922514Copy full SHA for 6922514
int-aws-support/build.gradle
@@ -5,4 +5,6 @@ plugins {
5
dependencies {
6
implementation "org.springframework:spring-beans"
7
implementation "org.springframework.integration:spring-integration-aws"
8
+
9
+ compileOnly "io.awspring.cloud:spring-cloud-aws-sqs"
10
}
platform/build.gradle
@@ -8,6 +8,7 @@ javaPlatform {
api platform("org.springframework.boot:spring-boot-dependencies:3.3.4")
11
+ api platform("io.awspring.cloud:spring-cloud-aws-dependencies:3.2.0")
12
constraints {
13
api "commons-io:commons-io:2.15.1"
14
api "org.apache.commons:commons-collections4:4.4"
0 commit comments