Skip to content

Commit 7c187c9

Browse files
committed
Add metac-runtime-utils dependency to metac-csp/pom.xml
BaseC depends on it, and then, hopefully just at the moment, dependents of BaseC need to add the dependencies of BaseC as dependency as well :'(
1 parent 02ca7e4 commit 7c187c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

metac-csp/pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,21 @@
1717
</parent>
1818

1919
<dependencies>
20+
2021
<dependency>
2122
<groupId>nl.tudelft.metac</groupId>
2223
<artifactId>basec</artifactId>
2324
<version>1.0.0-SNAPSHOT</version>
2425
<type>spoofax-language</type>
2526
</dependency>
2627

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+
2735
<dependency>
2836
<groupId>org.metaborg</groupId>
2937
<artifactId>org.metaborg.meta.lib.analysis</artifactId>

0 commit comments

Comments
 (0)