瀏覽代碼

代码合并

lingfeng 8 年之前
父節點
當前提交
0a6c793eef
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 4 1
      hos-broker/pom.xml
  2. 1 0
      hos-broker/src/test/java/com/yihu/hos/HosBrokerApplicationTests.java

+ 4 - 1
hos-broker/pom.xml

@ -55,7 +55,10 @@
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-web</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-data-mongodb</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.camel</groupId>
			<artifactId>camel-spring-boot</artifactId>

+ 1 - 0
hos-broker/src/test/java/com/yihu/hos/HosBrokerApplicationTests.java

@ -3,6 +3,7 @@ package com.yihu.hos;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.test.context.web.WebAppConfiguration;