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:
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@@ -1,7 +1,8 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gradle
|
||||
directory: /
|
||||
directories:
|
||||
- '**/*'
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: sunday
|
||||
|
||||
@@ -12,5 +12,5 @@ dependencies {
|
||||
optionalApi 'software.amazon.awssdk:dynamodb'
|
||||
|
||||
testImplementation 'org.hsqldb:hsqldb'
|
||||
testImplementation apacheCuratorTest
|
||||
testImplementation 'org.apache.curator:curator-test:5.5.0'
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
dependencies {
|
||||
api twitter4jStream
|
||||
api 'org.twitter4j:twitter4j-stream:4.0.7'
|
||||
api 'org.springframework.integration:spring-integration-ip'
|
||||
}
|
||||
|
||||
@@ -5,13 +5,8 @@ ext {
|
||||
|
||||
debeziumVersion = '2.6.2.Final'
|
||||
djlVersion = '0.26.0'
|
||||
djlSpringVersion = '0.26'
|
||||
|
||||
springIntegrationAws = 'org.springframework.integration:spring-integration-aws:3.0.8'
|
||||
ftpserverCore = 'org.apache.ftpserver:ftpserver-core:1.2.0'
|
||||
mockserverNetty = 'org.mock-server:mockserver-netty:5.15.0'
|
||||
twitter4jStream = 'org.twitter4j:twitter4j-stream:4.0.7'
|
||||
greenmail = 'com.icegreen:greenmail:2.1.0'
|
||||
apacheCuratorTest = 'org.apache.curator:curator-test:5.5.0'
|
||||
djlSpringAutoconfigure = "ai.djl.spring:djl-spring-boot-starter-autoconfigure:$djlSpringVersion"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -2,5 +2,5 @@ dependencies {
|
||||
api 'org.springframework.integration:spring-integration-mail'
|
||||
api 'org.springframework.boot:spring-boot-starter-mail'
|
||||
|
||||
testImplementation greenmail
|
||||
testImplementation 'com.icegreen:greenmail:2.1.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user