@@ -64,16 +64,7 @@
<github .global.server>github</github .global.server>
<site .installationModule>google-cloud-bigquery-parent</site .installationModule>
<google .core.version>1.93.4</google .core.version>
<google .api-common.version>1.9.0</google .api-common.version>
<google .common-protos.version>1.18.0</google .common-protos.version>
<gax .version>1.56.0</gax .version>
<grpc .version>1.29.0</grpc .version>
<protobuf .version>3.11.4</protobuf .version>
<junit .version>4.13</junit .version>
<guava .version>29.0-android</guava .version>
<threeten .version>1.4.4</threeten .version>
<javax .annotations.version>1.3.2</javax .annotations.version>
<animal-sniffer .version>1.18</animal-sniffer .version>
<google-api-services-bigquery .version>v2-rev20200415-1.30.9
</google-api-services-bigquery .version>
<auto-value .version>1.7.1</auto-value .version>
@@ -84,101 +75,25 @@
<dependencyManagement >
<dependencies >
<dependency >
<groupId >com.google.code.findbugs</groupId >
<artifactId >jsr305</artifactId >
<version >3.0.2</version >
</dependency >
<dependency >
<groupId >com.google.http-client</groupId >
<artifactId >google-http-client-jackson2</artifactId >
<version >1.35.0</version >
</dependency >
<dependency >
<groupId >com.google.http-client</groupId >
<artifactId >google-http-client</artifactId >
<version >1.35.0</version >
</dependency >
<dependency >
<groupId >com.google.auth</groupId >
<artifactId >google-auth-library-oauth2-http</artifactId >
<version >0.20.0</version >
<groupId >com.google.cloud</groupId >
<artifactId >google-cloud-shared-dependencies</artifactId >
<version >0.3.0</version >
<type >pom</type >
<scope >import</scope >
</dependency >
<dependency >
<groupId >org.checkerframework</groupId >
<artifactId >checker-compat-qual</artifactId >
<version >2.5.5</version >
</dependency >
<dependency >
<groupId >com.google.auto.value</groupId >
<artifactId >auto-value-annotations</artifactId >
<version >${auto-value-annotations.version} </version >
</dependency >
<dependency >
<groupId >com.google.cloud</groupId >
<artifactId >google-cloud-bigquery</artifactId >
<version >1.112.0</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
</dependency >
<dependency >
<groupId >io.grpc</groupId >
<artifactId >grpc-bom</artifactId >
<version >${grpc.version} </version >
<type >pom</type >
<scope >import</scope >
</dependency >
<dependency >
<groupId >com.google.api</groupId >
<artifactId >gax-bom</artifactId >
<version >${gax.version} </version >
<type >pom</type >
<scope >import</scope >
</dependency >
<dependency >
<groupId >com.google.guava</groupId >
<artifactId >guava-bom</artifactId >
<version >${guava.version} </version >
<type >pom</type >
<scope >import</scope >
</dependency >
<dependency >
<groupId >com.google.protobuf</groupId >
<artifactId >protobuf-java</artifactId >
<version >${protobuf.version} </version >
</dependency >
<dependency >
<groupId >com.google.api</groupId >
<artifactId >api-common</artifactId >
<version >${google.api-common.version} </version >
</dependency >
<dependency >
<groupId >com.google.api.grpc</groupId >
<artifactId >proto-google-common-protos</artifactId >
<version >${google.common-protos.version} </version >
</dependency >
<dependency >
<groupId >org.threeten</groupId >
<artifactId >threetenbp</artifactId >
<version >${threeten.version} </version >
</dependency >
<dependency >
<groupId >org.codehaus.mojo</groupId >
<artifactId >animal-sniffer-annotations</artifactId >
<version >${animal-sniffer.version} </version >
</dependency >
<dependency >
<groupId >junit</groupId >
<artifactId >junit</artifactId >
<version >${junit.version} </version >
<scope >test</scope >
</dependency >
<dependency >
<groupId >com.google.truth</groupId >
<artifactId >truth</artifactId >
<version >1.0.1</version >
<scope >test</scope >
</dependency >
<dependency >
<groupId >org.easymock</groupId >
<artifactId >easymock</artifactId >
@@ -203,14 +118,6 @@
<artifactId >google-api-services-bigquery</artifactId >
<version >${google-api-services-bigquery.version} </version >
</dependency >
<dependency >
<groupId >com.google.api</groupId >
<artifactId >gax-grpc</artifactId >
<version >${gax.version} </version >
<classifier >testlib</classifier >
<scope >test</scope >
</dependency >
</dependencies >
</dependencyManagement >