You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2023/02/28 06:43:06 UTC

[santuario-xml-security-java] branch coheigea/remove-dependency-check created (now f537d5a9)

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch coheigea/remove-dependency-check
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


      at f537d5a9 Remove owasp dependency check, as we use dependabot now for updates

This branch includes the following new commits:

     new f537d5a9 Remove owasp dependency check, as we use dependabot now for updates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[santuario-xml-security-java] 01/01: Remove owasp dependency check, as we use dependabot now for updates

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch coheigea/remove-dependency-check
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git

commit f537d5a9f98cf5dd84de7353834c03fcf7e89a8f
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 28 06:42:37 2023 +0000

    Remove owasp dependency check, as we use dependabot now for updates
---
 pom.xml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3fdcc3ae..71a2999e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -349,19 +349,6 @@
                         <minSeverity>${minSeverity}</minSeverity>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.owasp</groupId>
-                    <artifactId>dependency-check-maven</artifactId>
-                    <version>${maven-owasp-plugin-version}</version>
-                    <executions>
-                        <execution>
-                            <phase>validate</phase>
-                            <goals>
-                                <goal>check</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-enforcer-plugin</artifactId>
@@ -540,7 +527,6 @@
         <targetJdk>1.8</targetJdk>
         <maven.compiler.target>1.8</maven.compiler.target>
         <clirr.version>2.8</clirr.version>
-        <maven-owasp-plugin-version>8.1.0</maven-owasp-plugin-version>
         <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
         <minSeverity>info</minSeverity>
         <project.build.outputTimestamp>2022-09-12T09:20:48Z</project.build.outputTimestamp>
@@ -681,11 +667,6 @@
                     <minSeverity>${minSeverity}</minSeverity>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.owasp</groupId>
-                <artifactId>dependency-check-maven</artifactId>
-                <version>${maven-owasp-plugin-version}</version>
-            </plugin>
         </plugins>
     </reporting>
 </project>