Authored by chunhua

add

Showing 1 changed file with 16 additions and 0 deletions
@@ -234,6 +234,22 @@ @@ -234,6 +234,22 @@
234 <artifactId>spring-rabbit</artifactId> 234 <artifactId>spring-rabbit</artifactId>
235 <version>1.5.1.RELEASE</version> 235 <version>1.5.1.RELEASE</version>
236 </dependency> 236 </dependency>
  237 + <dependency>
  238 + <groupId>org.springframework.amqp</groupId>
  239 + <artifactId>spring-amqp</artifactId>
  240 + <version>1.5.1.RELEASE</version>
  241 + </dependency>
  242 + <dependency>
  243 + <groupId>org.springframework</groupId>
  244 + <artifactId>spring-messaging</artifactId>
  245 + <version>${spring.version}</version>
  246 + </dependency>
  247 + <dependency>
  248 + <groupId>org.springframework.integration</groupId>
  249 + <artifactId>spring-integration-core</artifactId>
  250 + <version>${spring.version}</version>
  251 + </dependency>
  252 +
237 <!-- mybatis核心包 --> 253 <!-- mybatis核心包 -->
238 <dependency> 254 <dependency>
239 <groupId>org.mybatis</groupId> 255 <groupId>org.mybatis</groupId>