File tree 2 files changed +0
-53
lines changed
2 files changed +0
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 54
54
<aws-lambda-log4j .version>1.0.0</aws-lambda-log4j .version>
55
55
<aws-lambda-java-events .version>2.0.1</aws-lambda-java-events .version>
56
56
<jackson .version>2.8.5</jackson .version>
57
- <pmd .version>3.12.0</pmd .version>
58
57
<log4j .version>1.2.17</log4j .version>
59
58
<jaxb-api .version>2.3.1</jaxb-api .version>
60
59
<jaxb-impl .version>2.3.2</jaxb-impl .version>
445
444
</execution >
446
445
</executions >
447
446
</plugin >
448
- <plugin >
449
- <groupId >org.apache.maven.plugins</groupId >
450
- <artifactId >maven-pmd-plugin</artifactId >
451
- <version >${pmd.version} </version >
452
- <configuration >
453
- <failOnViolation >true</failOnViolation >
454
- <failurePriority >5</failurePriority >
455
- <printFailingErrors >true</printFailingErrors >
456
- </configuration >
457
- <executions >
458
- <execution >
459
- <goals >
460
- <goal >check</goal >
461
- </goals >
462
- <configuration >
463
- <excludeFromFailureFile >exclude-pmd.properties</excludeFromFailureFile >
464
- </configuration >
465
- </execution >
466
- </executions >
467
- </plugin >
468
447
469
448
<plugin >
470
449
<groupId >com.mycila</groupId >
492
471
493
472
<reporting >
494
473
<plugins >
495
- <plugin >
496
- <groupId >org.apache.maven.plugins</groupId >
497
- <artifactId >maven-pmd-plugin</artifactId >
498
- <version >${pmd.version} </version >
499
- </plugin >
500
474
<plugin >
501
475
<groupId >org.apache.maven.plugins</groupId >
502
476
<artifactId >maven-jxr-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments