|
@@ -116,7 +116,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
|
|
<dependency-check-maven.version>1.4.3</dependency-check-maven.version>
|
|
<dependency-check-maven.version>1.4.3</dependency-check-maven.version>
|
|
<spotbugs.version>4.2.2</spotbugs.version>
|
|
<spotbugs.version>4.2.2</spotbugs.version>
|
|
<spotbugs-maven-plugin.version>4.2.0</spotbugs-maven-plugin.version>
|
|
<spotbugs-maven-plugin.version>4.2.0</spotbugs-maven-plugin.version>
|
|
- <cyclonedx.version>2.7.3</cyclonedx.version>
|
|
|
|
|
|
|
|
<shell-executable>bash</shell-executable>
|
|
<shell-executable>bash</shell-executable>
|
|
|
|
|
|
@@ -380,19 +379,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
</plugin>
|
|
</plugin>
|
|
- <plugin>
|
|
|
|
- <groupId>org.cyclonedx</groupId>
|
|
|
|
- <artifactId>cyclonedx-maven-plugin</artifactId>
|
|
|
|
- <version>${cyclonedx.version}</version>
|
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <phase>package</phase>
|
|
|
|
- <goals>
|
|
|
|
- <goal>makeBom</goal>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- </plugin>
|
|
|
|
</plugins>
|
|
</plugins>
|
|
</pluginManagement>
|
|
</pluginManagement>
|
|
|
|
|
|
@@ -500,10 +486,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<groupId>com.github.spotbugs</groupId>
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
</plugin>
|
|
</plugin>
|
|
- <plugin>
|
|
|
|
- <groupId>org.cyclonedx</groupId>
|
|
|
|
- <artifactId>cyclonedx-maven-plugin</artifactId>
|
|
|
|
- </plugin>
|
|
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|
|
|
|
|