|
159 | 159 | <artifactId>s3mock-testsupport-common</artifactId> |
160 | 160 | <version>${project.version}</version> |
161 | 161 | </dependency> |
162 | | - <dependency> |
163 | | - <groupId>junit</groupId> |
164 | | - <artifactId>junit</artifactId> |
165 | | - <version>${junit.version}</version> |
166 | | - </dependency> |
167 | | - <dependency> |
168 | | - <groupId>org.jetbrains.kotlin</groupId> |
169 | | - <artifactId>kotlin-stdlib</artifactId> |
170 | | - <version>${kotlin.version}</version> |
171 | | - </dependency> |
172 | | - <dependency> |
173 | | - <groupId>org.jetbrains.kotlin</groupId> |
174 | | - <artifactId>kotlin-reflect</artifactId> |
175 | | - <version>${kotlin.version}</version> |
176 | | - </dependency> |
177 | | - <dependency> |
178 | | - <groupId>org.jetbrains.kotlin</groupId> |
179 | | - <artifactId>kotlin-test</artifactId> |
180 | | - <version>${kotlin.version}</version> |
181 | | - </dependency> |
182 | | - <dependency> |
183 | | - <groupId>org.jetbrains.kotlin</groupId> |
184 | | - <artifactId>kotlin-test-junit</artifactId> |
185 | | - <version>${kotlin.version}</version> |
186 | | - </dependency> |
187 | 162 | <dependency> |
188 | 163 | <groupId>org.mockito.kotlin</groupId> |
189 | 164 | <artifactId>mockito-kotlin</artifactId> |
|
227 | 202 | </dependency> |
228 | 203 | <dependency> |
229 | 204 | <groupId>software.amazon.awssdk</groupId> |
230 | | - <artifactId>aws-query-protocol</artifactId> |
231 | | - <version>${aws-v2.version}</version> |
232 | | - </dependency> |
233 | | - <dependency> |
234 | | - <groupId>software.amazon.awssdk</groupId> |
235 | | - <artifactId>aws-xml-protocol</artifactId> |
236 | | - <version>${aws-v2.version}</version> |
237 | | - </dependency> |
238 | | - <dependency> |
239 | | - <groupId>software.amazon.awssdk</groupId> |
240 | | - <artifactId>s3</artifactId> |
241 | | - <version>${aws-v2.version}</version> |
242 | | - </dependency> |
243 | | - <dependency> |
244 | | - <groupId>software.amazon.awssdk</groupId> |
245 | | - <artifactId>url-connection-client</artifactId> |
246 | | - <version>${aws-v2.version}</version> |
247 | | - </dependency> |
248 | | - <dependency> |
249 | | - <groupId>software.amazon.awssdk</groupId> |
250 | | - <artifactId>aws-crt-client</artifactId> |
251 | | - <version>${aws-v2.version}</version> |
252 | | - </dependency> |
253 | | - <dependency> |
254 | | - <groupId>software.amazon.awssdk</groupId> |
255 | | - <artifactId>regions</artifactId> |
256 | | - <version>${aws-v2.version}</version> |
257 | | - </dependency> |
258 | | - <dependency> |
259 | | - <groupId>software.amazon.awssdk</groupId> |
260 | | - <artifactId>utils</artifactId> |
261 | | - <version>${aws-v2.version}</version> |
262 | | - </dependency> |
263 | | - <dependency> |
264 | | - <groupId>software.amazon.awssdk</groupId> |
265 | | - <artifactId>auth</artifactId> |
266 | | - <version>${aws-v2.version}</version> |
267 | | - </dependency> |
268 | | - <dependency> |
269 | | - <groupId>software.amazon.awssdk</groupId> |
270 | | - <artifactId>checksums</artifactId> |
271 | | - <version>${aws-v2.version}</version> |
272 | | - </dependency> |
273 | | - <dependency> |
274 | | - <groupId>software.amazon.awssdk</groupId> |
275 | | - <artifactId>s3-transfer-manager</artifactId> |
| 205 | + <artifactId>bom</artifactId> |
276 | 206 | <version>${aws-v2.version}</version> |
| 207 | + <type>pom</type> |
| 208 | + <scope>import</scope> |
277 | 209 | </dependency> |
278 | 210 | <dependency> |
279 | 211 | <groupId>aws.sdk.kotlin</groupId> |
|
0 commit comments