File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change 74
74
<dependency >
75
75
<groupId >com.google.cloud</groupId >
76
76
<artifactId >google-cloud-shared-dependencies</artifactId >
77
- <version >0.4 .0</version >
77
+ <version >0.5 .0</version >
78
78
<type >pom</type >
79
79
<scope >import</scope >
80
80
</dependency >
91
91
<version >1.116.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-bigquery:current} -->
92
92
</dependency >
93
93
94
+ <dependency >
95
+ <groupId >com.google.apis</groupId >
96
+ <artifactId >google-api-services-bigquery</artifactId >
97
+ <version >${google-api-services-bigquery.version} </version >
98
+ </dependency >
99
+
100
+ <!-- Test dependencies -->
101
+ <dependency >
102
+ <groupId >junit</groupId >
103
+ <artifactId >junit</artifactId >
104
+ <version >4.13</version >
105
+ <scope >test</scope >
106
+ </dependency >
107
+ <dependency >
108
+ <groupId >com.google.truth</groupId >
109
+ <artifactId >truth</artifactId >
110
+ <version >1.0.1</version >
111
+ <scope >test</scope >
112
+ </dependency >
94
113
<dependency >
95
114
<groupId >org.mockito</groupId >
96
115
<artifactId >mockito-core</artifactId >
103
122
<version >1.108.0</version >
104
123
<scope >test</scope >
105
124
</dependency >
106
- <dependency >
107
- <groupId >com.google.apis</groupId >
108
- <artifactId >google-api-services-bigquery</artifactId >
109
- <version >${google-api-services-bigquery.version} </version >
110
- </dependency >
111
125
</dependencies >
112
126
</dependencyManagement >
113
127
You can’t perform that action at this time.
0 commit comments