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

dependencies {
	testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
	testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
	testCompile "org.junit.jupiter:junit-jupiter-params:${junitVersion}"
}