Skip to content

Commit 039ad18

Browse files
committed
keep aspectj 1.9.7 in parent for java8 compatibility
1 parent 3ecc99a commit 039ad18

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

Diff for: pom.xml

+1-28
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
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>
@@ -530,34 +531,6 @@
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>

0 commit comments

Comments
 (0)