Replies: 2 comments 5 replies
-
Yeah... I know your pain, but we cannot help from here. Spring Integration doesn't not come as a The Spring Boot on the other hand comes as a parent and it has most of those libraries in its dependency management, so you don't need to worry about versions. |
Beta Was this translation helpful? Give feedback.
-
Well, that what has to be done on the Boot side, for your project you still have to add:
Since it is I'll talk to Boot team about that matter... |
Beta Was this translation helpful? Give feedback.
-
Currently, using optional features from SI within a maven project, it is necessary to specify an explicit version for the desired dependency. For example something like
So when upgrading SI a lookup for updated dependencies on third party libraries should be done (at least for the optional included ones). Is there any reason, why third party libraries are not included in the dependency management or would it be possible to add those?
Beta Was this translation helpful? Give feedback.
All reactions