Skip to content

Commit fc5553f

Browse files
committed
Add dependency check plugin
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
1 parent c580d01 commit fc5553f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
1616
<sonar.organization>spdx</sonar.organization>
1717
<sonar.projectKey>spdx-rdf-store</sonar.projectKey>
18+
<dependency-check-maven.version>7.2.1</dependency-check-maven.version>
1819
</properties>
1920

2021
<licenses>
@@ -150,6 +151,11 @@
150151
</testResource>
151152
</testResources>
152153
<plugins>
154+
<plugin>
155+
<groupId>org.owasp</groupId>
156+
<artifactId>dependency-check-maven</artifactId>
157+
<version>${dependency-check-maven.version}</version>
158+
</plugin>
153159
<plugin>
154160
<groupId>org.apache.maven.plugins</groupId>
155161
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)