Fix for java 9+ #1

This commit is contained in:
Zlatin Balevsky
2019-06-02 10:04:27 +01:00
parent 5138935c20
commit b19b5ef315

View File

@@ -58,6 +58,7 @@ dependencies {
compile "org.codehaus.griffon:griffon-guice:${griffon.version}"
runtime "org.slf4j:slf4j-simple:${slf4jVersion}"
runtime "javax.annotation:javax.annotation-api:1.3.2"
testCompile "org.codehaus.griffon:griffon-fest-test:${griffon.version}"
testCompile "org.spockframework:spock-core:${spockVersion}"