| = Spring XML Component |
| :doctitle: Spring XML |
| :shortname: spring-xml |
| :artifactid: camel-spring-xml |
| :description: Camel Spring with XML DSL |
| :since: 3.9 |
| :supportlevel: Stable |
| :tabs-sync-option: |
| |
| *Since Camel {since}* |
| |
| The Spring XML component provides the XML DSL when using Spring XML (eg `<beans>`) |
| |
| Maven users will need to add the following dependency to |
| their `pom.xml` for this component: |
| |
| [source,xml] |
| ---- |
| <dependency> |
| <groupId>org.apache.camel</groupId> |
| <artifactId>camel-spring-xml</artifactId> |
| <version>x.x.x</version> |
| <!-- use the same version as your Camel core version --> |
| </dependency> |
| ---- |