Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Excavator: Upgrade buildscript dependencies
  • Loading branch information
svc-excavator-bot committed Sep 26, 2018
commit 5712344e4462ebe76435680d5ad0d4bad395d4b8
2 changes: 1 addition & 1 deletion tracing-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies {
testCompile "org.mockito:mockito-core"
testCompile "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml"

processor "org.immutables:value"
annotationProcessor "org.immutables:value"
}
2 changes: 1 addition & 1 deletion tracing-jaxrs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ dependencies {
testCompile "org.jmock:jmock"
testCompile "org.mockito:mockito-core"

processor "org.immutables:value"
annotationProcessor "org.immutables:value"
}
2 changes: 1 addition & 1 deletion tracing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ dependencies {
testCompile "org.mockito:mockito-core"
testCompile "io.zipkin.java:zipkin"

processor "org.immutables:value"
annotationProcessor "org.immutables:value"
}