File tree Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Expand file tree Collapse file tree 1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change 8383 <lambda .events.version>3.11.3</lambda .events.version>
8484 <lambda .serial.version>1.1.2</lambda .serial.version>
8585 <maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
86+ <aspectj .version>1.9.7</aspectj .version>
8687 <aspectj-maven-plugin .version>1.13.1</aspectj-maven-plugin .version>
8788 <maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
8889 <jacoco-maven-plugin .version>0.8.10</jacoco-maven-plugin .version>
530531 </build >
531532 </profile >
532533
533- <!-- https://github.com/eclipse-aspectj/aspectj/blob/master/docs/dist/doc/JavaVersionCompatibility.md -->
534- <profile >
535- <id >aspectj197</id >
536- <activation >
537- <jdk >[1.8,16]</jdk >
538- </activation >
539- <properties >
540- <aspectj .version>1.9.7</aspectj .version>
541- </properties >
542- </profile >
543- <profile >
544- <id >aspectj1920</id >
545- <activation >
546- <jdk >[17,20]</jdk >
547- </activation >
548- <properties >
549- <aspectj .version>1.9.20.1</aspectj .version>
550- </properties >
551- </profile >
552- <profile >
553- <id >aspectj1921</id >
554- <activation >
555- <jdk >[21,)</jdk >
556- </activation >
557- <properties >
558- <aspectj .version>1.9.21-SNAPSHOT</aspectj .version>
559- </properties >
560- </profile >
561534 <profile >
562535 <id >jdk16</id >
563536 <activation >
You can’t perform that action at this time.
0 commit comments