File tree Expand file tree Collapse file tree 1 file changed +9
-20
lines changed
Expand file tree Collapse file tree 1 file changed +9
-20
lines changed Original file line number Diff line number Diff line change 364364 <dependency >
365365 <groupId >org.powermock</groupId >
366366 <artifactId >powermock-reflect</artifactId >
367- <version >2.0.0 </version >
367+ <version >2.0.2 </version >
368368 <scope >test</scope >
369369 <exclusions >
370370 <exclusion >
526526 </dependencies >
527527 <executions >
528528 <execution >
529- <id >enforce-bytecode-version</id >
530529 <goals >
531530 <goal >enforce</goal >
532531 </goals >
533532 <configuration >
534533 <rules >
534+ <dependencyConvergence />
535+ <requireJavaVersion >
536+ <version >1.7</version >
537+ <message >
538+ ESAPI 2.x now uses the JDK1.7 for it's baseline. Please make sure that your
539+ JAVA_HOME environment variable is pointed to a JDK1.7 distribution.
540+ </message >
541+ </requireJavaVersion >
535542 <enforceBytecodeVersion >
536543 <maxJdkVersion >1.7</maxJdkVersion >
537544 </enforceBytecodeVersion >
538545 </rules >
539- <fail >true</fail >
540546 </configuration >
541547 </execution >
542- <execution >
543- <id >enforce-jdk-version</id >
544- <goals >
545- <goal >enforce</goal >
546- </goals >
547- <configuration >
548- <rules >
549- <requireJavaVersion >
550- <version >1.7</version >
551- <message >
552- ESAPI 2.x now uses the JDK1.7 for it's baseline. Please make sure that your
553- JAVA_HOME environment variable is pointed to a JDK1.7 distribution.
554- </message >
555- </requireJavaVersion >
556- </rules >
557- </configuration >
558- </execution >
559548 </executions >
560549 </plugin >
561550
You can’t perform that action at this time.
0 commit comments