summaryrefslogtreecommitdiffstats
path: root/socket_test
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-05-16 15:39:52 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-05-16 15:44:44 +0200
commit357fa2d9bbca20e3cacfaf214f75496570bf52d4 (patch)
tree511a69745b3d255453d9c1b9fae4f8a39b18b60a /socket_test
parentae308093d9fd360c6b3cea46f4a8a4c7141016b8 (diff)
add parent
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>