Skip to content

Commit

Permalink
try with recursive deps of mwe2.language
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Apr 17, 2023
1 parent 93acb22 commit 7adea6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion org.eclipse.xtext.common.types.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.language</artifactId>
<artifactId>org.eclipse.emf.mwe2.runtime</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.launch</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.language</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
Expand Down

0 comments on commit 7adea6f

Please sign in to comment.