File tree Expand file tree Collapse file tree 6 files changed +44
-16
lines changed
Expand file tree Collapse file tree 6 files changed +44
-16
lines changed Original file line number Diff line number Diff line change 284284 </plugin >
285285
286286 <plugin >
287+ <groupId >org.apache.maven.plugins</groupId >
287288 <artifactId >maven-antrun-plugin</artifactId >
289+ <version >3.1.0</version >
288290 <executions >
289291 <execution >
290292 <phase >generate-sources</phase >
Original file line number Diff line number Diff line change 159159 </executions >
160160 </plugin >
161161 <plugin >
162+ <groupId >org.apache.maven.plugins</groupId >
162163 <artifactId >maven-dependency-plugin</artifactId >
163164 <executions >
164165 <execution >
192193 </executions >
193194 </plugin >
194195 <plugin >
196+ <groupId >org.apache.maven.plugins</groupId >
195197 <artifactId >maven-antrun-plugin</artifactId >
196198 </plugin >
197199 </plugins >
Original file line number Diff line number Diff line change 169169 <pluginManagement >
170170 <plugins >
171171 <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 >
172190 <artifactId >maven-antrun-plugin</artifactId >
191+ <version >3.1.0</version >
173192 <executions >
174193 <execution >
175194 <id >create-plugin-properties</id >
Original file line number Diff line number Diff line change 1212 <artifactId >sqlBasedPlugin</artifactId >
1313
1414 <properties >
15- <java .version>17</java .version>
16- <maven .compiler.source>17</maven .compiler.source>
17- <maven .compiler.target>17</maven .compiler.target>
1815 <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>
1919 </properties >
2020
2121 <dependencies >
Original file line number Diff line number Diff line change 144144 <dependency >
145145 <groupId >io.netty</groupId >
146146 <artifactId >netty-resolver</artifactId >
147+ <version >4.1.109.Final</version >
147148 </dependency >
148149 <dependency >
149150 <groupId >io.projectreactor.netty</groupId >
Original file line number Diff line number Diff line change 1414 <properties >
1515 <revision >2.4.0</revision >
1616 <java .version>17</java .version>
17+ <maven .compiler.source>${java.version} </maven .compiler.source>
18+ <maven .compiler.target>${java.version} </maven .compiler.target>
1719 <javadoc .disabled>true</javadoc .disabled>
1820 <deploy .disabled>true</deploy .disabled>
1921 <source .disabled>true</source .disabled>
8284
8385 <build >
8486 <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-
9887 <plugin >
9988 <groupId >org.codehaus.mojo</groupId >
10089 <artifactId >license-maven-plugin</artifactId >
10190 <version >2.4.0</version >
10291 </plugin >
10392 <plugin >
93+ <groupId >org.apache.maven.plugins</groupId >
10494 <artifactId >maven-dependency-plugin</artifactId >
95+ <version >3.6.1</version >
10596 </plugin >
10697 </plugins >
10798 <pluginManagement >
10899 <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+
109113 <plugin >
110114 <artifactId >maven-assembly-plugin</artifactId >
111115 <version >3.6.0</version >
You can’t perform that action at this time.
0 commit comments