Skip to content

Commit

Permalink
Service DSL: Fixed language server crash due to missing Technology DS…
Browse files Browse the repository at this point in the history
…L metamodel access
  • Loading branch information
Marcel Mitas committed Oct 31, 2023
1 parent 46fe281 commit e7f999e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions de.fhdo.lemma.servicedsl.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@
<artifactId>de.fhdo.lemma.technology.technologydsl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.fhdo.lemma.technology.technologydsl</groupId>
<artifactId>
de.fhdo.lemma.technology.technologydsl.metamodel
</artifactId>
<version>${metamodel-version}</version>
</dependency>
<dependency>
<groupId>de.fhdo.lemma.data.datadsl</groupId>
<artifactId>de.fhdo.lemma.data.datadsl</artifactId>
Expand Down

0 comments on commit e7f999e

Please sign in to comment.