File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 203
203
<groupId >com.google.cloud</groupId >
204
204
<artifactId >google-cloud-conformance-tests</artifactId >
205
205
<scope >test</scope >
206
+ <exclusions >
207
+ <!--
208
+ * The protos for bigtable are already included in the classpath
209
+ as the declared dependency above. Exclude it here.
210
+ * Exclude the firestore protos to prevent creating a dependency
211
+ diamond with any transitive dependencies.
212
+ * Exclude protobuf-java to prefer the version declared here
213
+ in the project.
214
+ -->
215
+ <exclusion >
216
+ <groupId >*</groupId >
217
+ <artifactId >*</artifactId >
218
+ </exclusion >
219
+ </exclusions >
206
220
</dependency >
207
221
<dependency >
208
222
<groupId >com.google.truth</groupId >
Original file line number Diff line number Diff line change 163
163
<groupId >com.google.cloud</groupId >
164
164
<artifactId >google-cloud-conformance-tests</artifactId >
165
165
<version >0.1.0</version >
166
- <exclusions >
167
- <!--
168
- * The protos for bigtable are already included in the classpath
169
- as the declared dependency above. Exclude it here.
170
- * Exclude the firestore protos to prevent creating a dependency
171
- diamond with any transitive dependencies.
172
- * Exclude protobuf-java to prefer the version declared here
173
- in the project.
174
- -->
175
- <exclusion >
176
- <groupId >*</groupId >
177
- <artifactId >*</artifactId >
178
- </exclusion >
179
- </exclusions >
180
166
</dependency >
181
167
<dependency >
182
168
<groupId >com.google.truth</groupId >
You can’t perform that action at this time.
0 commit comments