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