File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change 51
51
<org .hamcrest.version>2.2</org .hamcrest.version>
52
52
53
53
<spring-cloud-aws .version>3.2.0</spring-cloud-aws .version>
54
- <aws-sdk .version>2.21.20</aws-sdk .version>
55
54
56
55
<sonar .organization>gridsuite</sonar .organization>
57
56
<sonar .projectKey>org.gridsuite:computation</sonar .projectKey>
84
83
<type >pom</type >
85
84
<scope >import</scope >
86
85
</dependency >
87
- <dependency >
88
- <groupId >software.amazon.awssdk</groupId >
89
- <artifactId >bom</artifactId >
90
- <version >${aws-sdk.version} </version >
91
- <type >pom</type >
92
- <scope >import</scope >
93
- </dependency >
94
- <dependency >
95
- <groupId >io.awspring.cloud</groupId >
96
- <artifactId >spring-cloud-aws-dependencies</artifactId >
97
- <version >${spring-cloud-aws.version} </version >
98
- <type >pom</type >
99
- <scope >import</scope >
100
- </dependency >
101
-
102
86
</dependencies >
103
87
</dependencyManagement >
104
88
150
134
<artifactId >spring-cloud-stream</artifactId >
151
135
</dependency >
152
136
<dependency >
153
- <groupId >software.amazon.awssdk </groupId >
154
- <artifactId >s3</artifactId >
155
- <optional >true</ optional >
137
+ <groupId >io.awspring.cloud </groupId >
138
+ <artifactId >spring-cloud-aws-starter- s3</artifactId >
139
+ <version > ${spring-cloud-aws.version} </ version >
156
140
</dependency >
157
141
158
142
<!-- AspectJ -->
You can’t perform that action at this time.
0 commit comments