aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-04-21 23:11:58 +0200
committergjoranv <gv@verizonmedia.com>2022-05-08 01:38:40 +0200
commit260f7bef67c8132c23b4f7dd7c334f45ea25ceed (patch)
tree948ead142bc83f011324fdcf1f4f1febd38b7bc6 /container-disc
parent34523203fb17845b561784872ef5b66c8f37679c (diff)
Set vespajlib, vespalog and defaults to scope provided.
- These artifacts are included on classpath and will be exported via jdisc_core. (vespajlib has actually been embedded in jdisc_core since 2017)
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index a64349855b1..af901d4d62b 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -105,15 +105,23 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>defaults</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespalog</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>