Skip to content

Commit f6b61d0

Browse files
committed
#AI commit# 开发阶段: hadoop版本
1 parent 171bfae commit f6b61d0

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

linkis-engineconn-plugins/flink/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,11 @@
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>

linkis-engineconn-plugins/hive/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,18 @@
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>
@@ -371,6 +383,10 @@
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>

0 commit comments

Comments
 (0)