summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
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 /vespa-athenz
parent2908eb01b5d7d8d427af68efe1f05cc225a76423 (diff)
Don't embed commons-logging
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 46fc60d9abc..2eb7a5f9bb7 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -258,6 +258,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>