Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Sternberg2015-06-08 08:32:17 +0000
committerRalf Sternberg2015-06-08 08:32:17 +0000
commitc330ca0555a4d66ca58b626a1a0968c90268a889 (patch)
tree3f8e22d81bbbd9e250e91037df27c41c941a341d
parent3fa180c047a8e349d69612ce0f2b241885d9824b (diff)
downloadorg.eclipse.rap.incubator.releng-c330ca0555a4d66ca58b626a1a0968c90268a889.tar.gz
org.eclipse.rap.incubator.releng-c330ca0555a4d66ca58b626a1a0968c90268a889.tar.xz
org.eclipse.rap.incubator.releng-c330ca0555a4d66ca58b626a1a0968c90268a889.zip
Align JUnit version with core (4.11)
There's an incompatibility between JUnit 4.9 and 4.10 [1] related to @Rule. Hopefully this update resolves the recent build errors claiming that "Field context must implement MethodRule". https://github.com/junit-team/junit/issues/357
-rw-r--r--releng/org.eclipse.rap.incubator.releng/parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.rap.incubator.releng/parent/pom.xml b/releng/org.eclipse.rap.incubator.releng/parent/pom.xml
index 56045db..a3c4af9 100644
--- a/releng/org.eclipse.rap.incubator.releng/parent/pom.xml
+++ b/releng/org.eclipse.rap.incubator.releng/parent/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2011, 2014 EclipseSource and others.
+ Copyright (C) 2011, 2015 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -24,8 +24,8 @@
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<signing-plugin-version>1.0.4</signing-plugin-version>
<surefire-version>2.15</surefire-version>
- <junit-version>4.8.2</junit-version>
- <mockito-version>1.9.5</mockito-version>
+ <junit-version>4.11</junit-version>
+ <mockito-version>1.9.5</m4ockito-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<rap-repository>http://download.eclipse.org/rt/rap/nightly/runtime/</rap-repository>
<rap-incubator-repository>http://download.eclipse.org/rt/rap/incubator/nightly/</rap-incubator-repository>

Back to the top