summaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-11-17 21:53:25 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-11-17 21:53:25 +0100
commit68df4a951a952ac1db1129d65641c2e869a2f58f (patch)
tree0b656fac804f955df4f76bf12e8a32231f84eb0a /vespa-osgi-testrunner/pom.xml
parentfbdc8549df12ffd68f470bdbabff72d49951cf61 (diff)
Set up VespaCliTestRunner as well when using new test framework
This should be OK to merge, as the runner will only be enabled if a "tests/" direcctory is present in the artifacts directoy, which should not currently be the case for anything else than our experiments
Diffstat (limited to 'vespa-osgi-testrunner/pom.xml')
-rw-r--r--vespa-osgi-testrunner/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vespa-osgi-testrunner/pom.xml b/vespa-osgi-testrunner/pom.xml
index 845d0d31af4..6ec70b08d39 100644
--- a/vespa-osgi-testrunner/pom.xml
+++ b/vespa-osgi-testrunner/pom.xml
@@ -59,6 +59,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>config-provisioning</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>testutil</artifactId>
<version>${project.version}</version>
<scope>test</scope>