summaryrefslogtreecommitdiffstats
path: root/http-client
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-05-02 16:09:47 +0200
committerjonmv <venstad@gmail.com>2022-05-02 16:09:47 +0200
commit9231e00477132a8945f50e83637f4861ec4b9f3f (patch)
tree0cb9bcf46666b93c2acfd4c5a1933d13c522fc31 /http-client
parentcf78925c93ab6d30c9614172620d19cf1f0d3637 (diff)
Add dependency as well
Diffstat (limited to 'http-client')
-rw-r--r--http-client/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/http-client/pom.xml b/http-client/pom.xml
index ebe83a80903..5a9a2f81f63 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -24,6 +24,12 @@
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>annotations</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>container-apache-http-client-bundle</artifactId>
<version>${project.version}</version>
<scope>provided</scope>