aboutsummaryrefslogtreecommitdiffstats
path: root/socket_test
diff options
context:
space:
mode:
Diffstat (limited to 'socket_test')
-rw-r--r--socket_test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/socket_test/pom.xml b/socket_test/pom.xml
index 12db1c30ab8..a681a82c52e 100644
--- a/socket_test/pom.xml
+++ b/socket_test/pom.xml
@@ -8,6 +8,11 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>socket_test</artifactId>
<version>6-SNAPSHOT</version>
+ <parent>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>parent</artifactId>
+ <version>6-SNAPSHOT</version>
+ </parent>
<packaging>jar</packaging>
<build>
<plugins>