Skip to content

Commit

Permalink
chore(google): Remove extraneous dependency. (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Duftler committed Mar 28, 2018
1 parent 6784319 commit 8b84428
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion kayenta-gcs/kayenta-gcs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies {
compile "org.projectlombok:lombok:1.16.18"

// spinnaker.group('google')
compile "com.google.apis:google-api-services-compute:alpha-rev44-1.22.0"
compile "com.google.http-client:google-http-client-jackson2:1.20.0"
compile "com.google.apis:google-api-services-storage:v1-rev86-1.22.0"
}
1 change: 0 additions & 1 deletion kayenta-google/kayenta-google.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies {
compile "org.projectlombok:lombok:1.16.18"

// spinnaker.group('google')
compile "com.google.apis:google-api-services-compute:alpha-rev44-1.22.0"
compile "com.google.http-client:google-http-client-jackson2:1.20.0"
compile "com.google.apis:google-api-services-storage:v1-rev86-1.22.0"

Expand Down
1 change: 0 additions & 1 deletion kayenta-stackdriver/kayenta-stackdriver.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies {
compile "com.netflix.spinnaker.orca:orca-core:$orcaVersion"

// spinnaker.group('google')
compile "com.google.apis:google-api-services-compute:alpha-rev44-1.22.0"
compile "com.google.http-client:google-http-client-jackson2:1.20.0"
compile "com.google.apis:google-api-services-storage:v1-rev86-1.22.0"

Expand Down

0 comments on commit 8b84428

Please sign in to comment.