Skip to content

Commit 35b2747

Browse files
authored
Fix multiapps client integration tests (#1790)
1 parent 21547d8 commit 35b2747

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

multiapps-controller-client/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,14 @@
154154
<groupId>org.slf4j</groupId>
155155
<artifactId>jcl-over-slf4j</artifactId>
156156
</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>
157165
</exclusions>
158166
</dependency>
159167
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging-->

0 commit comments

Comments
 (0)