summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-01-28 11:02:10 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-01-28 11:02:10 +0100
commit1353ab9573473b3c8c5879243b74791fae2c2bfa (patch)
tree0bc678829d27d4b68d1722c0e0a0c639429c3458 /config
parentf179eb39a887ca6fcc65e5f5d625bc76a25d3b73 (diff)
Ensure 'annotations' in provided scope
Diffstat (limited to 'config')
-rwxr-xr-xconfig/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/pom.xml b/config/pom.xml
index 05b0bd758f8..4eceef8c748 100755
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -25,13 +25,14 @@
<artifactId>guava</artifactId>
<scope>provided</scope>
</dependency>
-
- <!-- compile scope -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
+
+ <!-- compile scope -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-lib</artifactId>