Skip to content

Use consistent versions for Commons Collections 4 and Google Protocol Buffers#67

Closed
labkey-jeckels wants to merge 1 commit into
developfrom
fb_protocolBuf_collections_versions
Closed

Use consistent versions for Commons Collections 4 and Google Protocol Buffers#67
labkey-jeckels wants to merge 1 commit into
developfrom
fb_protocolBuf_collections_versions

Conversation

@labkey-jeckels
Copy link
Copy Markdown

//excludes based on: https://github.com/glencoesoftware/omero-ms-core/blob/master/build.gradle
dependencies {
external "com.google.protobuf:protobuf-java:${googleProtocolBufVersion}"
external("org.apache.commons:commons-collections4:${commonsCollections4Version}")
Copy link
Copy Markdown

@labkey-susanh labkey-susanh Oct 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the better way to do this, since these two jars are not actually used in the compilation (and we've got a slew of other jar files not accounted for in the jars.txt for this module), is to force the versions for these jars up in the root-level build.gradle.

@labkey-jeckels labkey-jeckels deleted the fb_protocolBuf_collections_versions branch October 20, 2020 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants