removed testfx

This commit is contained in:
Andreas Billmann
2015-12-02 13:34:45 +01:00
parent 6b4d957cfd
commit 1efcc42dcd

View File

@@ -16,8 +16,6 @@ repositories {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.testfx', name: 'testfx-core', version: '4.0.+'
testCompile group: 'org.testfx', name: 'testfx-junit', version: '4.0.+'
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.4.5'
compile group: 'org.springframework', name:'spring-context', version: '4.2.3.RELEASE'