Skip to content

Commit 3ab5759

Browse files
author
ZhangJian He
authored
Correct Configuration Error in OWASP Dependency Check Plugin Setup (#4406)
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
1 parent 5f73147 commit 3ab5759

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

pom.xml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
191191
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
192192
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
193-
<dependency-check-maven.version>9.1.0</dependency-check-maven.version>
193+
<dependency-check-maven.version>9.2.0</dependency-check-maven.version>
194194
<nar-maven-plugin.version>3.10.1</nar-maven-plugin.version>
195195
<os-maven-plugin.version>1.4.1.Final</os-maven-plugin.version>
196196
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
@@ -1091,6 +1091,7 @@
10911091
<groupId>org.owasp</groupId>
10921092
<artifactId>dependency-check-maven</artifactId>
10931093
<version>${dependency-check-maven.version}</version>
1094+
<inherited>false</inherited>
10941095
<configuration>
10951096
<suppressionFiles>
10961097
<suppressionFile>src/owasp-dependency-check-suppressions.xml</suppressionFile>
@@ -1120,22 +1121,6 @@
11201121
</plugin>
11211122
</plugins>
11221123
</build>
1123-
<reporting>
1124-
<plugins>
1125-
<plugin>
1126-
<groupId>org.owasp</groupId>
1127-
<artifactId>dependency-check-maven</artifactId>
1128-
<version>${dependency-check-maven.version}</version>
1129-
<reportSets>
1130-
<reportSet>
1131-
<reports>
1132-
<report>aggregate</report>
1133-
</reports>
1134-
</reportSet>
1135-
</reportSets>
1136-
</plugin>
1137-
</plugins>
1138-
</reporting>
11391124
</profile>
11401125
<profile>
11411126
<id>delombok</id>

0 commit comments

Comments
 (0)