This is an automated email from the ASF dual-hosted git repository.
zhaojinchao 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 d006ea9b2a0 Add : add dependency-check-maven report plugin (#30723)
d006ea9b2a0 is described below
commit d006ea9b2a02078fbfd4f913e135c7aada541c9d
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Apr 1 12:46:24 2024 +0800
Add : add dependency-check-maven report plugin (#30723)
---
pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7d68ccf24a5..82d06d1cda3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,6 +187,7 @@
<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>9.0.10</dependency-check-maven.version>
</properties>
<dependencyManagement>
@@ -803,6 +804,11 @@
<aggregate>true</aggregate>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.owasp</groupId>
+ <artifactId>dependency-check-maven</artifactId>
+ <version>${dependency-check-maven.version}</version>
+ </plugin>
</plugins>
</pluginManagement>
@@ -900,6 +906,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.owasp</groupId>
+ <artifactId>dependency-check-maven</artifactId>
+ </plugin>
</plugins>
</reporting>