1 changed files with 9 additions and 2 deletions
@ -1,6 +1,13 @@ |
|||
dependencies { |
|||
api( |
|||
project(":io.sc.platform.core"), |
|||
"org.codehaus.groovy:groovy" |
|||
project(":io.sc.platform.core"), |
|||
"org.codehaus.groovy:groovy", |
|||
"org.codehaus.groovy:groovy-jsr223", |
|||
"org.codehaus.groovy:groovy-datetime", |
|||
"org.codehaus.groovy:groovy-dateutil", |
|||
"org.codehaus.groovy:groovy-json", |
|||
"org.codehaus.groovy:groovy-sql", |
|||
"org.codehaus.groovy:groovy-xml", |
|||
|
|||
) |
|||
} |
|||
|
Loading…
Reference in new issue