JAVA-18750 Split or move spring-apache-camel module (#13710)

This commit is contained in:
anuragkumawat
2023-03-26 22:09:10 +05:30
committed by GitHub
parent 750c00416f
commit 07ef7b2186
16 changed files with 69 additions and 13 deletions
@@ -47,17 +47,6 @@
<artifactId>camel-spring-javaconfig</artifactId>
<version>${env.camel.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jackson</artifactId>
<version>${env.camel.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test</artifactId>
<version>${env.camel.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-servlet-starter</artifactId>