File tree Expand file tree Collapse file tree 4 files changed +7
-14
lines changed
Expand file tree Collapse file tree 4 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 7373 <scope >test</scope >
7474 </dependency >
7575 </dependencies >
76- <dependencyManagement >
77- <dependencies >
78- <dependency >
79- <groupId >com.fasterxml.jackson</groupId >
80- <artifactId >jackson-bom</artifactId >
81- <version >2.20.1</version >
82- <type >pom</type >
83- <scope >import</scope >
84- </dependency >
85- </dependencies >
86- </dependencyManagement >
8776 <build >
8877 <plugins >
8978 <plugin >
Original file line number Diff line number Diff line change 1414 <dependency >
1515 <groupId >com.fasterxml.jackson.core</groupId >
1616 <artifactId >jackson-databind</artifactId >
17- <version >2.20.1</version >
1817 </dependency >
1918 </dependencies >
2019 <build >
Original file line number Diff line number Diff line change 112112 <optional >true</optional >
113113 </dependency >
114114 <dependency >
115- <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
116115 <groupId >com.fasterxml.jackson.core</groupId >
117116 <artifactId >jackson-databind</artifactId >
118- <version >2.20.0</version >
119117 </dependency >
120118 </dependencies >
121119 <build >
Original file line number Diff line number Diff line change @@ -107,6 +107,13 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
107107 <type >pom</type >
108108 <scope >import</scope >
109109 </dependency >
110+ <dependency >
111+ <groupId >com.fasterxml.jackson</groupId >
112+ <artifactId >jackson-bom</artifactId >
113+ <version >2.20.1</version >
114+ <type >pom</type >
115+ <scope >import</scope >
116+ </dependency >
110117 <dependency >
111118 <groupId >org.eclipse.jetty</groupId >
112119 <artifactId >jetty-bom</artifactId >
You can’t perform that action at this time.
0 commit comments