From 6a2f671430d01b6712b48a6909fa0aa71c9276d8 Mon Sep 17 00:00:00 2001 From: Gabriel Einsdorf Date: Tue, 8 Dec 2020 22:33:59 +0100 Subject: [PATCH] Add dependency on org.knime.features.core to the tests plugin This is required so that the test runtime can start --- targetplatform/KNIME-AP-4.0.target | 1 + tests/pom.xml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/targetplatform/KNIME-AP-4.0.target b/targetplatform/KNIME-AP-4.0.target index bcd76fc..91fe31d 100644 --- a/targetplatform/KNIME-AP-4.0.target +++ b/targetplatform/KNIME-AP-4.0.target @@ -2,6 +2,7 @@ + diff --git a/tests/pom.xml b/tests/pom.xml index 0b0e022..2067b4d 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -111,6 +111,22 @@ ${tycho.testArgLine} ${tycho.test.jvmArgs} + + org.eclipse.tycho + target-platform-configuration + ${tycho.version} + + + + + eclipse-feature + org.knime.features.core + 0.0.0 + + + + +