Skip to content

Commit 09f9537

Browse files
committed
过滤掉jackson包
1 parent fe77ffd commit 09f9537

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

impala/impala-side/impala-all-side/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
<configuration>
4242
<artifactSet>
4343
<excludes>
44-
44+
<exclude>com.fasterxml.jackson.*</exclude>
45+
<exclude>org.slf4j</exclude>
4546
</excludes>
4647
</artifactSet>
4748
<filters>

impala/impala-side/impala-async-side/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
<configuration>
4343
<artifactSet>
4444
<excludes>
45-
45+
<exclude>com.fasterxml.jackson.*</exclude>
46+
<exclude>org.slf4j</exclude>
4647
</excludes>
4748
</artifactSet>
4849
<filters>

0 commit comments

Comments
 (0)