summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2019-03-22 18:23:40 +0100
committerGitHub <noreply@github.com>2019-03-22 18:23:40 +0100
commita62e538f10f8d92af21de38000f97aea6ca7a500 (patch)
tree5a067c41c5a02ca06c6343d8e4f22f25a9d6ee7a /vespaclient-container-plugin
parent125c97eedfa07ab3d5c32bc775e5bb50b3feebd3 (diff)
parentb9335fafb8bba7d9bb162ad90ec3192ba7c84fb1 (diff)
Merge pull request #8881 from vespa-engine/bratseth/remove-dependencies
Bratseth/remove dependencies
Diffstat (limited to 'vespaclient-container-plugin')
-rw-r--r--vespaclient-container-plugin/pom.xml21
1 files changed, 5 insertions, 16 deletions
diff --git a/vespaclient-container-plugin/pom.xml b/vespaclient-container-plugin/pom.xml
index 3567e6ed1e6..a0472c8d102 100644
--- a/vespaclient-container-plugin/pom.xml
+++ b/vespaclient-container-plugin/pom.xml
@@ -55,25 +55,14 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>vespajlib</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.4</version>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.4</version>