-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set protobuf version, add kafka client for testing
- Loading branch information
zhilingc
committed
Oct 22, 2019
1 parent
c839b9f
commit e1e7815
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This should not be set/repeated in subproject POMs for use with
<dependencyManagement>
since #262—the goal of that is to avoid versions drifting between modules which is probably not a good idea in the long run, especially for dependencies so integral to the whole dep tree.kafka-clients
also has version set in the top-levelpom.xml
, although it might not have been used anymore since yesterday removal of its direct use in production code was merged. So you could leave out the<version>
for that here too and just leave the<scope>
specification.I think that maven-enforcer-plugin can check that we avoid re-declaring dependencies, to make this intent clear and understood. I'll check about sending a PR to enable that.