We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c580d01 commit fc5553fCopy full SHA for fc5553f
1 file changed
pom.xml
@@ -15,6 +15,7 @@
15
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
16
<sonar.organization>spdx</sonar.organization>
17
<sonar.projectKey>spdx-rdf-store</sonar.projectKey>
18
+ <dependency-check-maven.version>7.2.1</dependency-check-maven.version>
19
</properties>
20
21
<licenses>
@@ -150,6 +151,11 @@
150
151
</testResource>
152
</testResources>
153
<plugins>
154
+ <plugin>
155
+ <groupId>org.owasp</groupId>
156
+ <artifactId>dependency-check-maven</artifactId>
157
+ <version>${dependency-check-maven.version}</version>
158
+ </plugin>
159
<plugin>
160
<groupId>org.apache.maven.plugins</groupId>
161
<artifactId>maven-compiler-plugin</artifactId>
0 commit comments