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 7b0d715 commit d340201Copy full SHA for d340201
int-aws-support/build.gradle
@@ -2,6 +2,10 @@ plugins {
2
id "java-conventions"
3
}
4
5
+configurations {
6
+ testImplementation.extendsFrom compileOnly
7
+}
8
+
9
dependencies {
10
implementation "org.springframework:spring-beans"
11
implementation "org.springframework.integration:spring-integration-aws"
0 commit comments