summaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-11-28 13:53:48 +0100
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-11-28 13:53:48 +0100
commit131cd4fc349edc5437480ef4e95395c1cbde35be (patch)
tree5a076782e3351e4175a9d0c95357d0c5ac6d3ae0 /fat-model-dependencies
parent5b45d91ced001b47ab253841e40d8ae3df8fec2b (diff)
Remove Jetty artifacts from config-model-fat
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index ff77b5e9601..f69cbc55617 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -141,6 +141,18 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>opennlp-linguistics</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty.alpn</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty.http2</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>