Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-11-20 15:58:10 +0000
committerDirk Fauth2013-11-20 15:58:10 +0000
commite8521f235c0c20ce0d9ad8fa77f7e8a0ad85929a (patch)
tree340d9228b8dfb0811eba4aa215d9169c308de960
parentbbdaa14dae4349f65143920b99912ff4251b2bc0 (diff)
downloadorg.eclipse.nebula.widgets.nattable-e8521f235c0c20ce0d9ad8fa77f7e8a0ad85929a.tar.gz
org.eclipse.nebula.widgets.nattable-e8521f235c0c20ce0d9ad8fa77f7e8a0ad85929a.tar.xz
org.eclipse.nebula.widgets.nattable-e8521f235c0c20ce0d9ad8fa77f7e8a0ad85929a.zip
[PATCH] 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