Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #722 from eclipse/cd_xtext_issue1231_workaround
Browse files Browse the repository at this point in the history
[eclipse/xtext#1231] added workaround
  • Loading branch information
cdietrich committed Jun 29, 2018
2 parents c3b4da6 + 84ae591 commit e35c62e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions releng/org.eclipse.xtext.tycho.parent/pom.xml
Expand Up @@ -150,6 +150,13 @@
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<version>${xtend-maven-plugin-version}</version>
<dependencies>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
<version>3.10.0</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit e35c62e

Please sign in to comment.