summaryrefslogtreecommitdiffstats
path: root/vespa-athenz
diff options
context:
space:
mode:
authorMorten Tokle <mortent@yahooinc.com>2023-05-02 14:53:51 +0200
committerMorten Tokle <mortent@yahooinc.com>2023-05-02 14:53:51 +0200
commit558ff6f02e874933a24e969d52ceacb83fe560f0 (patch)
treea0cc3db931b0e04b569f2cb7ce28d13219adb4a0 /vespa-athenz
parentf0a9fce7f124bc3cba33a29db15948db0d638f5b (diff)
Exclude org.eclipse.jetty.toolchain
Diffstat (limited to 'vespa-athenz')
-rw-r--r--vespa-athenz/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vespa-athenz/pom.xml b/vespa-athenz/pom.xml
index 29a4058e180..c6531d36565 100644
--- a/vespa-athenz/pom.xml
+++ b/vespa-athenz/pom.xml
@@ -34,6 +34,12 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-disc</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty.toolchain</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
<scope>provided</scope>
</dependency>
<dependency>