Skip to content

Commit 0f519d0

Browse files
committed
fix pom
1 parent 841bd66 commit 0f519d0

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

plugin/trino-databend/pom.xml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@
197197
<scope>test</scope>
198198
</dependency>
199199

200+
<dependency>
201+
<groupId>org.apache.commons</groupId>
202+
<artifactId>commons-lang3</artifactId>
203+
<scope>test</scope>
204+
</dependency>
205+
200206
<dependency>
201207
<groupId>org.assertj</groupId>
202208
<artifactId>assertj-core</artifactId>
@@ -240,6 +246,18 @@
240246
<scope>test</scope>
241247
</dependency>
242248

249+
<dependency>
250+
<groupId>software.amazon.awssdk</groupId>
251+
<artifactId>apache-client</artifactId>
252+
<scope>test</scope>
253+
<exclusions>
254+
<exclusion>
255+
<groupId>commons-logging</groupId>
256+
<artifactId>commons-logging</artifactId>
257+
</exclusion>
258+
</exclusions>
259+
</dependency>
260+
243261
<dependency>
244262
<groupId>software.amazon.awssdk</groupId>
245263
<artifactId>auth</artifactId>
@@ -262,12 +280,6 @@
262280
<groupId>software.amazon.awssdk</groupId>
263281
<artifactId>s3</artifactId>
264282
<scope>test</scope>
265-
<exclusions>
266-
<exclusion>
267-
<groupId>software.amazon.awssdk</groupId>
268-
<artifactId>apache-client</artifactId>
269-
</exclusion>
270-
</exclusions>
271283
</dependency>
272284

273285
<dependency>

0 commit comments

Comments
 (0)