File tree 6 files changed +44
-16
lines changed
6 files changed +44
-16
lines changed Original file line number Diff line number Diff line change 284
284
</plugin >
285
285
286
286
<plugin >
287
+ <groupId >org.apache.maven.plugins</groupId >
287
288
<artifactId >maven-antrun-plugin</artifactId >
289
+ <version >3.1.0</version >
288
290
<executions >
289
291
<execution >
290
292
<phase >generate-sources</phase >
Original file line number Diff line number Diff line change 159
159
</executions >
160
160
</plugin >
161
161
<plugin >
162
+ <groupId >org.apache.maven.plugins</groupId >
162
163
<artifactId >maven-dependency-plugin</artifactId >
163
164
<executions >
164
165
<execution >
192
193
</executions >
193
194
</plugin >
194
195
<plugin >
196
+ <groupId >org.apache.maven.plugins</groupId >
195
197
<artifactId >maven-antrun-plugin</artifactId >
196
198
</plugin >
197
199
</plugins >
Original file line number Diff line number Diff line change 169
169
<pluginManagement >
170
170
<plugins >
171
171
<plugin >
172
+ <groupId >org.apache.maven.plugins</groupId >
173
+ <artifactId >maven-compiler-plugin</artifactId >
174
+ <version >3.13.0</version >
175
+ <configuration >
176
+ <source >${java.version} </source >
177
+ <target >${java.version} </target >
178
+ <compilerArgs >
179
+ <arg >-parameters</arg >
180
+ </compilerArgs >
181
+ </configuration >
182
+ </plugin >
183
+ <plugin >
184
+ <groupId >org.apache.maven.plugins</groupId >
185
+ <artifactId >maven-dependency-plugin</artifactId >
186
+ <version >3.6.1</version >
187
+ </plugin >
188
+ <plugin >
189
+ <groupId >org.apache.maven.plugins</groupId >
172
190
<artifactId >maven-antrun-plugin</artifactId >
191
+ <version >3.1.0</version >
173
192
<executions >
174
193
<execution >
175
194
<id >create-plugin-properties</id >
Original file line number Diff line number Diff line change 12
12
<artifactId >sqlBasedPlugin</artifactId >
13
13
14
14
<properties >
15
- <java .version>17</java .version>
16
- <maven .compiler.source>17</maven .compiler.source>
17
- <maven .compiler.target>17</maven .compiler.target>
18
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
+ <java .version>17</java .version>
17
+ <maven .compiler.source>${java.version} </maven .compiler.source>
18
+ <maven .compiler.target>${java.version} </maven .compiler.target>
19
19
</properties >
20
20
21
21
<dependencies >
Original file line number Diff line number Diff line change 144
144
<dependency >
145
145
<groupId >io.netty</groupId >
146
146
<artifactId >netty-resolver</artifactId >
147
+ <version >4.1.109.Final</version >
147
148
</dependency >
148
149
<dependency >
149
150
<groupId >io.projectreactor.netty</groupId >
Original file line number Diff line number Diff line change 14
14
<properties >
15
15
<revision >2.4.0</revision >
16
16
<java .version>17</java .version>
17
+ <maven .compiler.source>${java.version} </maven .compiler.source>
18
+ <maven .compiler.target>${java.version} </maven .compiler.target>
17
19
<javadoc .disabled>true</javadoc .disabled>
18
20
<deploy .disabled>true</deploy .disabled>
19
21
<source .disabled>true</source .disabled>
82
84
83
85
<build >
84
86
<plugins >
85
- <plugin >
86
- <groupId >org.apache.maven.plugins</groupId >
87
- <artifactId >maven-compiler-plugin</artifactId >
88
- <version >3.13.0</version >
89
- <configuration >
90
- <source >${java.version} </source >
91
- <target >${java.version} </target >
92
- <compilerArgs >
93
- <arg >-parameters</arg >
94
- </compilerArgs >
95
- </configuration >
96
- </plugin >
97
-
98
87
<plugin >
99
88
<groupId >org.codehaus.mojo</groupId >
100
89
<artifactId >license-maven-plugin</artifactId >
101
90
<version >2.4.0</version >
102
91
</plugin >
103
92
<plugin >
93
+ <groupId >org.apache.maven.plugins</groupId >
104
94
<artifactId >maven-dependency-plugin</artifactId >
95
+ <version >3.6.1</version >
105
96
</plugin >
106
97
</plugins >
107
98
<pluginManagement >
108
99
<plugins >
100
+ <plugin >
101
+ <groupId >org.apache.maven.plugins</groupId >
102
+ <artifactId >maven-compiler-plugin</artifactId >
103
+ <version >3.13.0</version >
104
+ <configuration >
105
+ <source >${java.version} </source >
106
+ <target >${java.version} </target >
107
+ <compilerArgs >
108
+ <arg >-parameters</arg >
109
+ </compilerArgs >
110
+ </configuration >
111
+ </plugin >
112
+
109
113
<plugin >
110
114
<artifactId >maven-assembly-plugin</artifactId >
111
115
<version >3.6.0</version >
You can’t perform that action at this time.
0 commit comments