File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 8181 <data .stream.parent>system:cdap-data-streams[6.8.0-SNAPSHOT, 7.0.0-SNAPSHOT)</data .stream.parent>
8282 <hadoop .version>2.10.2</hadoop .version>
8383 <aws .sdk.version>1.11.133</aws .sdk.version>
84+ <jackson .version>2.12.7.1</jackson .version>
85+ <commons .logging.version>1.2</commons .logging.version>
86+ <commons .httpcomponents.version>4.5.13</commons .httpcomponents.version>
8487 <main .basedir>${project.basedir} </main .basedir>
8588 </properties >
8689
260263 </exclusion >
261264 </exclusions >
262265 </dependency >
266+ <dependency >
267+ <groupId >com.fasterxml.jackson.core</groupId >
268+ <artifactId >jackson-databind</artifactId >
269+ <version >${jackson.version} </version >
270+ </dependency >
271+ <dependency >
272+ <groupId >commons-logging</groupId >
273+ <artifactId >commons-logging</artifactId >
274+ <version >${commons.logging.version} </version >
275+ </dependency >
276+ <dependency >
277+ <groupId >org.apache.httpcomponents</groupId >
278+ <artifactId >httpclient</artifactId >
279+ <version >${commons.httpcomponents.version} </version >
280+ </dependency >
263281 </dependencies >
264282
265283 <build >
278296 <plugin >
279297 <groupId >org.apache.felix</groupId >
280298 <artifactId >maven-bundle-plugin</artifactId >
281- <version >2 .5.4 </version >
299+ <version >3 .5.0 </version >
282300 <extensions >true</extensions >
283301 <configuration >
284302 <instructions >
You can’t perform that action at this time.
0 commit comments