summaryrefslogtreecommitdiffstats
path: root/hosted-api/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-22 17:52:49 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-22 17:52:49 +0200
commitdb44411be03f7770456240ff11ed33a4cfe53725 (patch)
treea9e6890c521402034584db47694288dfaf511fa7 /hosted-api/pom.xml
parent1007b2fc5878f3abd3c49bc4cace2cfb673f050e (diff)
TestDescriptor: Add JSON serialization and construction from non-JSON
Diffstat (limited to 'hosted-api/pom.xml')
-rw-r--r--hosted-api/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/hosted-api/pom.xml b/hosted-api/pom.xml
index 2a42f890ba4..b066cb158e0 100644
--- a/hosted-api/pom.xml
+++ b/hosted-api/pom.xml
@@ -33,6 +33,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>yolean</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
@@ -44,6 +50,12 @@
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>