Vishal Zanzrukia
Vishal Zanzrukia

Reputation: 4973

Can't find spring integration aws schema location online

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

Answers (1)

Artem Bilan
Artem Bilan

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

Related Questions