[eclipse/xtext#1976] workaround for maven tycho + j8 + platform artifacts issues

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2021-07-21 21:57:31 +02:00
parent d3c46d8e22
commit c0234f7b71
7 changed files with 110 additions and 0 deletions

View file

@ -50,6 +50,16 @@
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xtext.generator</artifactId>
<version>${xtextVersion}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>

View file

@ -50,6 +50,16 @@
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xtext.generator</artifactId>
<version>${xtextVersion}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>

View file

@ -50,6 +50,16 @@
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xtext.generator</artifactId>
<version>${xtextVersion}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>

View file

@ -50,6 +50,16 @@
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xtext.generator</artifactId>
<version>${xtextVersion}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>

View file

@ -50,6 +50,16 @@
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xtext.generator</artifactId>
<version>${xtextVersion}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>

View file

@ -378,6 +378,16 @@ class RuntimeProjectDescriptor extends TestedProjectDescriptor {
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xtext.generator</artifactId>
<version>${xtextVersion}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.xtext</groupId>

View file

@ -908,6 +908,56 @@ public class RuntimeProjectDescriptor extends TestedProjectDescriptor {
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("\t");
_builder.append("\t");
_builder.append("<exclusions>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("\t");
_builder.append("\t\t");
_builder.append("<exclusion>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("\t");
_builder.append("\t\t\t");
_builder.append("<groupId>org.eclipse.platform</groupId>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("\t");
_builder.append("\t\t\t");
_builder.append("<artifactId>org.eclipse.equinox.common</artifactId>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("\t");
_builder.append("\t\t");
_builder.append("</exclusion>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("\t");
_builder.append("\t\t");
_builder.append("<exclusion>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("\t");
_builder.append("\t\t\t");
_builder.append("<groupId>org.eclipse.platform</groupId>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("\t");
_builder.append("\t\t\t");
_builder.append("<artifactId>org.eclipse.core.runtime</artifactId>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("\t");
_builder.append("\t\t");
_builder.append("</exclusion>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("\t");
_builder.append("\t");
_builder.append("</exclusions>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("\t");
_builder.append("</dependency>");
_builder.newLine();
_builder.append("\t\t\t");