|
@ -106,9 +106,15 @@
|
|
|
|
|
|
<!-- spring start -->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
<artifactId>hibernate-core</artifactId>
|
|
|
<version>4.3.5.Final</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
<version>4.3.10.RELEASE</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
@ -127,28 +133,6 @@
|
|
|
<artifactId>spring-jms</artifactId>
|
|
|
</dependency>
|
|
|
<!-- spring end -->
|
|
|
<!--activemq start-->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
<artifactId>activemq-client</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
<artifactId>activemq-spring</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
<artifactId>activemq-broker</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
<artifactId>activemq-jaas</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
<artifactId>activemq-camel</artifactId>
|
|
|
</dependency>
|
|
|
<!--activemq end-->
|
|
|
<!--Swagger start -->
|
|
|
<dependency>
|
|
|
<groupId>io.springfox</groupId>
|