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

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 16c4495bfc8 Refactor : remove the dependency-check-maven since there 
is no uploaded nvd key (#32313)
16c4495bfc8 is described below

commit 16c4495bfc80364f87dea35f94598bbf49afdf75
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Jul 29 10:25:45 2024 +0800

    Refactor : remove the dependency-check-maven since there is no uploaded nvd 
key (#32313)
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index a579fc175a7..75fe2e0e34a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,7 +219,6 @@
         <maven-jxr-plugin.version>3.3.0</maven-jxr-plugin.version>
         <jdepend-maven-plugin.version>2.0</jdepend-maven-plugin.version>
         <taglist-maven-plugin.version>2.4</taglist-maven-plugin.version>
-        <dependency-check-maven.version>10.0.3</dependency-check-maven.version>
     </properties>
     
     <dependencyManagement>
@@ -1192,11 +1191,6 @@
                         <aggregate>true</aggregate>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.owasp</groupId>
-                    <artifactId>dependency-check-maven</artifactId>
-                    <version>${dependency-check-maven.version}</version>
-                </plugin>
             </plugins>
         </pluginManagement>
         
@@ -1297,10 +1291,6 @@
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>taglist-maven-plugin</artifactId>
             </plugin>
-            <plugin>
-                <groupId>org.owasp</groupId>
-                <artifactId>dependency-check-maven</artifactId>
-            </plugin>
         </plugins>
     </reporting>
     

Reply via email to