File tree Expand file tree Collapse file tree 3 files changed +22
-20
lines changed Expand file tree Collapse file tree 3 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 15
15
<dependency >
16
16
<groupId >org.apache.ant</groupId >
17
17
<artifactId >ant</artifactId >
18
- <version >1.8.2 </version >
18
+ <version >1.10.15 </version >
19
19
<scope >provided</scope >
20
20
</dependency >
21
21
</dependencies >
48
48
<plugin >
49
49
<groupId >org.apache.maven.plugins</groupId >
50
50
<artifactId >maven-antrun-plugin</artifactId >
51
- <version >1.8 </version >
51
+ <version >3.1.0 </version >
52
52
<executions >
53
53
<execution >
54
54
<id >preprocess-test-resources</id >
Original file line number Diff line number Diff line change 11
11
<jcp .test.version>7.3.0-SNAPSHOT</jcp .test.version>
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<junit .version>5.13.3</junit .version>
14
+ <maven .compiler.source>11</maven .compiler.source>
15
+ <maven .compiler.target>11</maven .compiler.target>
14
16
<maven .compiler.release>11</maven .compiler.release>
15
17
<gradle5 .executable>gradle5</gradle5 .executable>
16
18
<gradle6 .executable>gradle6</gradle6 .executable>
93
95
<groupId >org.junit.jupiter</groupId >
94
96
<artifactId >junit-jupiter-api</artifactId >
95
97
<version >${junit.version} </version >
96
- <scope >test</scope >
97
- </dependency >
98
+ <scope >test</scope >
99
+ </dependency >
98
100
</dependencies >
99
101
100
102
<build >
101
- <plugins >
102
- <plugin >
103
- <groupId >org.apache.maven.plugins</groupId >
104
- <artifactId >maven-clean-plugin</artifactId >
105
- <executions >
106
- <execution >
107
- <id >force-clean</id >
108
- <goals >
109
- <goal >clean</goal >
110
- </goals >
111
- <phase >initialize</phase >
112
- </execution >
113
- </executions >
114
- </plugin >
115
- </plugins >
103
+ <plugins >
104
+ <plugin >
105
+ <groupId >org.apache.maven.plugins</groupId >
106
+ <artifactId >maven-clean-plugin</artifactId >
107
+ <executions >
108
+ <execution >
109
+ <id >force-clean</id >
110
+ <goals >
111
+ <goal >clean</goal >
112
+ </goals >
113
+ <phase >initialize</phase >
114
+ </execution >
115
+ </executions >
116
+ </plugin >
117
+ </plugins >
116
118
</build >
117
119
118
120
</project >
Original file line number Diff line number Diff line change 192
192
<dependency >
193
193
<groupId >org.apache.ant</groupId >
194
194
<artifactId >ant</artifactId >
195
- <version >1.8.2 </version >
195
+ <version >1.10.15 </version >
196
196
<scope >provided</scope >
197
197
</dependency >
198
198
<dependency >
You can’t perform that action at this time.
0 commit comments