diff --git a/pom.xml b/pom.xml index bc4b15656265f54352c84f93c6d5e8169f24380b..380ef70e77f66da827b59f8fa501f6a01b125984 100644 --- a/pom.xml +++ b/pom.xml @@ -56,8 +56,6 @@ <testcontainer.version>1.19.1</testcontainer.version> <assertj-core.version>3.24.2</assertj-core.version> - - <dependency-check-maven.version>8.4.2</dependency-check-maven.version> </properties> <dependencies> @@ -89,36 +87,6 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>${dependency-check-maven.version}</version> - <inherited>false</inherited> - <configuration> - <skip>false</skip> - <cveValidForHours>48</cveValidForHours> - <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled> - <failOnError>false</failOnError> - <formats> - <format>HTML</format> - <format>XML</format> - </formats> - <suppressionFile>dependency-check-maven-suppression.xml</suppressionFile> - </configuration> - <executions> - <execution> - <goals> - <goal>aggregate</goal> - </goals> - </execution> - </executions> - </plugin> - - </plugins> - </build> - <distributionManagement> <repository> <id>release</id>