File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
persistence/jpa/eclipselink Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ identified
8585 <docx4j .version>11.3.2</docx4j .version>
8686
8787 <easymock .version>5.6.0</easymock .version>
88- <eclipselink .version>4 .0.9 </eclipselink .version>
88+ <eclipselink .version>5 .0.0 </eclipselink .version>
8989 <error_prone_annotations .version>2.48.0</error_prone_annotations .version>
9090
9191 <git-commit-id-plugin .version>4.9.10</git-commit-id-plugin .version>
Original file line number Diff line number Diff line change 4545 </exclusions >
4646 </dependency >
4747
48+ <!-- Source: https://mvnrepository.com/artifact/org.eclipse.persistence/org.eclipse.persistence.asm -->
4849 <dependency >
4950 <groupId >org.eclipse.persistence</groupId >
5051 <artifactId >org.eclipse.persistence.jpa</artifactId >
5556 </exclusion >
5657 </exclusions >
5758 </dependency >
59+ <dependency >
60+ <groupId >org.ow2.asm</groupId >
61+ <artifactId >asm</artifactId >
62+ </dependency >
5863 <dependency >
5964 <!-- provides jakarta.el.* -->
6065 <groupId >jakarta.el</groupId >
You can’t perform that action at this time.
0 commit comments