|
95 | 95 | <pluginTestingHarnessVersion>1.3</pluginTestingHarnessVersion>
|
96 | 96 | <mavenVersion>3.0</mavenVersion>
|
97 | 97 | <antVersion>1.7.1</antVersion>
|
98 |
| - <mavenInvokerPluginVersion>3.0.1</mavenInvokerPluginVersion> |
| 98 | + <mavenInvokerPluginVersion>3.2.2</mavenInvokerPluginVersion> |
99 | 99 | <maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
|
100 |
| - <asmVersion>9.0</asmVersion> |
| 100 | + <asmVersion>9.1</asmVersion> |
101 | 101 | <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
|
102 | 102 | </properties>
|
103 | 103 |
|
|
134 | 134 | <artifactId>maven-plugin-annotations</artifactId>
|
135 | 135 | <version>${project.version}</version>
|
136 | 136 | </dependency>
|
| 137 | + <dependency> |
| 138 | + <groupId>org.apache.maven.plugin-tools</groupId> |
| 139 | + <artifactId>maven-plugin-tools-ant</artifactId> |
| 140 | + <version>${project.version}</version> |
| 141 | + </dependency> |
137 | 142 | <dependency>
|
138 | 143 | <groupId>org.apache.maven.plugin-tools</groupId>
|
139 | 144 | <artifactId>maven-plugin-tools-beanshell</artifactId>
|
|
196 | 201 | <groupId>org.codehaus.plexus</groupId>
|
197 | 202 | <artifactId>plexus-velocity</artifactId>
|
198 | 203 | <version>1.2</version>
|
199 |
| - <exclusions> |
200 |
| - <exclusion> |
201 |
| - <groupId>velocity</groupId> |
202 |
| - <artifactId>velocity</artifactId> |
203 |
| - </exclusion> |
204 |
| - </exclusions> |
205 | 204 | </dependency>
|
206 | 205 |
|
207 | 206 | <!-- other -->
|
|
243 | 242 | <dependency>
|
244 | 243 | <groupId>junit</groupId>
|
245 | 244 | <artifactId>junit</artifactId>
|
246 |
| - <version>4.13</version> |
| 245 | + <version>4.13.1</version> |
247 | 246 | <scope>test</scope>
|
248 | 247 | </dependency>
|
249 | 248 | </dependencies>
|
|
263 | 262 | <plugin>
|
264 | 263 | <groupId>org.apache.maven.plugins</groupId>
|
265 | 264 | <artifactId>maven-site-plugin</artifactId>
|
266 |
| - <version>3.9.0</version> |
| 265 | + <version>3.9.1</version> |
267 | 266 | </plugin>
|
268 | 267 | <plugin>
|
269 | 268 | <groupId>org.apache.maven.plugins</groupId>
|
|
291 | 290 | <plugins>
|
292 | 291 | <plugin>
|
293 | 292 | <artifactId>maven-enforcer-plugin</artifactId>
|
294 |
| - <executions> |
295 |
| - <execution> |
296 |
| - <id>enforce-bytecode-version</id> |
297 |
| - <configuration> |
298 |
| - <rules> |
299 |
| - <enforceBytecodeVersion> |
300 |
| - <excludes> |
301 |
| - <!-- ASM supports Java 1.5+, see https://asm.ow2.io/faq.html#Q14 --> |
302 |
| - <exclude>org.ow2.asm:*</exclude> |
303 |
| - </excludes> |
304 |
| - </enforceBytecodeVersion> |
305 |
| - </rules> |
306 |
| - </configuration> |
307 |
| - </execution> |
308 |
| - </executions> |
| 293 | + <version>3.0.0-M3</version> |
309 | 294 | <dependencies>
|
310 | 295 | <dependency>
|
311 | 296 | <groupId>org.codehaus.mojo</groupId>
|
312 | 297 | <artifactId>extra-enforcer-rules</artifactId>
|
313 |
| - <version>1.2</version> |
| 298 | + <version>1.3</version> |
314 | 299 | </dependency>
|
315 | 300 | </dependencies>
|
316 | 301 | </plugin>
|
|
0 commit comments