Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 0e0dd46

Browse files
committed
Remove Spring Integration version override
Closes gh-1322
1 parent 2763665 commit 0e0dd46

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

samples/integration/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
<properties>
1919
<java.version>11</java.version>
20-
<spring-integration.version>5.5.7-SNAPSHOT</spring-integration.version>
2120
</properties>
2221

2322
<dependencies>

spring-native-docs/src/main/asciidoc/support.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,3 @@ NOTE: While building a project that contains Spring Cloud Config Client, it is n
217217
* Kotlin Coroutines are supported but currently require additional reflection entries due to how Coroutines generates bytecode with an `Object` return type.
218218
* Sealed class are not supported yet due to https://github.com/oracle/graal/issues/3870.
219219
* https://docs.spring.io/spring-data/commons/docs/current/reference/html/#repositories.custom-implementations[Custom repository] implementation fragments need to be annotated with `@Component`.
220-
* Spring Integration requires Spring Integration 5.5.7 or later.

0 commit comments

Comments
 (0)