File tree Expand file tree Collapse file tree 29 files changed +16
-384
lines changed
bigtable-client-core-parent/bigtable-hbase-integration-tests-common
bigtable-hbase-1.x-parent
bigtable-hbase-1.x-hadoop
bigtable-hbase-1.x-integration-tests
bigtable-hbase-1.x-mapreduce
bigtable-hbase-1.x-shaded
bigtable-hbase-2.x-parent
bigtable-hbase-2.x-hadoop
bigtable-hbase-2.x-integration-tests
bigtable-hbase-2.x-shaded
bigtable-internal-test-helper
bigtable-hbase-replication
bigtable-hbase-1.x-replication
bigtable-hbase-2.x-replication
bigtable-hbase-replication-core
bigtable-hbase-mirroring-client-1.x-parent
bigtable-hbase-mirroring-client-1.x-hadoop
bigtable-hbase-mirroring-client-1.x-integration-tests
bigtable-hbase-mirroring-client-1.x-shaded
bigtable-hbase-mirroring-client-1.x
bigtable-hbase-mirroring-client-2.x-parent
bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
bigtable-hbase-mirroring-client-2.x-hadoop
bigtable-hbase-mirroring-client-2.x-integration-tests
bigtable-hbase-mirroring-client-2.x-shaded
bigtable-hbase-mirroring-client-2.x
bigtable-hbase-mirroring-client-core-parent/protobuf-java-format-shaded Expand file tree Collapse file tree 29 files changed +16
-384
lines changed Original file line number Diff line number Diff line change @@ -194,13 +194,6 @@ limitations under the License.
194
194
<skip >true</skip >
195
195
</configuration >
196
196
</plugin >
197
- <plugin >
198
- <groupId >org.codehaus.mojo</groupId >
199
- <artifactId >clirr-maven-plugin</artifactId >
200
- <configuration >
201
- <skip >true</skip >
202
- </configuration >
203
- </plugin >
204
197
<!-- End Skip publishing -->
205
198
</plugins >
206
199
</pluginManagement >
Original file line number Diff line number Diff line change @@ -498,23 +498,6 @@ limitations under the License.
498
498
</execution >
499
499
</executions >
500
500
</plugin >
501
- <plugin >
502
- <groupId >org.apache.maven.plugins</groupId >
503
- <artifactId >maven-dependency-plugin</artifactId >
504
- <configuration >
505
- <ignoredUnusedDeclaredDependencies >
506
- <ignoredUnusedDeclaredDependency >com.google.cloud.bigdataoss:gcs-connector:*:*</ignoredUnusedDeclaredDependency >
507
- <!-- seems to be a bug in the dependency analyzer, removing this dep reports the reverse problem
508
- See: https://issues.apache.org/jira/browse/MDEP-679 -->
509
- <ignoredUnusedDeclaredDependency > commons-logging:commons-logging:*:*</ignoredUnusedDeclaredDependency >
510
- </ignoredUnusedDeclaredDependencies >
511
- <ignoredUsedUndeclaredDependencies >
512
- <!-- seems to be a bug in the dependency analyzer, adding this dep reports the reverse problem
513
- See: https://issues.apache.org/jira/browse/MDEP-679 -->
514
- <ignoredUsedUndeclaredDependency >org.springframework:spring-jcl:*:*</ignoredUsedUndeclaredDependency >
515
- </ignoredUsedUndeclaredDependencies >
516
- </configuration >
517
- </plugin >
518
501
</plugins >
519
502
</build >
520
503
Original file line number Diff line number Diff line change @@ -341,16 +341,6 @@ limitations under the License.
341
341
</execution >
342
342
</executions >
343
343
</plugin >
344
- <plugin >
345
- <groupId >org.apache.maven.plugins</groupId >
346
- <artifactId >maven-dependency-plugin</artifactId >
347
- <configuration >
348
- <ignoredNonTestScopedDependencies >
349
- <!-- required per verify-mirror-deps-->
350
- <ignoredNonTestScopedDependency >com.google.code.findbugs:jsr305:*</ignoredNonTestScopedDependency >
351
- </ignoredNonTestScopedDependencies >
352
- </configuration >
353
- </plugin >
354
344
</plugins >
355
345
</build >
356
346
</project >
Original file line number Diff line number Diff line change @@ -285,25 +285,6 @@ limitations under the License.
285
285
</execution >
286
286
</executions >
287
287
</plugin >
288
-
289
- <!-- skip for shaded jar-->
290
- <plugin >
291
- <groupId >org.apache.maven.plugins</groupId >
292
- <artifactId >maven-dependency-plugin</artifactId >
293
- <configuration >
294
- <ignoredDependencies >
295
- <dependency >*</dependency >
296
- </ignoredDependencies >
297
- </configuration >
298
- </plugin >
299
- <!-- skip for shaded jar-->
300
- <plugin >
301
- <groupId >org.codehaus.mojo</groupId >
302
- <artifactId >clirr-maven-plugin</artifactId >
303
- <configuration >
304
- <skip >true</skip >
305
- </configuration >
306
- </plugin >
307
288
</plugins >
308
289
</build >
309
290
</project >
Original file line number Diff line number Diff line change @@ -411,13 +411,6 @@ limitations under the License.
411
411
<skip >true</skip >
412
412
</configuration >
413
413
</plugin >
414
- <plugin >
415
- <groupId >org.codehaus.mojo</groupId >
416
- <artifactId >clirr-maven-plugin</artifactId >
417
- <configuration >
418
- <skip >true</skip >
419
- </configuration >
420
- </plugin >
421
414
<!-- End Skip publishing -->
422
415
</plugins >
423
416
</pluginManagement >
Original file line number Diff line number Diff line change @@ -132,21 +132,6 @@ limitations under the License.
132
132
133
133
<build >
134
134
<plugins >
135
- <!-- This is basically a replacement for the mapreduce jobs in hbase-server,
136
- but with the implementation replaced by bigtable-hbase-1.x-hadoop. This means
137
- that all of our dependencies are dictated by hbase-server. hbase-server
138
- has a fairly complex dependency tree with a lot of exclusions. Trying to
139
- replicate it here to declare exact deps our job uses creates an undue burden.-->
140
- <plugin >
141
- <groupId >org.apache.maven.plugins</groupId >
142
- <artifactId >maven-dependency-plugin</artifactId >
143
- <configuration >
144
- <ignoredDependencies >
145
- <dependency >*</dependency >
146
- </ignoredDependencies >
147
- </configuration >
148
- </plugin >
149
-
150
135
<plugin >
151
136
<!-- skip UpperBound enforcement for hadoop jars -->
152
137
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -474,25 +474,6 @@ limitations under the License.
474
474
</execution >
475
475
</executions >
476
476
</plugin >
477
-
478
- <!-- skip for shaded jar-->
479
- <plugin >
480
- <groupId >org.apache.maven.plugins</groupId >
481
- <artifactId >maven-dependency-plugin</artifactId >
482
- <configuration >
483
- <ignoredDependencies >
484
- <dependency >*</dependency >
485
- </ignoredDependencies >
486
- </configuration >
487
- </plugin >
488
- <!-- skip for shaded jar-->
489
- <plugin >
490
- <groupId >org.codehaus.mojo</groupId >
491
- <artifactId >clirr-maven-plugin</artifactId >
492
- <configuration >
493
- <skip >true</skip >
494
- </configuration >
495
- </plugin >
496
477
</plugins >
497
478
</build >
498
479
</project >
Original file line number Diff line number Diff line change @@ -210,26 +210,4 @@ limitations under the License.
210
210
</dependency >
211
211
</dependencies >
212
212
213
- <build >
214
- <plugins >
215
- <plugin >
216
- <groupId >org.apache.maven.plugins</groupId >
217
- <artifactId >maven-dependency-plugin</artifactId >
218
- <version >3.5.0</version >
219
- <configuration >
220
- <ignoredNonTestScopedDependencies >
221
- <!-- Temporarily disable dependency plugin until we figure out why it thinks compile deps like google-cloud-bigtable are unused
222
- For example:
223
- [WARNING] Non-test scoped test only dependencies found:
224
- [WARNING] com.google.cloud:google-cloud-bigtable:jar:2.16.0:compile
225
- ...
226
-
227
- Same problem exists in bigtable-hbase-2.x
228
- -->
229
- <ignoredNonTestScopedDependency >*</ignoredNonTestScopedDependency >
230
- </ignoredNonTestScopedDependencies >
231
- </configuration >
232
- </plugin >
233
- </plugins >
234
- </build >
235
213
</project >
Original file line number Diff line number Diff line change @@ -284,25 +284,6 @@ limitations under the License.
284
284
</execution >
285
285
</executions >
286
286
</plugin >
287
-
288
- <!-- skip for shaded jar-->
289
- <plugin >
290
- <groupId >org.apache.maven.plugins</groupId >
291
- <artifactId >maven-dependency-plugin</artifactId >
292
- <configuration >
293
- <ignoredDependencies >
294
- <dependency >*</dependency >
295
- </ignoredDependencies >
296
- </configuration >
297
- </plugin >
298
- <!-- skip for shaded jar-->
299
- <plugin >
300
- <groupId >org.codehaus.mojo</groupId >
301
- <artifactId >clirr-maven-plugin</artifactId >
302
- <configuration >
303
- <skip >true</skip >
304
- </configuration >
305
- </plugin >
306
287
</plugins >
307
288
</build >
308
289
</project >
Original file line number Diff line number Diff line change @@ -378,13 +378,6 @@ limitations under the License.
378
378
<skip >true</skip >
379
379
</configuration >
380
380
</plugin >
381
- <plugin >
382
- <groupId >org.codehaus.mojo</groupId >
383
- <artifactId >clirr-maven-plugin</artifactId >
384
- <configuration >
385
- <skip >true</skip >
386
- </configuration >
387
- </plugin >
388
381
<!-- End Skip publishing -->
389
382
</plugins >
390
383
</pluginManagement >
You can’t perform that action at this time.
0 commit comments