aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/viatra-runtime/build.gradle.kts
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/build.gradle.kts
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/build.gradle.kts')
-rw-r--r--subprojects/viatra-runtime/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/viatra-runtime/build.gradle.kts b/subprojects/viatra-runtime/build.gradle.kts
index b1e65c94..20a8c2c3 100644
--- a/subprojects/viatra-runtime/build.gradle.kts
+++ b/subprojects/viatra-runtime/build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9} 9}
10 10
11dependencies { 11dependencies {
12 api(project(":refinery-viatra-runtime-matchers"))
13 api(project(":refinery-viatra-runtime-base-itc"))
14 implementation(libs.slf4j.log4j) 12 implementation(libs.slf4j.log4j)
13 implementation(libs.eclipseCollections.api)
14 implementation(libs.eclipseCollections)
15} 15}