We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ca7e4 commit 7c187c9Copy full SHA for 7c187c9
metac-csp/pom.xml
@@ -17,13 +17,21 @@
17
</parent>
18
19
<dependencies>
20
+
21
<dependency>
22
<groupId>nl.tudelft.metac</groupId>
23
<artifactId>basec</artifactId>
24
<version>1.0.0-SNAPSHOT</version>
25
<type>spoofax-language</type>
26
</dependency>
27
28
+ <dependency>
29
+ <groupId>nl.tudelft.metac</groupId>
30
+ <artifactId>metac-runtime-utils</artifactId>
31
+ <version>1.0.0-SNAPSHOT</version>
32
+ <type>spoofax-language</type>
33
+ </dependency>
34
35
36
<groupId>org.metaborg</groupId>
37
<artifactId>org.metaborg.meta.lib.analysis</artifactId>
0 commit comments