Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add product branch tooling changes (platform bom/generator/etc) #425

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
770 changes: 400 additions & 370 deletions tooling/camel-spring-boot-bom/pom.xml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions tooling/camel-spring-boot-dependencies-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
<!-- These artifacts should not be included in the final (generated) BOM -->

<!-- Different versions from the ones provided by spring-boot -->
<exclude>io.micrometer:*</exclude>
<exclude>org.apache.commons:commons-lang3</exclude>

<exclude>net.bytebuddy:byte-buddy-agent</exclude>
<exclude>net.bytebuddy:byte-buddy</exclude>
<exclude>org.xmlunit:xmlunit-assertj3</exclude>
<exclude>de.flapdoodle*:*</exclude>
<exclude>org.apache.activemq:*</exclude>
<exclude>org.apache.commons:commons-pool2</exclude>
Expand Down
Loading