diff --git a/build.gradle b/build.gradle index 39deaf16..722a33e6 100644 --- a/build.gradle +++ b/build.gradle @@ -17,13 +17,13 @@ sourceSets { } dependencies { - compile 'org.springframework:spring-aop:3.2.13.RELEASE', - 'org.springframework:spring-beans:3.2.13.RELEASE', - 'org.springframework:spring-context:3.2.13.RELEASE', - 'org.springframework:spring-core:3.2.13.RELEASE', - 'org.springframework:spring-expression:3.2.13.RELEASE' + implementation 'org.springframework:spring-aop:3.2.13.RELEASE', + 'org.springframework:spring-beans:3.2.13.RELEASE', + 'org.springframework:spring-context:3.2.13.RELEASE', + 'org.springframework:spring-core:3.2.13.RELEASE', + 'org.springframework:spring-expression:3.2.13.RELEASE' - testCompile 'junit:junit:4.8.2' + testImplementation 'junit:junit:4.8.2' } -mainClassName = 'com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Main' \ No newline at end of file +mainClassName = 'com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Main'