We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8844d commit bb5127eCopy full SHA for bb5127e
1 file changed
spring-boot-example/pom.xml
@@ -46,7 +46,6 @@
46
<jmh-core.version>1.37</jmh-core.version>
47
<pitest.version>1.18.0</pitest.version>
48
<pact.version>4.6.17</pact.version>
49
- <disablePactVerification>true</disablePactVerification>
50
</properties>
51
52
<dependencyManagement>
@@ -382,6 +381,9 @@
382
381
<dependencies>
383
</dependencies>
384
<configuration>
+ <systemPropertyVariables>
385
+ <disablePactVerification>true</disablePactVerification>
386
+ </systemPropertyVariables>
387
<includes>
388
<include>**/*Spec.java</include>
389
<include>**/*Test.java</include>
0 commit comments