This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch coheigea/owasp in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 19c0781e805226b02f28c3189bf19a93706b6e66 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Mon Oct 23 11:19:56 2023 +0100 Removing owasp maven plugin as we rely on dependabot now --- pom.xml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/pom.xml b/pom.xml index af237639c1..80b0c2eb2c 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,6 @@ <cxf.jdk.version>11</cxf.jdk.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <site.deploy.url>scp://people.apache.org/www/cxf.apache.org/maven-site</site.deploy.url> - <maven-owasp-plugin-version>8.4.0</maven-owasp-plugin-version> </properties> <distributionManagement> <repository> @@ -406,17 +405,6 @@ </plugins> </build> </profile> - <profile> - <id>dependencycheck</id> - <build> - <plugins> - <plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - </plugin> - </plugins> - </build> - </profile> </profiles> <build> <defaultGoal>install</defaultGoal> @@ -666,23 +654,6 @@ </rules> </configuration> </plugin> - <plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>${maven-owasp-plugin-version}</version> - <configuration> - <skipSystemScope>true</skipSystemScope> - </configuration> - <executions> - <execution> - <phase>validate</phase> - <goals> - <!--<goal>check</goal>--> - <goal>aggregate</goal> - </goals> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> @@ -756,11 +727,6 @@ </reportSet> </reportSets> </plugin> - <plugin> - <groupId>org.owasp</groupId> - <artifactId>dependency-check-maven</artifactId> - <version>${maven-owasp-plugin-version}</version> - </plugin> </plugins> </reporting> </project>
