File tree Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Expand file tree Collapse file tree 1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >org.springframework</groupId >
2121 <artifactId >spring-webmvc</artifactId >
22- <version >6.2.4 </version >
22+ <version >7.0.0-M6 </version >
2323 </dependency >
2424 <dependency >
2525 <groupId >org.springframework</groupId >
2626 <artifactId >spring-test</artifactId >
27- <version >6.2.4 </version >
27+ <version >7.0.0-M6 </version >
2828 <scope >test</scope >
2929 </dependency >
3030 <dependency >
5454 <build >
5555 <finalName >backend-java-spring-starter</finalName >
5656 <plugins >
57- <!-- <plugin>
58- <groupId>org.apache.maven.plugins</groupId>
59- <artifactId>maven-compiler-plugin</artifactId>
60- <version>3.13.0</version>
61- </plugin>
62- <plugin>
63- <groupId>org.apache.maven.plugins</groupId>
64- <artifactId>maven-war-plugin</artifactId>
65- <version>3.4.0</version>
66- </plugin>
67- --> <plugin >
57+ <plugin >
6858 <groupId >org.jacoco</groupId >
6959 <artifactId >jacoco-maven-plugin</artifactId >
7060 <version >0.8.10</version >
8373 </execution >
8474 </executions >
8575 </plugin >
86- <!-- <plugin>
87- <groupId>org.apache.maven.plugins</groupId>
88- <artifactId>maven-surefire-plugin</artifactId>
89- <version>3.0.0-M7</version>
90- </plugin>
91- --> </plugins >
76+ </plugins >
9277 </build >
9378
9479</project >
You can’t perform that action at this time.
0 commit comments