Skip to content

Commit

Permalink
Demonstrate micrometer breaking Spring Data JPA REST
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Nov 16, 2017
1 parent f4f0a61 commit 0eabe74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ dependencies {
compile("org.springframework.boot:spring-boot-starter-data-rest")
compile("org.springframework.boot:spring-boot-starter-data-jpa")
compile("com.h2database:h2")

compile("io.micrometer:micrometer-registry-influx:1.0.0-rc.3")
compile("io.micrometer:micrometer-spring-legacy:1.0.0-rc.3")

testCompile("org.springframework.boot:spring-boot-starter-test")
}

0 comments on commit 0eabe74

Please sign in to comment.