Skip to content

Conversation

@snazy
Copy link
Member

@snazy snazy commented May 10, 2022

Move dependency definitions into the root project, let the root project become
a "platform" (think: bom) and pull that into the child projects.

GH dependabot only needs to scan the root project, not every child project.

@snazy snazy force-pushed the centralize-dependency-management branch 2 times, most recently from 6596c92 to 5929085 Compare May 10, 2022 12:26
@codecov
Copy link

codecov bot commented May 10, 2022

Codecov Report

Merging #173 (751f41f) into main (728675b) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #173   +/-   ##
=========================================
  Coverage     80.37%   80.37%           
  Complexity     1835     1835           
=========================================
  Files           100      100           
  Lines          7899     7899           
  Branches       1143     1143           
=========================================
  Hits           6349     6349           
  Misses         1033     1033           
  Partials        517      517           
Flag Coverage Δ
java 80.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 728675b...751f41f. Read the comment docs.

@snazy snazy requested a review from nastra May 10, 2022 17:42
@snazy snazy force-pushed the centralize-dependency-management branch 2 times, most recently from 71111e8 to 0d2f1ed Compare May 16, 2022 13:07
nastra
nastra previously approved these changes May 18, 2022
Move dependency definitions into the root project, let the root project become
a "platform" (think: bom) and pull that into the child projects.

GH dependabot only needs to scan the root project, not every child project.
@snazy snazy force-pushed the centralize-dependency-management branch from 0d2f1ed to 751f41f Compare May 18, 2022 17:02
@snazy snazy merged commit 59aaa9c into projectnessie:main May 18, 2022
@snazy snazy deleted the centralize-dependency-management branch May 18, 2022 17:18
snazy added a commit to snazy/cel-java that referenced this pull request May 23, 2022
Before projectnessie#173 the published `cel-parent` pom contained no Maven
`<dependencyManagement>`. With projectnessie#173, it appeared, which lets
CEL-Java's *build* dependencies leak into other projects.
Especially the dependency to antlr can cause issues downstream.

Similar for the published Gradle `module.json`s - here the
`cel-parent` must become a `compileOnly` dependency, so it
does not "leak" downstream.
snazy added a commit to snazy/cel-java that referenced this pull request May 23, 2022
Before projectnessie#173 the published `cel-parent` pom contained no Maven
`<dependencyManagement>`. With projectnessie#173, it appeared, which lets
CEL-Java's *build* dependencies leak into other projects.
Especially the dependency to antlr can cause issues downstream.

Similar for the published Gradle `module.json`s - here the
`cel-parent` must become a `compileOnly` dependency, so it
does not "leak" downstream.
snazy added a commit to snazy/cel-java that referenced this pull request May 23, 2022
Before projectnessie#173 the published `cel-parent` pom contained no Maven
`<dependencyManagement>`. With projectnessie#173, it appeared, which lets
CEL-Java's *build* dependencies leak into other projects.
Especially the dependency to antlr can cause issues downstream.

Similar for the published Gradle `module.json`s - here the
`cel-parent` must become a `compileOnly` dependency, so it
does not "leak" downstream.
snazy added a commit that referenced this pull request May 23, 2022
Before #173 the published `cel-parent` pom contained no Maven
`<dependencyManagement>`. With #173, it appeared, which lets
CEL-Java's *build* dependencies leak into other projects.
Especially the dependency to antlr can cause issues downstream.

Similar for the published Gradle `module.json`s - here the
`cel-parent` must become a `compileOnly` dependency, so it
does not "leak" downstream.
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