File tree Expand file tree Collapse file tree 4 files changed +9
-20
lines changed Expand file tree Collapse file tree 4 files changed +9
-20
lines changed Original file line number Diff line number Diff line change 128128 <hibernate .validator.version>8.0.1.Final</hibernate .validator.version>
129129 <eclipselink .version>4.0.2</eclipselink .version>
130130 <jpa .version>3.1.0</jpa .version>
131+ <jakarta .annotation.version>3.0.0</jakarta .annotation.version>
131132
132133 <mvn .version>3.9.6</mvn .version>
133134 <guava .version>33.1.0-jre</guava .version>
256257 <dependency >
257258 <groupId >jakarta.annotation</groupId >
258259 <artifactId >jakarta.annotation-api</artifactId >
259- <version >2.1.1 </version >
260+ <version >${jakarta.annotation.version} </version >
260261 </dependency >
261262 <dependency >
262263 <groupId >jakarta.validation</groupId >
Original file line number Diff line number Diff line change 4848 <dependency >
4949 <groupId >jakarta.annotation</groupId >
5050 <artifactId >jakarta.annotation-api</artifactId >
51- <version >2.1.1 </version >
51+ <version >${jakarta.annotation.version} </version >
5252 <scope >provided</scope >
5353 </dependency >
5454 <dependency >
Original file line number Diff line number Diff line change 5252 <dependency >
5353 <groupId >jakarta.annotation</groupId >
5454 <artifactId >jakarta.annotation-api</artifactId >
55- <version >2.1.1</version >
5655 </dependency >
5756 </dependencies >
5857
Original file line number Diff line number Diff line change 171171 <version >2.9.1</version >
172172 <scope >test</scope >
173173 </dependency >
174+
175+ <dependency >
176+ <groupId >jakarta.annotation</groupId >
177+ <artifactId >jakarta.annotation-api</artifactId >
178+ <scope >provided</scope >
179+ </dependency >
174180 </dependencies >
175181
176182 <build >
334340 </plugins >
335341 </build >
336342
337- <profiles >
338- <profile >
339- <id >java-11</id >
340- <activation >
341- <jdk >[11,)</jdk >
342- </activation >
343- <dependencies >
344- <dependency >
345- <groupId >jakarta.annotation</groupId >
346- <artifactId >jakarta.annotation-api</artifactId >
347- <version >2.1.1</version >
348- <scope >provided</scope >
349- </dependency >
350- </dependencies >
351- </profile >
352- </profiles >
353-
354343</project >
You can’t perform that action at this time.
0 commit comments