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 19
19
<dependency >
20
20
<groupId >org.springframework</groupId >
21
21
<artifactId >spring-webmvc</artifactId >
22
- <version >6.2.4 </version >
22
+ <version >7.0.0-M6 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >org.springframework</groupId >
26
26
<artifactId >spring-test</artifactId >
27
- <version >6.2.4 </version >
27
+ <version >7.0.0-M6 </version >
28
28
<scope >test</scope >
29
29
</dependency >
30
30
<dependency >
54
54
<build >
55
55
<finalName >backend-java-spring-starter</finalName >
56
56
<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 >
68
58
<groupId >org.jacoco</groupId >
69
59
<artifactId >jacoco-maven-plugin</artifactId >
70
60
<version >0.8.10</version >
83
73
</execution >
84
74
</executions >
85
75
</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 >
92
77
</build >
93
78
94
79
</project >
You can’t perform that action at this time.
0 commit comments