File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 44
44
<pact .api.protocol>http</pact .api.protocol>
45
45
<pact .api.host>localhost</pact .api.host>
46
46
<pact .api.port>9000</pact .api.port>
47
+
48
+ <maven-owasp-dependency-check-plugin .version>9.0.0</maven-owasp-dependency-check-plugin .version>
47
49
</properties >
48
50
49
51
<dependencyManagement >
257
259
</execution >
258
260
</executions >
259
261
</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 >
260
274
<plugin >
261
275
<groupId >org.jacoco</groupId >
262
276
<artifactId >jacoco-maven-plugin</artifactId >
312
326
<systemPropertyVariables >
313
327
<pact .verifier.publishResults>true</pact .verifier.publishResults>
314
328
</systemPropertyVariables >
315
-
316
329
<serviceProviders >
317
330
<serviceProvider >
318
331
<name >${pact.api.name} </name >
321
334
<port >${pact.api.port} </port >
322
335
</serviceProvider >
323
336
</serviceProviders >
324
-
325
337
</configuration >
326
- <!-- <executions>-->
327
- <!-- <execution>-->
328
- <!-- <phase>integration-test</phase>-->
329
- <!-- <goals>-->
330
- <!-- <goal>verify</goal>-->
331
- <!-- </goals>-->
332
- <!-- </execution>-->
333
- <!-- </executions>-->
334
338
</plugin >
335
339
<plugin >
336
340
<groupId >com.coveo</groupId >
You can’t perform that action at this time.
0 commit comments