Reputation: 4973
I can't find
http://www.springframework.org/schema/integration/aws/spring-integration-aws.xsd
under
http://www.springframework.org/schema/integration/
Any help?
Upvotes: 1
Views: 129
Reputation: 121272
You shouldn't care about that these days. The normal IDEs are able to resolve XSD against classpath, reading the content of the jars you provide for your project.
That schema is located here: https://github.com/spring-projects/spring-integration-aws/tree/master/src/main/resources/org/springframework/integration/aws/config
Upvotes: 2