File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
src/main/resources/v2/JavaJaxRS Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 152
152
<artifactId >jersey-media-multipart</artifactId >
153
153
<version >${ jersey2-version} </version >
154
154
</dependency >
155
+ <dependency >
156
+ <groupId >org.glassfish.jersey.inject</groupId >
157
+ <artifactId >jersey-hk2</artifactId >
158
+ <version >${ jersey2-version} </version >
159
+ </dependency >
155
160
{ {#java8} }
156
161
<dependency >
157
162
<groupId >com.fasterxml.jackson.datatype</groupId >
171
176
<artifactId >jackson-jaxrs-json-provider</artifactId >
172
177
<version >${ jackson-version} </version >
173
178
</dependency >
179
+ <dependency >
180
+ <groupId >com.fasterxml.jackson.core</groupId >
181
+ <artifactId >jackson-annotations</artifactId >
182
+ <version >${ jackson-version} </version >
183
+ </dependency >
174
184
<!-- Base64 encoding that works in both JVM and Android -->
175
185
<dependency >
176
186
<groupId >com.brsanthu</groupId >
223
233
<swagger-core-version >2.0.0</swagger-core-version >
224
234
{ {/useOas2} }
225
235
<jetty-version >9.2.9.v20150224</jetty-version >
226
- <jersey2-version >2.22.2 </jersey2-version >
227
- <jackson-version >2.8.9 </jackson-version >
236
+ <jersey2-version >2.27 </jersey2-version >
237
+ <jackson-version >2.9.5 </jackson-version >
228
238
{ {#supportJava6} }
229
239
<commons _io_version >2.5</commons _io_version >
230
240
<commons _lang3_version >3.5</commons _lang3_version >
You can’t perform that action at this time.
0 commit comments