File tree Expand file tree Collapse file tree
linkis-engineconn-plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change 488488 <version >${jersey.version} </version >
489489 </dependency >
490490
491+ <dependency >
492+ <groupId >org.codehaus.jackson</groupId >
493+ <artifactId >jackson-jaxrs</artifactId >
494+ <version >1.9.2</version >
495+ </dependency >
491496 <dependency >
492497 <groupId >com.fasterxml.jackson.core</groupId >
493498 <artifactId >jackson-core</artifactId >
Original file line number Diff line number Diff line change 355355 <version >${jersey.version} </version >
356356 </dependency >
357357
358+ <dependency >
359+ <groupId >org.codehaus.jackson</groupId >
360+ <artifactId >jackson-jaxrs</artifactId >
361+ <version >1.9.2</version >
362+ <exclusions >
363+ <exclusion >
364+ <groupId >org.codehaus.jackson</groupId >
365+ <artifactId >jackson-mapper-asl</artifactId >
366+ </exclusion >
367+ </exclusions >
368+ </dependency >
369+
358370 <dependency >
359371 <groupId >com.fasterxml.jackson.core</groupId >
360372 <artifactId >jackson-core</artifactId >
371383 <groupId >com.fasterxml.jackson.jaxrs</groupId >
372384 <artifactId >jackson-jaxrs-json-provider</artifactId >
373385 </dependency >
386+ <dependency >
387+ <groupId >com.fasterxml.jackson.core</groupId >
388+ <artifactId >jackson-databind</artifactId >
389+ </dependency >
374390 </dependencies >
375391
376392 <build >
You can’t perform that action at this time.
0 commit comments