|
104 | 104 | <asmVersion>9.7</asmVersion>
|
105 | 105 | <plexusUtilsVersion>4.0.1</plexusUtilsVersion>
|
106 | 106 | <plexusXmlVersion>3.0.1</plexusXmlVersion>
|
107 |
| - <reportingApiVersion>3.1.1</reportingApiVersion> |
108 |
| - <reportingImplVersion>3.2.0</reportingImplVersion> |
| 107 | + <reportingApiVersion>4.0.0-M12</reportingApiVersion> |
| 108 | + <reportingImplVersion>4.0.0-M15</reportingImplVersion> |
109 | 109 | <compilerPluginVersion>3.11.0</compilerPluginVersion>
|
110 |
| - <javadocPluginVersion>3.5.0</javadocPluginVersion> |
| 110 | + <javadocPluginVersion>3.8.0</javadocPluginVersion> |
111 | 111 | <enforcerPluginVersion>3.5.0</enforcerPluginVersion>
|
112 | 112 | <project.build.outputTimestamp>2024-08-14T15:41:34Z</project.build.outputTimestamp>
|
113 | 113 | </properties>
|
|
200 | 200 | <groupId>org.apache.maven.reporting</groupId>
|
201 | 201 | <artifactId>maven-reporting-impl</artifactId>
|
202 | 202 | <version>${reportingImplVersion}</version>
|
203 |
| - <exclusions> |
204 |
| - <exclusion> |
205 |
| - <groupId>org.codehaus.plexus</groupId> |
206 |
| - <artifactId>plexus-container-default</artifactId> |
207 |
| - </exclusion> |
208 |
| - </exclusions> |
209 | 203 | </dependency>
|
210 | 204 |
|
211 | 205 | <dependency>
|
|
237 | 231 | <dependency>
|
238 | 232 | <groupId>org.codehaus.plexus</groupId>
|
239 | 233 | <artifactId>plexus-velocity</artifactId>
|
240 |
| - <version>1.2</version> |
241 |
| - <exclusions> |
242 |
| - <exclusion> |
243 |
| - <groupId>org.codehaus.plexus</groupId> |
244 |
| - <artifactId>plexus-container-default</artifactId> |
245 |
| - </exclusion> |
246 |
| - <exclusion> |
247 |
| - <groupId>velocity</groupId> |
248 |
| - <artifactId>velocity</artifactId> |
249 |
| - </exclusion> |
250 |
| - </exclusions> |
| 234 | + <version>2.1.0</version> |
251 | 235 | </dependency>
|
252 | 236 |
|
253 | 237 | <!-- other -->
|
254 | 238 | <dependency>
|
255 | 239 | <groupId>org.apache.velocity</groupId>
|
256 |
| - <artifactId>velocity</artifactId> |
257 |
| - <version>1.7</version> |
| 240 | + <artifactId>velocity-engine-core</artifactId> |
| 241 | + <version>2.3</version> |
258 | 242 | </dependency>
|
259 | 243 |
|
260 | 244 | <dependency>
|
|
0 commit comments