Commit b4a8ac5d by hulei

Camel相关调整至automatic

parent 568601f2
...@@ -19,9 +19,18 @@ ...@@ -19,9 +19,18 @@
<artifactId>redisson-spring-boot-starter</artifactId> <artifactId>redisson-spring-boot-starter</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.brilliance.isc</groupId> <groupId>com.brilliance.isc</groupId>
<artifactId>isc-common-core</artifactId> <artifactId>isc-common-core</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.brilliance.isc</groupId>
<artifactId>isc-common-service</artifactId>
</dependency>
</dependencies> </dependencies>
......
...@@ -39,10 +39,10 @@ ...@@ -39,10 +39,10 @@
<groupId>com.github.pagehelper</groupId> <groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId> <artifactId>pagehelper-spring-boot-starter</artifactId>
</dependency> </dependency>
<dependency> <!-- <dependency>-->
<groupId>org.apache.camel.springboot</groupId> <!-- <groupId>org.apache.camel.springboot</groupId>-->
<artifactId>camel-spring-boot-starter</artifactId> <!-- <artifactId>camel-spring-boot-starter</artifactId>-->
</dependency> <!-- </dependency>-->
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>com.brilliance</groupId>--> <!-- <groupId>com.brilliance</groupId>-->
<!-- <artifactId>es-validator-for-java</artifactId>--> <!-- <artifactId>es-validator-for-java</artifactId>-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment