aboutsummaryrefslogtreecommitdiffstats
path: root/model-data
diff options
context:
space:
mode:
Diffstat (limited to 'model-data')
-rw-r--r--model-data/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/model-data/build.gradle b/model-data/build.gradle
index a67b4a3e..2d0aef9a 100644
--- a/model-data/build.gradle
+++ b/model-data/build.gradle
@@ -4,4 +4,5 @@ apply from: "${rootDir}/gradle/jmh.gradle"
4 4
5dependencies { 5dependencies {
6 compile "org.eclipse.viatra:viatra-query-runtime:${viatraVersion}" 6 compile "org.eclipse.viatra:viatra-query-runtime:${viatraVersion}"
7 compile "org.eclipse.emf:org.eclipse.emf.ecore:2.24.0"
7} 8}