Commit 80bb4b08 by 张乐 Committed by GitHub

Merge pull request #405 from nobodyiam/fix-apollo-biz-test

add build tool dependency
parents 61647dc2 75ff6b00
...@@ -25,6 +25,11 @@ ...@@ -25,6 +25,11 @@
</dependency> </dependency>
<!-- end of eureka --> <!-- end of eureka -->
<dependency> <dependency>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apollo-buildtools</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<scope>test</scope> <scope>test</scope>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment