aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-query-viatra/build.gradle.kts
diff options
context:
space:
mode:
authorLibravatar nagilooh <ficsorattila96@gmail.com>2023-07-25 21:55:57 +0200
committerLibravatar nagilooh <ficsorattila96@gmail.com>2023-08-02 12:09:14 +0200
commit4a528d6d5b5502c81a1cd094fcf9e706062b982c (patch)
tree21fadb0fc55fe5a6ee6ee5009e0bb02daa3489c2 /subprojects/store-query-viatra/build.gradle.kts
parentFix issue with storing trajectory (diff)
downloadrefinery-4a528d6d5b5502c81a1cd094fcf9e706062b982c.tar.gz
refinery-4a528d6d5b5502c81a1cd094fcf9e706062b982c.tar.zst
refinery-4a528d6d5b5502c81a1cd094fcf9e706062b982c.zip
Add new test files
Diffstat (limited to 'subprojects/store-query-viatra/build.gradle.kts')
-rw-r--r--subprojects/store-query-viatra/build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/subprojects/store-query-viatra/build.gradle.kts b/subprojects/store-query-viatra/build.gradle.kts
index 85ea7e2e..1f804247 100644
--- a/subprojects/store-query-viatra/build.gradle.kts
+++ b/subprojects/store-query-viatra/build.gradle.kts
@@ -10,7 +10,9 @@ plugins {
10 10
11dependencies { 11dependencies {
12 implementation(libs.ecore) 12 implementation(libs.ecore)
13 implementation ("guru.nidi:graphviz-java:0.18.1")
13 api(libs.viatra) 14 api(libs.viatra)
14 api(project(":refinery-store-query")) 15 api(project(":refinery-store-query"))
15 api(project(":refinery-store-reasoning")) 16 api(project(":refinery-store-reasoning"))
17 api(project(":refinery-visualization"))
16} 18}