We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21547d8 commit 35b2747Copy full SHA for 35b2747
1 file changed
multiapps-controller-client/pom.xml
@@ -154,6 +154,14 @@
154
<groupId>org.slf4j</groupId>
155
<artifactId>jcl-over-slf4j</artifactId>
156
</exclusion>
157
+ <!--
158
+ Excluding jackson-databind because the Cloud Foundry client pulls in
159
+ an old Jackson 2.13.x version that conflicts with Spring WebFlux 6.2.x
160
+ and causes DefaultExchangeStrategiesBuilder to fail initialization. -->
161
+ <exclusion>
162
+ <groupId>com.fasterxml.jackson.core</groupId>
163
+ <artifactId>jackson-databind</artifactId>
164
+ </exclusion>
165
</exclusions>
166
</dependency>
167
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging-->
0 commit comments