File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
sdk/parents/azure-sdk-parent Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ org.jacoco:org.jacoco.agent;0.8.12
209209org.mockito:mockito-core;4.11.0
210210org.mockito:mockito-inline;4.11.0
211211org.moditect:moditect-maven-plugin;1.0.0.RC1
212+ org.owasp:dependency-check-maven;11.1.1
212213org.ow2.asm:asm;9.7
213214org.revapi:revapi;0.14.4
214215org.revapi:revapi-java;0.26.1
Original file line number Diff line number Diff line change 283283 <artifactId >maven-install-plugin</artifactId >
284284 <version >3.1.3</version > <!-- {x-version-update;org.apache.maven.plugins:maven-install-plugin;external_dependency} -->
285285 </plugin >
286+
287+ <plugin >
288+ <groupId >org.owasp</groupId >
289+ <artifactId >dependency-check-maven</artifactId >
290+ <version >11.1.1</version > <!-- {x-version-update;org.owasp:dependency-check-maven;external_dependency} -->
291+ <configuration >
292+ <skipProvidedScope >true</skipProvidedScope >
293+ </configuration >
294+ <executions >
295+ <execution >
296+ <goals >
297+ <goal >check</goal >
298+ </goals >
299+ </execution >
300+ </executions >
301+ </plugin >
286302 </plugins >
287303 </pluginManagement >
288304 </build >
You can’t perform that action at this time.
0 commit comments