aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/viatra-runtime-rete-recipes
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-19 03:14:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-19 03:14:50 +0200
commitd48a3d35bdcc6dcb15730e8daddfeec737df38b9 (patch)
tree56c1a6fe443767892b9508285ad66f73ec0dd91a /subprojects/viatra-runtime-rete-recipes
parentrefactor: remove unused VIATRA code (diff)
downloadrefinery-d48a3d35bdcc6dcb15730e8daddfeec737df38b9.tar.gz
refinery-d48a3d35bdcc6dcb15730e8daddfeec737df38b9.tar.zst
refinery-d48a3d35bdcc6dcb15730e8daddfeec737df38b9.zip
refactor: merge VIATRA subprojects
Since we remove EMF dependencies, there is no point to maintaining a base index separate from the rest of the runtime.
Diffstat (limited to 'subprojects/viatra-runtime-rete-recipes')
-rw-r--r--subprojects/viatra-runtime-rete-recipes/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/viatra-runtime-rete-recipes/build.gradle.kts b/subprojects/viatra-runtime-rete-recipes/build.gradle.kts
index 1f33e2f9..b1b11b4e 100644
--- a/subprojects/viatra-runtime-rete-recipes/build.gradle.kts
+++ b/subprojects/viatra-runtime-rete-recipes/build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13} 13}
14 14
15dependencies { 15dependencies {
16 api(project(":refinery-viatra-runtime-matchers")) 16 api(project(":refinery-viatra-runtime"))
17 api(libs.ecore) 17 api(libs.ecore)
18 mwe2(libs.ecore.codegen) 18 mwe2(libs.ecore.codegen)
19 mwe2(libs.mwe.utils) 19 mwe2(libs.mwe.utils)