mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
hotfix for generator dependencies until mwe2 pom.xml gets fixed
This commit is contained in:
parent
d7285f5ec6
commit
799fa768ff
1 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
</dependency>
|
||||
|
||||
|
||||
<!-- TODO update mwe dependency to reduce transitive dependency management -->
|
||||
<dependency>
|
||||
<groupId>org.eclipse.xtext</groupId>
|
||||
<artifactId>org.eclipse.xtext.common.types</artifactId>
|
||||
|
@ -104,5 +105,11 @@
|
|||
<version>${commons-logging.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-cli</groupId>
|
||||
<artifactId>commons-cli</artifactId>
|
||||
<version>${commons-cli.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Loading…
Reference in a new issue