File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 6868 <spring-cloud-bus .version>4.0.2-SNAPSHOT</spring-cloud-bus .version>
6969 <spring-cloud-contract .version>4.0.3-SNAPSHOT</spring-cloud-contract .version>
7070
71- <!-- Maven Plugin Versions -->
72- <maven-compiler-plugin .version>3.5</maven-compiler-plugin .version>
73- <maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
74- <maven-failsafe-plugin .version>2.22.2</maven-failsafe-plugin .version>
75- <maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
76- <groovy .version>2.4.12</groovy .version>
77- <restassured .version>3.0.2</restassured .version>
78-
7971 <maven-checkstyle-plugin .failsOnError>true</maven-checkstyle-plugin .failsOnError>
8072 <maven-checkstyle-plugin .failsOnViolation>true
8173 </maven-checkstyle-plugin .failsOnViolation>
180172 <plugin >
181173 <groupId >org.apache.maven.plugins</groupId >
182174 <artifactId >maven-compiler-plugin</artifactId >
183- <version >${maven-compiler-plugin.version} </version >
184175 <inherited >true</inherited >
185176 <configuration >
186177 <source >17</source >
191182 <plugin >
192183 <groupId >org.apache.maven.plugins</groupId >
193184 <artifactId >maven-surefire-plugin</artifactId >
194- <version >${maven-surefire-plugin.version} </version >
195185 <inherited >true</inherited >
196186 <configuration >
197187 <parallel >all</parallel >
You can’t perform that action at this time.
0 commit comments