[mvn] Fixed failing build due to xtend.lib 2.7.3 resolved by tycho

This commit is contained in:
Dennis Huebner 2016-05-10 17:24:38 +02:00 committed by Sven Efftinge
parent 2a0b357942
commit 4e808e3e4d
2 changed files with 17 additions and 1 deletions

View file

@ -11,7 +11,18 @@
<name>Xtext IDE Library</name>
<artifactId>org.eclipse.xtext.ide</artifactId>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<pomDependencies>consider</pomDependencies>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.eclipse.xtext</groupId>

View file

@ -58,5 +58,10 @@
<artifactId>org.eclipse.emf.common</artifactId>
<version>[2.9.0,)</version>
</dependency>
<dependency>
<groupId>org.eclipse.xtend</groupId>
<artifactId>org.eclipse.xtend.lib</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>