aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@vespa.ai>2023-12-08 10:41:30 +0100
committerBjørn Christian Seime <bjorncs@vespa.ai>2023-12-08 10:59:26 +0100
commitdd866f6070d65c36d7c68607a0b4115f853a6c47 (patch)
treed202f1f544285f27cdd6fb22e6eba3fb191d2844 /jdisc-cloud-aws/pom.xml
parent2908eb01b5d7d8d427af68efe1f05cc225a76423 (diff)
Don't embed commons-logging
Diffstat (limited to 'jdisc-cloud-aws/pom.xml')
-rw-r--r--jdisc-cloud-aws/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jdisc-cloud-aws/pom.xml b/jdisc-cloud-aws/pom.xml
index af5c5c7cc8f..8b96cb22fab 100644
--- a/jdisc-cloud-aws/pom.xml
+++ b/jdisc-cloud-aws/pom.xml
@@ -37,6 +37,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>