aboutsummaryrefslogtreecommitdiffstats
path: root/model-data/build.gradle
blob: 953366027d9f60ccb3814cd95f34bbd5987c99b2 (plain) (blame)
1
2
3
4
5
6
7
8
apply from: "${rootDir}/gradle/java-common.gradle"
apply from: "${rootDir}/gradle/junit.gradle"
apply from: "${rootDir}/gradle/jmh.gradle"

dependencies {
	compile "org.eclipse.viatra:viatra-query-runtime:${viatraVersion}"
	compile "org.eclipse.emf:org.eclipse.emf.ecore:${ecoreVersion}"
}