Add dependency management for RSA jar

This commit is contained in:
Dave Syer
2016-04-20 14:41:45 +01:00
parent c940192867
commit f4cb1b9874

View File

@@ -18,6 +18,11 @@
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-rsa</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>