File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 66 <!-- that they should prefer consuming it instead. -->
77 <!-- do_not_remove: published-with-gradle-metadata -->
88 <modelVersion >4.0.0</modelVersion >
9+
10+ <!-- 15-Oct-2025, tatu: NOTE - THIS IS OBSOLETE - Jackson 3.x depends on 2.x
11+ version of `jackson-annotations` so 3.x is not used at all
12+ -->
13+
914 <parent >
1015 <groupId >tools.jackson</groupId >
11- <!-- In 3.0+, extends `jackson-base` just like all other components; 2.x did not -->
1216 <artifactId >jackson-base</artifactId >
13- <version >3.0.0-rc6-SNAPSHOT </version >
17+ <version >3.0.0</version >
1418 </parent >
1519
1620 <groupId >com.fasterxml.jackson.core</groupId >
1721 <artifactId >jackson-annotations</artifactId >
1822 <name >Jackson-annotations</name >
19- <version >3.0-rc6 -SNAPSHOT</version >
23+ <version >3.0-NEVER -SNAPSHOT</version >
2024 <packaging >jar</packaging >
2125 <description >Core annotations used for value types, used by Jackson data binding package.
2226 </description >
You can’t perform that action at this time.
0 commit comments