Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-11-20 15:58:10 +0000
committerStephan Wahlbrink2013-11-22 06:42:41 +0000
commit074da74fab1fc1a1dca88d4abbcbb39a101fa399 (patch)
treed5c3ea413c7737330d8150088f6b87584ae52918
parent129e8ed4c7e901a4fe98d4fa334f29969812a71b (diff)
downloadorg.eclipse.nebula.widgets.nattable-074da74fab1fc1a1dca88d4abbcbb39a101fa399.tar.gz
org.eclipse.nebula.widgets.nattable-074da74fab1fc1a1dca88d4abbcbb39a101fa399.tar.xz
org.eclipse.nebula.widgets.nattable-074da74fab1fc1a1dca88d4abbcbb39a101fa399.zip
Bug 422153: Explicitly set junit4 dependency in Tycho
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
-rw-r--r--org.eclipse.nebula.widgets.nattable.parent/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.nebula.widgets.nattable.parent/pom.xml b/org.eclipse.nebula.widgets.nattable.parent/pom.xml
index 9e18c760..fca062bd 100644
--- a/org.eclipse.nebula.widgets.nattable.parent/pom.xml
+++ b/org.eclipse.nebula.widgets.nattable.parent/pom.xml
@@ -59,6 +59,17 @@
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
+
+ <dependency-resolution>
+ <extraRequirements>
+ <requirement>
+ <type>eclipse-plugin</type>
+ <id>org.junit4</id>
+ <versionRange>0.0.0</versionRange>
+ </requirement>
+ </extraRequirements>
+ </dependency-resolution>
+
<target>
<artifact>
<groupId>org.eclipse.nebula.widgets.nattable</groupId>

Back to the top