Split commons into s-c-commons and s-c-context

This commit is contained in:
Dave Syer
2015-03-19 11:50:18 +00:00
parent 67f415af01
commit 8bc48745e1

View File

@@ -23,6 +23,11 @@
<artifactId>spring-cloud-commons</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-context</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-rsa</artifactId>