...
|
...
|
@@ -234,6 +234,22 @@ |
|
|
<artifactId>spring-rabbit</artifactId>
|
|
|
<version>1.5.1.RELEASE</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.amqp</groupId>
|
|
|
<artifactId>spring-amqp</artifactId>
|
|
|
<version>1.5.1.RELEASE</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-messaging</artifactId>
|
|
|
<version>${spring.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.integration</groupId>
|
|
|
<artifactId>spring-integration-core</artifactId>
|
|
|
<version>${spring.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- mybatis核心包 -->
|
|
|
<dependency>
|
|
|
<groupId>org.mybatis</groupId>
|
...
|
...
|
|