Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vicenteg committed May 17, 2020
1 parent 0262777 commit d07f29d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BigQueryWorkloadTester/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ targetCompatibility = 1.8

repositories {
maven { url "https://repository.apache.org/content/repositories/snapshots/" }
maven { url "http://repo.maven.apache.org/maven2" }
maven { url "https://repo.maven.apache.org/maven2" }
}

dependencies {
compile group: 'com.google.api', name: 'gax-grpc', version: '1.37.0'
compile group: 'com.google.auto.value', name: 'auto-value', version: '1.6.3'
compile group: 'com.google.auto.value', name: 'auto-value-annotations', version: '1.6.3'
annotationProcessor group: 'com.google.auto.value', name: 'auto-value', version: '1.6.3'
compile group: 'com.google.cloud', name: 'google-cloud-bigquery', version:'1.56.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
compile group: 'com.google.guava', name: 'guava', version:'20.0'
Expand Down

0 comments on commit d07f29d

Please sign in to comment.