summaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-07-01 18:30:05 +0200
committergjoranv <gv@verizonmedia.com>2020-07-01 18:30:05 +0200
commite77877e0a893b24aeb3df3e5a4d8164a57043133 (patch)
tree9ae6aeaa9fd78e5245c14bd02589d7430694180a /fat-model-dependencies
parent227ebbed0765606f1d03a9f16e0bca82950c94d7 (diff)
Set 'component' to provided scope in jdisc_messagebus_service
.. and add explicit deps to poms where it was accidentally pulled in transitively via jdisc_messagebus_service.
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index 6bf676dcba1..4beaf6086a6 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -81,6 +81,11 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>component</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>container-disc</artifactId>
<version>${project.version}</version>
</dependency>