This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new e94a923e578 Avoid duplicates when generating SBOM e94a923e578 is described below commit e94a923e5789c6d46ecbe8a4c3d0ca64f9cf73c6 Author: Croway <federico.mariani.1...@gmail.com> AuthorDate: Wed May 10 18:30:05 2023 +0200 Avoid duplicates when generating SBOM --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index ab391b34076..527a76d6906 100644 --- a/pom.xml +++ b/pom.xml @@ -739,6 +739,7 @@ <configuration> <outputName>camel-sbom</outputName> <outputDirectory>${project.basedir}/camel-sbom/</outputDirectory> + <excludeArtifactId>camel-allcomponents</excludeArtifactId> </configuration> <executions> <execution>