summaryrefslogtreecommitdiffstats
path: root/jrt
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 /jrt
parentf25396044fbc0f0ab4ee4b84100893ccbbd5be29 (diff)
Don't embed annotations in osgi bundles
Diffstat (limited to 'jrt')
-rw-r--r--jrt/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jrt/pom.xml b/jrt/pom.xml
index e8a68f06137..fea45602e58 100644
--- a/jrt/pom.xml
+++ b/jrt/pom.xml
@@ -22,6 +22,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>