Skip to content

Commit

Permalink
Add lombok and sundrio dependencies to the generated bom
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Oct 20, 2023
1 parent c549d39 commit 4a64196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Fix #5501: [crd-generator] Fix fallback value of `Default` annotation in presence of multiple accessors

#### Improvements
* Fix #5535: Add lombok and sundrio dependencies to the generated bom

#### Dependency Upgrade

Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,8 @@
<name>Fabric8 :: Kubernetes :: Bom with Dependencies</name>
<dependencies>
<includes>
<include>io.sundr*:*</include>
<include>org.projectlombok:lombok*</include>
<include>com.squareup*:*</include>
<include>com.fasterxml.jackson*:*</include>
<include>io.fabric8:kubernetes-model-core*</include>
Expand Down

0 comments on commit 4a64196

Please sign in to comment.