```dependencies { compile("org.springframework.bo...
# spek
j
Copy code
dependencies {
	compile("org.springframework.boot:spring-boot-starter")
	compile("org.hibernate:hibernate-validator")
	testCompile("org.springframework.boot:spring-boot-starter-test")
	testCompile 'org.jetbrains.spek:spek-api:1.1.2'
	testRuntime 'org.jetbrains.spek:spek-junit-platform-engine:1.1.2'

}