Merge pull request #1298 from spring-operator/polish-urls-xml-2.1.x
URL Cleanup
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
xmlns:int="http://www.springframework.org/schema/integration"
|
||||
xmlns="http://www.springframework.org/schema/beans"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
https://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://www.springframework.org/schema/integration
|
||||
http://www.springframework.org/schema/integration/spring-integration.xsd
|
||||
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd">
|
||||
https://www.springframework.org/schema/integration/spring-integration.xsd
|
||||
http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd">
|
||||
|
||||
<int:channel id="messagingChannel"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user