Skip to content

Commit 3fc3b29

Browse files
committed
chore(deps): use BOM instead of library import for AWS and Kotlin
1 parent be6b1ea commit 3fc3b29

File tree

1 file changed

+3
-71
lines changed

1 file changed

+3
-71
lines changed

pom.xml

Lines changed: 3 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -159,31 +159,6 @@
159159
<artifactId>s3mock-testsupport-common</artifactId>
160160
<version>${project.version}</version>
161161
</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>
187162
<dependency>
188163
<groupId>org.mockito.kotlin</groupId>
189164
<artifactId>mockito-kotlin</artifactId>
@@ -227,53 +202,10 @@
227202
</dependency>
228203
<dependency>
229204
<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>
276206
<version>${aws-v2.version}</version>
207+
<type>pom</type>
208+
<scope>import</scope>
277209
</dependency>
278210
<dependency>
279211
<groupId>aws.sdk.kotlin</groupId>

0 commit comments

Comments
 (0)