You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
332 B

1 year ago
dependencies {
api(
project(":io.sc.platform.orm"),
1 year ago
project(":io.sc.platform.security"),
1 year ago
project(":io.sc.platform.mvc.frontend"),
1 year ago
"org.webjars:webjars-locator-core",
1 year ago
"org.webjars:webjars-locator-weblogic:${webjars_locator_weblogic_version}",
"commons-fileupload:commons-fileupload:${commons_fileupload_version}",
)
}