File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
modules/swagger-codegen/src/main/resources/JavaJaxRS
samples/server/petstore/jaxrs/jersey2 Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 133
133
<artifactId >jersey-media-multipart</artifactId >
134
134
<version >${ jersey2-version} </version >
135
135
</dependency >
136
- <!-- Base64 encoding that works in both JVM and Android -->
136
+ <dependency >
137
+ <groupId >com.fasterxml.jackson.core</groupId >
138
+ <artifactId >jackson-core</artifactId >
139
+ <version >${ jackson-version} </version >
140
+ </dependency >
141
+ <!-- Base64 encoding that works in both JVM and Android -->
137
142
<dependency >
138
143
<groupId >com.brsanthu</groupId >
139
144
<artifactId >migbase64</artifactId >
181
186
<swagger-core-version >1.5.12</swagger-core-version >
182
187
<jetty-version >9.2.9.v20150224</jetty-version >
183
188
<jersey2-version >2.22.2</jersey2-version >
189
+ <jackson-version >2.8.7</jersey2-version >
184
190
{ {#supportJava6} }
185
191
<commons _io_version >2.5</commons _io_version >
186
192
<commons _lang3_version >3.5</commons _lang3_version >
Original file line number Diff line number Diff line change 133
133
<artifactId >jersey-media-multipart</artifactId >
134
134
<version >${jersey2-version} </version >
135
135
</dependency >
136
- <!-- Base64 encoding that works in both JVM and Android -->
136
+ <dependency >
137
+ <groupId >com.fasterxml.jackson.core</groupId >
138
+ <artifactId >jackson-core</artifactId >
139
+ <version >${jackson-version} </version >
140
+ </dependency >
141
+ <!-- Base64 encoding that works in both JVM and Android -->
137
142
<dependency >
138
143
<groupId >com.brsanthu</groupId >
139
144
<artifactId >migbase64</artifactId >
166
171
<swagger-core-version >1.5.12</swagger-core-version >
167
172
<jetty-version >9.2.9.v20150224</jetty-version >
168
173
<jersey2-version >2.22.2</jersey2-version >
174
+ <jackson-version >2.8.7</jersey2-version >
169
175
<junit-version >4.12</junit-version >
170
176
<logback-version >1.1.7</logback-version >
171
177
<servlet-api-version >2.5</servlet-api-version >
You can’t perform that action at this time.
0 commit comments