Guest User

web

a guest
Apr 29th, 2018
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.84 KB | None | 0 0
  1. dependencies {
  2.     /*******************************
  3.      * Compile Dependencies
  4.      *******************************/
  5.  
  6.     compile(project(":core"))
  7.  
  8.     compile("org.springframework.boot:spring-boot-starter-actuator")
  9.     compile("org.springframework.boot:spring-boot-starter-web")
  10.     compile("org.springframework.boot:spring-boot-starter-thymeleaf")
  11.     compile("org.springframework.boot:spring-boot-starter-data-rest")
  12.     compile("org.flywaydb:flyway-core")
  13.     compile "org.thymeleaf.extras:thymeleaf-extras-springsecurity4:3.0.2.RELEASE"
  14.     compile "org.webjars:bootstrap:3.3.7-1"
  15.     compile "org.webjars:jquery:3.2.1"
  16.     compile "org.webjars:angularjs:1.6.4"
  17.     compile "org.webjars:jquery-validation:1.17.0"
  18.  
  19.     /*******************************
  20.      * Test Dependencies
  21.      *******************************/
  22.  
  23.     testCompile("org.springframework.security:spring-security-test")
  24. }
Add Comment
Please, Sign In to add comment