Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.05 KB | None | 0 0
  1. dependencies {
  2.     compile "org.springframework.boot:spring-boot-starter-web:*"
  3.     compile "org.springframework.social:spring-social-facebook:*"
  4.     testCompile "org.springframework.boot:spring-boot-starter-test:*"
  5.     compile "org.springframework.boot:spring-boot-devtools:*"
  6.     compile "org.springframework.boot:spring-boot-starter-security:*"
  7.     compile "org.springframework.security:spring-security-messaging:*"
  8.     compile "org.springframework.boot:spring-boot-starter-websocket:*"
  9.     compile "org.springframework.boot:spring-boot-starter-actuator:*"
  10.     compile "org.springframework.session:spring-session:*"
  11.     compile "org.springframework.boot:spring-boot-configuration-processor:*"
  12.     compile "org.springframework.security.oauth:spring-security-oauth2:*"
  13.     compile "org.springframework.boot:spring-boot-starter-data-mongodb:*"
  14.     compile "org.webjars:webjars-locator:*"
  15.     compile "org.webjars:sockjs-client:1.0.2"
  16.     compile "org.webjars:stomp-websocket:2.3.3"
  17.     compile "org.mongodb:mongo-java-driver:3.5.0"
  18.     compile "commons-codec:commons-codec:1.9"
  19.     compile "junit:junit:4.12"
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement