aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2020-06-15 11:08:40 +0200
committerMorten Tokle <mortent@verizonmedia.com>2020-06-15 12:34:46 +0200
commita6204f050b213a2c2f4d28fbc604acf36d8a37c1 (patch)
treebfde5cb03ca515b255c139b586f373a530b1e0da /hosted-tenant-base
parent89b0f8c7f960105e9949f052703b6bbad28965c1 (diff)
Change container-test scope to 'runtime'
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index a7a980756dc..6fc65398f72 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -82,7 +82,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-test</artifactId>
<version>${vespaversion}</version>
- <scope>test</scope>
+ <scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>