aboutsummaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-06-30 12:49:00 +0200
committergjoranv <gv@yahooinc.com>2023-06-30 12:49:00 +0200
commit3efe90110355c13393cadd6ad37b4817d1c6704b (patch)
tree4b3ae8f22ccee9f114c62bb6158ea7d2c47a3f63 /container
parent5f4f6220e6b342f1bbbb6badf40d51b0dfe35930 (diff)
Do not provide http-utils via container(-dev)
- It does not have any exported apis.
Diffstat (limited to 'container')
-rw-r--r--container/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container/pom.xml b/container/pom.xml
index 29216b6579c..fa81ba333e1 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -23,6 +23,10 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>http-utils</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>*</artifactId>
</exclusion>