Skip to content

Commit bf3161a

Browse files
committed
use table fastxml:jackson, exclude hbase-client fastxml:jackson
1 parent 3f1de6a commit bf3161a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@
167167
<artifactId>jersey-json</artifactId>
168168
<groupId>com.sun.jersey</groupId>
169169
</exclusion>
170+
<exclusion>
171+
<artifactId>jackson-databind</artifactId>
172+
<groupId>com.fasterxml.jackson.core</groupId>
173+
</exclusion>
170174
</exclusions>
171175
</dependency>
172176
<dependency>
@@ -198,11 +202,6 @@
198202
<version>1.2.12</version>
199203
<scope>test</scope>
200204
</dependency>
201-
<dependency>
202-
<groupId>com.fasterxml.jackson.core</groupId>
203-
<artifactId>jackson-databind</artifactId>
204-
<version>2.19.0</version>
205-
</dependency>
206205
</dependencies>
207206
<repositories>
208207
<repository>

0 commit comments

Comments
 (0)