From 46b125139a2f19c77782de8ca26d61eeb7c004ff Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Thu, 24 Jan 2019 13:24:02 +0200 Subject: [PATCH] Fix compile when using Java 11 Tycho 1.4.0-SNAPSHOT is needed due to a fix in tycho for Java 11 compatibility. Change-Id: I3db48b8396b54c8fd8b6b5afd69730809d2ef761 Signed-off-by: Alexander Kurtakov --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0a6418368a2..e61eaeef138 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,8 @@ pom - 1.3.0 - 1.3.0 + 1.4.0-SNAPSHOT + 1.4.0-SNAPSHOT jacoco reuseReports ${project.basedir}/../../target/jacoco.exec @@ -84,6 +84,10 @@ cbi https://repo.eclipse.org/content/repositories/cbi-releases/ + + tycho-snapshots + https://repo.eclipse.org/content/repositories/tycho-snapshots/ +