Browse Source

Add social-* starters to dependency bom

pull/1016/head
Dave Syer 12 years ago
parent
commit
5557061ba1
  1. 15
      spring-boot-dependencies/pom.xml

15
spring-boot-dependencies/pom.xml

@ -257,6 +257,21 @@ @@ -257,6 +257,21 @@
<artifactId>spring-boot-starter-security</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-social-facebook</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-social-linkedin</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-social-twitter</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>

Loading…
Cancel
Save