File tree 1 file changed +1
-28
lines changed
1 file changed +1
-28
lines changed Original file line number Diff line number Diff line change 83
83
<lambda .events.version>3.11.3</lambda .events.version>
84
84
<lambda .serial.version>1.1.2</lambda .serial.version>
85
85
<maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
86
+ <aspectj .version>1.9.7</aspectj .version>
86
87
<aspectj-maven-plugin .version>1.13.1</aspectj-maven-plugin .version>
87
88
<maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
88
89
<jacoco-maven-plugin .version>0.8.10</jacoco-maven-plugin .version>
530
531
</build >
531
532
</profile >
532
533
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 >
561
534
<profile >
562
535
<id >jdk16</id >
563
536
<activation >
You can’t perform that action at this time.
0 commit comments