Skip to content

Commit

Permalink
add pomfirst support for commons.eclipse.pde (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise authored Sep 5, 2022
1 parent bdfeaf6 commit e37f043
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gemoc_studio/pomfirst/gemoc-studio-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<emf.ecore.xmi-version>2.16.0</emf.ecore.xmi-version>
<emf.compare-version>[3.4.0,3.6.0)</emf.compare-version>
<emf.transaction-version>[1.9.0,2.0.0)</emf.transaction-version>
<jdt-version>3.30.0</jdt-version>

<xtext-version>2.25.0</xtext-version>
<xtend-version>2.25.0</xtend-version>
Expand Down Expand Up @@ -114,6 +115,11 @@
</dependency>


<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>${jdt-version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.expressions</artifactId>
Expand Down

0 comments on commit e37f043

Please sign in to comment.