aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-10-16 15:11:49 +0200
committergjoranv <gv@oath.com>2017-10-16 15:11:49 +0200
commit10d87a1435e0a69b0c5319a1c6fff295d5794ef4 (patch)
treee3f74dc660f4bb50a77a2a4748cd05098d223101 /container-test
parent025ca1da553ae50e22b455cc334bbf3efac4fcc6 (diff)
Use packaging 'jar'
.. so that users don't have to explicitly declare dependency type.
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index b372b727574..262fdc9da14 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -14,7 +14,7 @@
</parent>
<artifactId>container-test</artifactId>
<version>6-SNAPSHOT</version>
- <packaging>pom</packaging>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.yahoo.vespa</groupId>