Fix `AggregatorFunctionConfiguration` according to a new default logic in the `FluxMessageChannel`
18 lines
702 B
Groovy
18 lines
702 B
Groovy
ext {
|
|
springBootVersion = '3.2.7'
|
|
springCloudVersion = '2023.0.2'
|
|
springCloudAwsVersion = '3.0.4'
|
|
|
|
debeziumVersion = '2.6.2.Final'
|
|
djlVersion = '0.26.0'
|
|
djlSpringVersion = '0.26'
|
|
|
|
springIntegrationAws = 'org.springframework.integration:spring-integration-aws:3.0.7'
|
|
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-rc-1'
|
|
apacheCuratorTest = 'org.apache.curator:curator-test:5.5.0'
|
|
djlSpringAutoconfigure = "ai.djl.spring:djl-spring-boot-starter-autoconfigure:$djlSpringVersion"
|
|
}
|