add s-c-context dependency

This commit is contained in:
Spencer Gibb
2015-12-18 09:07:57 -07:00
parent 148e80b6bb
commit a54283859d
2 changed files with 9 additions and 0 deletions

View File

@@ -28,6 +28,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul-core</artifactId>