Skip to content

Commit 3172e24

Browse files
committed
remove fastjson shade, fix starrocks writer plugin
1 parent f79f742 commit 3172e24

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

starrockswriter/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@
9797
<configuration>
9898
<createDependencyReducedPom>true</createDependencyReducedPom>
9999
<relocations>
100-
<relocation>
101-
<pattern>com.alibaba.fastjson</pattern>
102-
<shadedPattern>com.starrocks.shade.com.alibaba.fastjson</shadedPattern>
103-
</relocation>
104100
<relocation>
105101
<pattern>org.apache.http</pattern>
106102
<shadedPattern>com.starrocks.shade.org.apache.http</shadedPattern>
@@ -117,7 +113,6 @@
117113
<include>commons-logging:*</include>
118114
<include>org.apache.httpcomponents:httpclient</include>
119115
<include>org.apache.httpcomponents:httpcore</include>
120-
<include>com.alibaba:fastjson</include>
121116
</includes>
122117
</artifactSet>
123118
<filters>

0 commit comments

Comments
 (0)