File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 125
125
<dependency >
126
126
<groupId >com.fasterxml.jackson.core</groupId >
127
127
<artifactId >jackson-databind</artifactId >
128
- <!-- Force the version to 2.18.3 to ensure the compatibility with old projects -->
129
- <version >2.18.3</version >
130
128
<scope >test</scope >
131
129
</dependency >
132
130
133
131
<dependency >
134
132
<groupId >com.fasterxml.jackson.core</groupId >
135
133
<artifactId >jackson-annotations</artifactId >
136
- <!-- Force the version to 2.18.3 to ensure the compatibility with old projects -->
137
- <version >2.18.3</version >
138
134
<scope >test</scope >
139
135
</dependency >
140
136
Original file line number Diff line number Diff line change 59
59
60
60
<jersey .version>2.30.1</jersey .version>
61
61
<jackson .version>2.18.3</jackson .version>
62
- <jackson-jaxrs .version>2.18.3</jackson-jaxrs .version>
63
62
<httpclient .version>4.5.12</httpclient .version><!-- 4.5.1-4.5.2 broken -->
64
63
<commons-compress .version>1.27.1</commons-compress .version>
65
64
<commons-io .version>2.18.0</commons-io .version>
104
103
<module >docker-java</module >
105
104
</modules >
106
105
106
+ <dependencyManagement >
107
+ <dependencies >
108
+ <dependency >
109
+ <groupId >com.fasterxml.jackson</groupId >
110
+ <artifactId >jackson-bom</artifactId >
111
+ <version >${jackson.version} </version >
112
+ <scope >import</scope >
113
+ <type >pom</type >
114
+ </dependency >
115
+ </dependencies >
116
+ </dependencyManagement >
117
+
107
118
<build >
108
119
<pluginManagement >
109
120
<plugins >
You can’t perform that action at this time.
0 commit comments