|
|
@ -4,7 +4,7 @@
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.example</groupId>
|
|
|
|
<groupId>com.example</groupId>
|
|
|
|
<artifactId>camel-springboot-activemq6-example</artifactId>
|
|
|
|
<artifactId>camel-springboot-activemq6-example</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
<version>2.1.2</version>
|
|
|
|
<name>camel-springboot-activemq6-example</name>
|
|
|
|
<name>camel-springboot-activemq6-example</name>
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@ -15,7 +15,7 @@
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
|
<camel.version>4.8.3</camel.version>
|
|
|
|
<camel.version>4.8.4</camel.version>
|
|
|
|
<springboot.version>${project.parent.version}</springboot.version>
|
|
|
|
<springboot.version>${project.parent.version}</springboot.version>
|
|
|
|
<mybatis.version>3.5.19</mybatis.version>
|
|
|
|
<mybatis.version>3.5.19</mybatis.version>
|
|
|
|
<mybatis-spring.version>3.0.4</mybatis-spring.version>
|
|
|
|
<mybatis-spring.version>3.0.4</mybatis-spring.version>
|
|
|
|