aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-07 13:08:57 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:31 +0200
commit81928bd0107babe7dece6bef1840c61cac5120cc (patch)
tree84053c49e70afaeb0f13f9c6b61b552d07997ee7 /vespaclient-container-plugin/pom.xml
parent033d6494edc17b554ab841c3f5ea70bc5f8925de (diff)
Remove vespåa-http-client usage part 2
Diffstat (limited to 'vespaclient-container-plugin/pom.xml')
-rw-r--r--vespaclient-container-plugin/pom.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/vespaclient-container-plugin/pom.xml b/vespaclient-container-plugin/pom.xml
index c960c2cca44..d7b36e39c94 100644
--- a/vespaclient-container-plugin/pom.xml
+++ b/vespaclient-container-plugin/pom.xml
@@ -38,42 +38,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>vespa-http-client</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <!-- Exclude artifacts that are provided by Jdisc container -->
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.datatype</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.module</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>security-utils</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>