mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[mvn] Fixed failing build due to xtend.lib 2.7.3 resolved by tycho
This commit is contained in:
parent
2a0b357942
commit
4e808e3e4d
2 changed files with 17 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue