Skip to content

Commit 2953f77

Browse files
committed
Remove CycloneDX override
1 parent e8b809e commit 2953f77

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -540,26 +540,6 @@
540540

541541
<plugins>
542542

543-
<!-- `cyclonedx-maven-plugin` doesn't exclude not installed/deployed modules: https://github.com/CycloneDX/cyclonedx-maven-plugin/issues/409
544-
This `generate-sbom` execution override configures such exclusions. -->
545-
<plugin>
546-
<groupId>org.cyclonedx</groupId>
547-
<artifactId>cyclonedx-maven-plugin</artifactId>
548-
<executions>
549-
<execution>
550-
<id>generate-sbom</id>
551-
<configuration combine.self="append">
552-
<excludeArtifactId>log4j-core-its</excludeArtifactId>
553-
<excludeArtifactId>log4j-jndi-test</excludeArtifactId>
554-
<excludeArtifactId>log4j-layout-template-json-test</excludeArtifactId>
555-
<excludeArtifactId>log4j-osgi-test</excludeArtifactId>
556-
<excludeArtifactId>log4j-perf-test</excludeArtifactId>
557-
<excludeArtifactId>log4j-plugins-test</excludeArtifactId>
558-
</configuration>
559-
</execution>
560-
</executions>
561-
</plugin>
562-
563543
<!-- Enable BOM flattening -->
564544
<plugin>
565545
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)