File tree 9 files changed +0
-74
lines changed
spring-web-modules/spring-boot-jsp
9 files changed +0
-74
lines changed Original file line number Diff line number Diff line change 42
42
<plugin >
43
43
<artifactId >maven-surefire-plugin</artifactId >
44
44
<version >${maven-surefire-plugin.version} </version >
45
- <dependencies >
46
- <dependency >
47
- <groupId >org.junit.platform</groupId >
48
- <artifactId >junit-platform-surefire-provider</artifactId >
49
- <version >${junit-platform-surefire-provider.version} </version >
50
- </dependency >
51
- </dependencies >
52
45
<configuration >
53
46
<properties >
54
47
<excludeTags >math</excludeTags >
Original file line number Diff line number Diff line change 58
58
<!-- this is necessary as we're not using the Boot parent -->
59
59
</configuration >
60
60
</plugin >
61
- <plugin >
62
- <groupId >org.apache.maven.plugins</groupId >
63
- <artifactId >maven-surefire-plugin</artifactId >
64
- <version >${maven-surefire-plugin.version} </version >
65
- </plugin >
66
61
</plugins >
67
62
</pluginManagement >
68
63
</build >
97
92
<aspectjweaver .version>1.9.1</aspectjweaver .version>
98
93
<!-- this property can be removed once we update Mockito version in the main pom.xml -->
99
94
<mockito .version>3.4.0</mockito .version>
100
- <maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
101
95
</properties >
102
96
103
97
</project >
Original file line number Diff line number Diff line change 40
40
</dependency >
41
41
</dependencies >
42
42
43
- <build >
44
- <pluginManagement >
45
- <plugins >
46
- <plugin >
47
- <groupId >org.apache.maven.plugins</groupId >
48
- <artifactId >maven-surefire-plugin</artifactId >
49
- <version >${maven-surefire-plugin.version} </version >
50
- </plugin >
51
- </plugins >
52
- </pluginManagement >
53
- </build >
54
-
55
43
<properties >
56
44
<guava .version>31.0.1-jre</guava .version>
57
45
<modelmapper .version>2.3.7</modelmapper .version>
58
46
<hamcrest .version>2.2</hamcrest .version>
59
- <maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
60
47
</properties >
61
48
62
49
</project >
Original file line number Diff line number Diff line change 24
24
</dependencies >
25
25
26
26
<build >
27
- <pluginManagement >
28
- <plugins >
29
- <plugin >
30
- <groupId >org.apache.maven.plugins</groupId >
31
- <artifactId >maven-surefire-plugin</artifactId >
32
- <version >${maven-surefire-plugin.version} </version >
33
- </plugin >
34
- </plugins >
35
- </pluginManagement >
36
27
<plugins >
37
28
<plugin >
38
29
<groupId >org.codehaus.cargo</groupId >
57
48
<properties >
58
49
<spring .version>4.3.27.RELEASE</spring .version>
59
50
<cargo-maven2-plugin .version>1.6.1</cargo-maven2-plugin .version>
60
- <maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
61
51
</properties >
62
52
63
53
</project >
Original file line number Diff line number Diff line change 23
23
</dependency >
24
24
</dependencies >
25
25
26
- <build >
27
- <pluginManagement >
28
- <plugins >
29
- <plugin >
30
- <groupId >org.apache.maven.plugins</groupId >
31
- <artifactId >maven-surefire-plugin</artifactId >
32
- <version >${maven-surefire-plugin.version} </version >
33
- </plugin >
34
- </plugins >
35
- </pluginManagement >
36
- </build >
37
-
38
26
<properties >
39
27
<spring .version>5.3.9</spring .version>
40
28
<spring-security .version>5.2.3.RELEASE</spring-security .version>
41
29
<spring-boot-starter-test .version>1.5.10.RELEASE</spring-boot-starter-test .version>
42
- <maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
43
30
</properties >
44
31
45
32
</project >
Original file line number Diff line number Diff line change 99
99
<hibernate .version>5.2.17.Final</hibernate .version>
100
100
101
101
<postgresql .version>42.2.20</postgresql .version>
102
-
103
- <!-- testing -->
104
- <maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
105
102
</properties >
106
103
107
104
</project >
Original file line number Diff line number Diff line change 113
113
</excludes >
114
114
</configuration >
115
115
<dependencies >
116
- <dependency >
117
- <groupId >org.junit.platform</groupId >
118
- <artifactId >junit-platform-surefire-provider</artifactId >
119
- <version >${junit-platform-surefire-provider.version} </version >
120
- </dependency >
121
116
<dependency >
122
117
<groupId >org.junit.jupiter</groupId >
123
118
<artifactId >junit-jupiter-engine</artifactId >
Original file line number Diff line number Diff line change 92
92
<properties >
93
93
<jstl .version>1.2</jstl .version>
94
94
<spring-boot .version>2.4.4</spring-boot .version>
95
- <maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
96
95
</properties >
97
96
98
97
</project >
Original file line number Diff line number Diff line change 50
50
<module >zerocode</module >
51
51
</modules >
52
52
53
- <build >
54
- <pluginManagement >
55
- <plugins >
56
- <plugin >
57
- <groupId >org.apache.maven.plugins</groupId >
58
- <artifactId >maven-surefire-plugin</artifactId >
59
- <version >${maven-surefire-plugin.version} </version >
60
- </plugin >
61
- </plugins >
62
- </pluginManagement >
63
- </build >
64
-
65
- <properties >
66
- <maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
67
- </properties >
68
-
69
53
</project >
You can’t perform that action at this time.
0 commit comments