Use Dependabot globstar option for dirs to scan

Move some deps from the top-level `dependencies.gradle` to their specific modules
This commit is contained in:
Artem Bilan
2024-10-10 11:40:59 -04:00
parent e2f8d4c18f
commit daa54a6dec
6 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
ext {
djlSpringVersion = '0.26'
}
dependencies {
api djlSpringAutoconfigure
api "ai.djl.spring:djl-spring-boot-starter-autoconfigure:$djlSpringVersion"
api "ai.djl.spring:djl-spring-boot-starter-tensorflow-auto:$djlSpringVersion"
api "ai.djl.spring:djl-spring-boot-starter-pytorch-auto:$djlSpringVersion"
api "ai.djl.spring:djl-spring-boot-starter-mxnet-auto:$djlSpringVersion"