mirror of https://github.com/zlatinb/muwire
Fix for java 9+ #1
parent
5138935c20
commit
b19b5ef315
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue