File tree Expand file tree Collapse file tree 10 files changed +9
-42
lines changed Expand file tree Collapse file tree 10 files changed +9
-42
lines changed Original file line number Diff line number Diff line change 36
36
<plugin >
37
37
<groupId >org.apache.maven.plugins</groupId >
38
38
<artifactId >maven-surefire-plugin</artifactId >
39
- <version >3.0.0</version >
40
39
<configuration >
41
40
<forkCount >0</forkCount >
42
41
</configuration >
Original file line number Diff line number Diff line change 86
86
87
87
<build >
88
88
<plugins >
89
- <plugin >
90
- <groupId >org.apache.maven.plugins</groupId >
91
- <artifactId >maven-failsafe-plugin</artifactId >
92
- <version >3.2.5</version >
93
- </plugin >
94
- <plugin >
95
- <groupId >org.apache.maven.plugins</groupId >
96
- <artifactId >maven-surefire-plugin</artifactId >
97
- <version >3.2.5</version >
98
- <configuration >
99
- <argLine >-XX:+EnableDynamicAgentLoading -Dnet.bytebuddy.experimental=true</argLine >
100
- </configuration >
101
- </plugin >
102
89
<plugin >
103
90
<groupId >org.apache.maven.plugins</groupId >
104
91
<artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 10
10
<artifactId >avaje-http-client-generator</artifactId >
11
11
12
12
<properties >
13
- <java .version >11</java .version >
13
+ <maven .compiler.release >11</maven .compiler.release >
14
14
</properties >
15
+
15
16
<dependencies >
16
17
<dependency >
17
18
<groupId >io.avaje</groupId >
48
49
<plugin >
49
50
<groupId >org.apache.maven.plugins</groupId >
50
51
<artifactId >maven-surefire-plugin</artifactId >
51
- <version >${maven-surefire-plugin.version} </version >
52
52
<configuration >
53
53
<useModulePath >false</useModulePath >
54
54
</configuration >
Original file line number Diff line number Diff line change 37
37
<plugin >
38
38
<groupId >org.apache.maven.plugins</groupId >
39
39
<artifactId >maven-surefire-plugin</artifactId >
40
- <version >3.0.0</version >
41
40
<configuration >
42
41
<forkCount >0</forkCount >
43
42
</configuration >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.avaje</groupId >
6
6
<artifactId >java11-oss</artifactId >
7
- <version >4.0 </version >
7
+ <version >4.1 </version >
8
8
</parent >
9
9
10
10
<groupId >io.avaje</groupId >
26
26
</properties >
27
27
28
28
<dependencies >
29
- <dependency >
30
- <groupId >net.bytebuddy</groupId >
31
- <artifactId >byte-buddy</artifactId >
32
- <version >1.14.13</version >
33
- <scope >test</scope >
34
- </dependency >
35
- <dependency >
36
- <groupId >net.bytebuddy</groupId >
37
- <artifactId >byte-buddy-agent</artifactId >
38
- <version >1.14.13</version >
39
- <scope >test</scope >
40
- </dependency >
41
29
<dependency >
42
30
<groupId >io.avaje</groupId >
43
31
<artifactId >junit</artifactId >
44
- <version >1.4 </version >
32
+ <version >1.5 </version >
45
33
<scope >test</scope >
46
34
</dependency >
47
35
</dependencies >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >io.avaje</groupId >
46
46
<artifactId >junit</artifactId >
47
- <version >1.4 </version >
47
+ <version >1.5 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
Original file line number Diff line number Diff line change 94
94
<dependency >
95
95
<groupId >io.avaje</groupId >
96
96
<artifactId >junit</artifactId >
97
- <version >1.4 </version >
97
+ <version >1.5 </version >
98
98
<scope >test</scope >
99
99
</dependency >
100
100
Original file line number Diff line number Diff line change 87
87
<dependency >
88
88
<groupId >io.avaje</groupId >
89
89
<artifactId >junit</artifactId >
90
- <version >1.4 </version >
90
+ <version >1.5 </version >
91
91
<scope >test</scope >
92
92
</dependency >
93
93
Original file line number Diff line number Diff line change 87
87
<dependency >
88
88
<groupId >io.avaje</groupId >
89
89
<artifactId >junit</artifactId >
90
- <version >1.4 </version >
90
+ <version >1.5 </version >
91
91
<scope >test</scope >
92
92
</dependency >
93
93
Original file line number Diff line number Diff line change 17
17
<surefire .useModulePath>false</surefire .useModulePath>
18
18
</properties >
19
19
20
-
21
20
<dependencies >
22
21
<dependency >
23
22
<groupId >io.avaje</groupId >
58
57
<dependency >
59
58
<groupId >io.avaje</groupId >
60
59
<artifactId >junit</artifactId >
61
- <version >1.4 </version >
60
+ <version >1.5 </version >
62
61
<scope >test</scope >
63
62
</dependency >
64
63
96
95
</annotationProcessorPaths >
97
96
</configuration >
98
97
</plugin >
99
- <plugin >
100
- <groupId >org.apache.maven.plugins</groupId >
101
- <artifactId >maven-surefire-plugin</artifactId >
102
- <version >3.0.0</version >
103
- </plugin >
104
98
<plugin >
105
99
<groupId >io.repaint.maven</groupId >
106
100
<artifactId >tiles-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments