Guest User

web

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