removed junit dependency from gradle plugin, doesn't belong here

This commit is contained in:
Michael Hunger
2011-06-13 01:10:46 +02:00
parent 1247ef3e2a
commit e1b644e35e

View File

@@ -7,7 +7,6 @@ configurations {
dependencies{
compile group: "org.springframework.data", name: "spring-data-neo4j", version: springDataGraphVersion
testCompile group:"junit", name: "junit", version: "4.8"
testCompile group:"org.springframework", name: "spring-test", version: springVersion
ajtools "org.aspectj:aspectjtools:$aspectjVersion"
compile "org.aspectj:aspectjrt:$aspectjVersion"