File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 376376 <artifactId >commons-io</artifactId >
377377 <version >${commons.io.version} </version >
378378 </dependency >
379+ <!-- java.lang.NoClassDefFoundError: javax/annotation/Resource if updated to 2.1.0 on jdk11+ -->
379380 <dependency >
380381 <groupId >jakarta.annotation</groupId >
381382 <artifactId >jakarta.annotation-api</artifactId >
382- <version >2.1.0 </version >
383+ <version >1.3.5 </version >
383384 </dependency >
384385 <dependency >
385386 <groupId >javax.xml.soap</groupId >
Original file line number Diff line number Diff line change 100100 <artifactId >commons-lang3</artifactId >
101101 <version >${commons.lang3.version} </version >
102102 </dependency >
103+ <!-- java.lang.NoClassDefFoundError: javax/annotation/Resource if updated to 2.1.0 on jdk11+ -->
103104 <dependency >
104105 <groupId >jakarta.annotation</groupId >
105106 <artifactId >jakarta.annotation-api</artifactId >
106- <version >2.1.0 </version >
107+ <version >1.3.5 </version >
107108 </dependency >
108109
109110 <!-- Externally Maintained Parsers -->
You can’t perform that action at this time.
0 commit comments