suztomo commented on pull request #13073:
URL: https://github.com/apache/beam/pull/13073#issuecomment-723201549
@iemejia
> Can you spot which dependency is overwriting the version ?
BeamModulePlugin.groovy `force`s the library version listed in the file.
```
def log4j_version = "2.13.3"
...
log4j_core :
"org.apache.logging.log4j:log4j-core:$log4j_version",
...
config.resolutionStrategy {
...
def librariesWithVersion = project.library.java.values().findAll
{ it.split(':').size() > 2 }
force librariesWithVersion
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]