summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-08-18 15:32:01 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-08-18 15:37:17 +0200
commit5063d911379267ba5119d823cd54f352cac4029c (patch)
tree7f6b80ca1037335e67b3d66e1a374b9dfc75870f
parent7cb55c3a0dfdc782b77ead6bdaaeb5f1645b987d (diff)
Use junit 4.12
-rw-r--r--application/pom.xml1
-rw-r--r--config_test/pom.xml2
-rw-r--r--pom.xml7
-rw-r--r--vespa-hadoop/pom.xml1
4 files changed, 2 insertions, 9 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 8f301c1a884..3fd9e8054e7 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -67,7 +67,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/config_test/pom.xml b/config_test/pom.xml
index ae909a02603..ad96b5135c3 100644
--- a/config_test/pom.xml
+++ b/config_test/pom.xml
@@ -11,7 +11,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 60d997b7801..798738c02af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -589,12 +589,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit-dep</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
diff --git a/vespa-hadoop/pom.xml b/vespa-hadoop/pom.xml
index 4aa7d12e006..ea461e9783f 100644
--- a/vespa-hadoop/pom.xml
+++ b/vespa-hadoop/pom.xml
@@ -78,7 +78,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
<scope>test</scope>
</dependency>