Skip to content

Commit

Permalink
updated owasp version
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Blower <[email protected]>
  • Loading branch information
Giuseppe Falco-Scampatelli authored and ElvenSpellmaker committed Mar 4, 2024
1 parent 47fce2e commit 5b6c506
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
<pact.api.protocol>http</pact.api.protocol>
<pact.api.host>localhost</pact.api.host>
<pact.api.port>9000</pact.api.port>

<maven-owasp-dependency-check-plugin.version>9.0.0</maven-owasp-dependency-check-plugin.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -257,6 +259,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>${maven-owasp-dependency-check-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down Expand Up @@ -312,7 +326,6 @@
<systemPropertyVariables>
<pact.verifier.publishResults>true</pact.verifier.publishResults>
</systemPropertyVariables>

<serviceProviders>
<serviceProvider>
<name>${pact.api.name}</name>
Expand All @@ -321,16 +334,7 @@
<port>${pact.api.port}</port>
</serviceProvider>
</serviceProviders>

</configuration>
<!-- <executions>-->
<!-- <execution>-->
<!-- <phase>integration-test</phase>-->
<!-- <goals>-->
<!-- <goal>verify</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
</plugin>
<plugin>
<groupId>com.coveo</groupId>
Expand Down

0 comments on commit 5b6c506

Please sign in to comment.