File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 399
399
</exclusions >
400
400
</dependency >
401
401
402
+ <dependency >
403
+ <groupId >com.teketik</groupId >
404
+ <artifactId >spring-test-context-cache-limiter</artifactId >
405
+ <version >${spring-test-context-cache-limiter.version} </version >
406
+ <scope >test</scope >
407
+ </dependency >
408
+
402
409
<dependency >
403
410
<groupId >io.qala.datagen</groupId >
404
411
<artifactId >qala-datagen</artifactId >
683
690
<!-- LATER: remove overriding once version from Spring Boot will match the used one -->
684
691
<spring-framework .version>5.1.20.RELEASE</spring-framework .version>
685
692
693
+ <spring-test-context-cache-limiter .version>boot2-v1.2</spring-test-context-cache-limiter .version>
694
+
686
695
<!--
687
696
Define default value for spring-boot-starter-parent:
688
697
https://github.com/spring-projects/spring-boot/blob/v2.1.18.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml
1009
1018
<configuration >
1010
1019
<skipTests >${skipUnitTests} </skipTests >
1011
1020
<disableXmlReport >${disableXmlReport} </disableXmlReport >
1021
+ <systemPropertyVariables >
1022
+ <!--
1023
+ Specify the maximum number of contexts that should be created during unit tests
1024
+ See for details: https://github.com/antoinemeyer/spring-test-context-cache-limiter
1025
+ -->
1026
+ <spring .test.context.limitSize>1</spring .test.context.limitSize>
1027
+ </systemPropertyVariables >
1012
1028
</configuration >
1013
1029
</plugin >
1014
1030
You can’t perform that action at this time.
0 commit comments