Skip to content

Instantly share code, notes, and snippets.

@forketyfork
Created February 27, 2020 06:43
Show Gist options
  • Save forketyfork/ccfbf0f6f296a6690ae3af36fbc178b9 to your computer and use it in GitHub Desktop.
Save forketyfork/ccfbf0f6f296a6690ae3af36fbc178b9 to your computer and use it in GitHub Desktop.
XA with Spring Boot: Camel dependencies
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-boot-dependencies</artifactId>
<version>2.24.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment