Skip to content

Commit 5b6c506

Browse files
Giuseppe Falco-ScampatelliElvenSpellmaker
authored andcommitted
updated owasp version
Signed-off-by: Jack Blower <[email protected]>
1 parent 47fce2e commit 5b6c506

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

java/pom.xml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
<pact.api.protocol>http</pact.api.protocol>
4545
<pact.api.host>localhost</pact.api.host>
4646
<pact.api.port>9000</pact.api.port>
47+
48+
<maven-owasp-dependency-check-plugin.version>9.0.0</maven-owasp-dependency-check-plugin.version>
4749
</properties>
4850

4951
<dependencyManagement>
@@ -257,6 +259,18 @@
257259
</execution>
258260
</executions>
259261
</plugin>
262+
<plugin>
263+
<groupId>org.owasp</groupId>
264+
<artifactId>dependency-check-maven</artifactId>
265+
<version>${maven-owasp-dependency-check-plugin.version}</version>
266+
<executions>
267+
<execution>
268+
<goals>
269+
<goal>check</goal>
270+
</goals>
271+
</execution>
272+
</executions>
273+
</plugin>
260274
<plugin>
261275
<groupId>org.jacoco</groupId>
262276
<artifactId>jacoco-maven-plugin</artifactId>
@@ -312,7 +326,6 @@
312326
<systemPropertyVariables>
313327
<pact.verifier.publishResults>true</pact.verifier.publishResults>
314328
</systemPropertyVariables>
315-
316329
<serviceProviders>
317330
<serviceProvider>
318331
<name>${pact.api.name}</name>
@@ -321,16 +334,7 @@
321334
<port>${pact.api.port}</port>
322335
</serviceProvider>
323336
</serviceProviders>
324-
325337
</configuration>
326-
<!-- <executions>-->
327-
<!-- <execution>-->
328-
<!-- <phase>integration-test</phase>-->
329-
<!-- <goals>-->
330-
<!-- <goal>verify</goal>-->
331-
<!-- </goals>-->
332-
<!-- </execution>-->
333-
<!-- </executions>-->
334338
</plugin>
335339
<plugin>
336340
<groupId>com.coveo</groupId>

0 commit comments

Comments
 (0)