Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. dependencies {
  2. compile("org.springframework.boot:spring-boot-starter-data-jpa")
  3. compile("org.springframework.boot:spring-boot-starter-web")
  4. compile("org.postgresql:postgresql:9.4-1202-jdbc42")
  5. compile("org.flywaydb:flyway-core")
  6. testCompile("org.springframework.boot:spring-boot-starter-test")
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement