summaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-api
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-05-04 17:12:08 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-05-04 17:12:08 +0200
commita4cdc05c518d194f53b01e0970a85734430867af (patch)
tree64962095a5760923df97026d5a207f5aec1d992b /vespa-feed-client-api
parentf25396044fbc0f0ab4ee4b84100893ccbbd5be29 (diff)
Don't embed annotations in osgi bundles
Diffstat (limited to 'vespa-feed-client-api')
-rw-r--r--vespa-feed-client-api/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespa-feed-client-api/pom.xml b/vespa-feed-client-api/pom.xml
index 7760ed5f1c4..64b71ae6fb1 100644
--- a/vespa-feed-client-api/pom.xml
+++ b/vespa-feed-client-api/pom.xml
@@ -18,6 +18,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>