Fix for java 9+ #1

pull/4/head
Zlatin Balevsky 2019-06-02 10:04:27 +01:00
parent 5138935c20
commit b19b5ef315
1 changed files with 1 additions and 0 deletions

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}"