Pull request #370: RED-3809: Upgrade to latest spring version
Merge in RED/redaction-service from RED-3809-rs1 to master * commit '150ee92c1e63de2145a1a093e6c6fe7820b7256d': RED-3809: Upgrade to latest spring version
This commit is contained in:
commit
e19b4573bb
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>platform-dependency</artifactId>
|
||||
<groupId>com.iqser.red</groupId>
|
||||
<version>1.6.0</version>
|
||||
<version>1.10.0</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -9,6 +9,8 @@ server:
|
||||
port: 8080
|
||||
|
||||
spring:
|
||||
main:
|
||||
allow-circular-references: true # FIXME
|
||||
profiles:
|
||||
active: kubernetes
|
||||
rabbitmq:
|
||||
|
||||
@ -9,6 +9,7 @@ ribbon:
|
||||
spring:
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
allow-circular-references: true # FIXME
|
||||
|
||||
processing.kafkastreams: false
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user