File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
118118 <spotbugs-maven-plugin .version>4.2.0</spotbugs-maven-plugin .version>
119119 <jsonschema2pojo-maven-plugin .version>1.1.1</jsonschema2pojo-maven-plugin .version>
120120 <maven-compiler-plugin .version>3.10.1</maven-compiler-plugin .version>
121- <cyclonedx .version>2.7.3</cyclonedx .version>
122121
123122 <shell-executable >bash</shell-executable >
124123
@@ -500,19 +499,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
500499 <artifactId >maven-compiler-plugin</artifactId >
501500 <version >${maven-compiler-plugin.version} </version >
502501 </plugin >
503- <plugin >
504- <groupId >org.cyclonedx</groupId >
505- <artifactId >cyclonedx-maven-plugin</artifactId >
506- <version >${cyclonedx.version} </version >
507- <executions >
508- <execution >
509- <phase >package</phase >
510- <goals >
511- <goal >makeBom</goal >
512- </goals >
513- </execution >
514- </executions >
515- </plugin >
516502 </plugins >
517503 </pluginManagement >
518504
@@ -621,10 +607,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
621607 <groupId >com.github.spotbugs</groupId >
622608 <artifactId >spotbugs-maven-plugin</artifactId >
623609 </plugin >
624- <plugin >
625- <groupId >org.cyclonedx</groupId >
626- <artifactId >cyclonedx-maven-plugin</artifactId >
627- </plugin >
628610 </plugins >
629611 </build >
630612
You can’t perform that action at this time.
0 commit comments