|
70 | 70 | <maven.compiler.target>8</maven.compiler.target> |
71 | 71 | <mainClass /> |
72 | 72 | <maven.version>3.9.12</maven.version> |
73 | | - <maven-libs-version>${maven.version}</maven-libs-version> |
74 | 73 | <maven-plugin-api-version>3.9.15</maven-plugin-api-version> |
75 | 74 | <maven-resources-plugin-version>3.5.0</maven-resources-plugin-version> |
76 | 75 | <maven-compiler-plugin-version>3.15.0</maven-compiler-plugin-version> |
|
86 | 85 | <maven-deploy-plugin-version>3.1.4</maven-deploy-plugin-version> |
87 | 86 | <nexus-staging-maven-plugin-version>1.7.0</nexus-staging-maven-plugin-version> |
88 | 87 | <build-helper-maven-plugin-version>3.6.1</build-helper-maven-plugin-version> |
89 | | - <maven-shared-utils.version>3.4.2</maven-shared-utils.version> |
90 | | - <file-management.version>3.2.0</file-management.version> |
91 | 88 | <maven-plugin-annotations.version>3.15.2</maven-plugin-annotations.version> |
92 | | - <maven-plugin-testing-harness.version>3.5.1</maven-plugin-testing-harness.version> |
93 | 89 | <plantuml-maven-plugin-version>1.2</plantuml-maven-plugin-version> |
94 | 90 | <plantuml-version>8059</plantuml-version> |
95 | 91 | <xml-maven-plugin-version>1.2.1</xml-maven-plugin-version> |
|
177 | 173 | <artifactId>maven-plugin-api</artifactId> |
178 | 174 | <version>${maven-plugin-api-version}</version> |
179 | 175 | </dependency> |
180 | | - <dependency> |
181 | | - <groupId>org.apache.maven.shared</groupId> |
182 | | - <artifactId>maven-shared-utils</artifactId> |
183 | | - <version>${maven-shared-utils.version}</version> |
184 | | - </dependency> |
185 | | - <dependency> |
186 | | - <groupId>org.apache.maven.shared</groupId> |
187 | | - <artifactId>file-management</artifactId> |
188 | | - <version>${file-management.version}</version> |
189 | | - </dependency> |
190 | | - <dependency> |
191 | | - <groupId>org.apache.maven</groupId> |
192 | | - <artifactId>maven-core</artifactId> |
193 | | - <version>${maven-libs-version}</version> |
194 | | - </dependency> |
195 | | - <dependency> |
196 | | - <groupId>org.apache.maven</groupId> |
197 | | - <artifactId>maven-artifact</artifactId> |
198 | | - <version>${maven-libs-version}</version> |
199 | | - <scope>provided</scope> |
200 | | - </dependency> |
201 | | - <dependency> |
202 | | - <groupId>org.apache.maven</groupId> |
203 | | - <artifactId>maven-compat</artifactId> |
204 | | - <version>${maven-libs-version}</version> |
205 | | - </dependency> |
206 | 176 | <dependency> |
207 | 177 | <groupId>org.apache.maven.plugin-tools</groupId> |
208 | 178 | <artifactId>maven-plugin-annotations</artifactId> |
209 | 179 | <version>${maven-plugin-annotations.version}</version> |
210 | 180 | </dependency> |
211 | | - <dependency> |
212 | | - <groupId>org.apache.maven.plugin-testing</groupId> |
213 | | - <artifactId>maven-plugin-testing-harness</artifactId> |
214 | | - <version>${maven-plugin-testing-harness.version}</version> |
215 | | - </dependency> |
216 | 181 | <dependency> |
217 | 182 | <groupId>org.apache.maven</groupId> |
218 | 183 | <artifactId>maven-project</artifactId> |
219 | 184 | <scope>provided</scope> |
220 | 185 | <version>2.2.1</version> |
221 | 186 | </dependency> |
222 | | - <dependency> |
223 | | - <groupId>org.codehaus.plexus</groupId> |
224 | | - <artifactId>plexus-utils</artifactId> |
225 | | - <version>4.0.3</version> |
226 | | - </dependency> |
227 | | - <dependency> |
228 | | - <groupId>org.codehaus.plexus</groupId> |
229 | | - <artifactId>plexus-xml</artifactId> |
230 | | - <version>4.0.4</version> |
231 | | - </dependency> |
232 | 187 | <dependency> |
233 | 188 | <groupId>com.sleepycat</groupId> |
234 | 189 | <artifactId>je</artifactId> |
|
423 | 378 | </dependency> |
424 | 379 | </dependencies> |
425 | 380 | </plugin> |
426 | | - <plugin> |
427 | | - <artifactId>maven-invoker-plugin</artifactId> |
428 | | - <version>3.10.0</version> |
429 | | - </plugin> |
430 | 381 | <plugin> |
431 | 382 | <artifactId>maven-plugin-plugin</artifactId> |
432 | 383 | <version>3.15.2</version> |
|
0 commit comments