Skip to content

Commit

Permalink
remove fastjson shade, fix starrocks writer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxiaobo committed Mar 22, 2023
1 parent f79f742 commit 3172e24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions starrockswriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<relocations>
<relocation>
<pattern>com.alibaba.fastjson</pattern>
<shadedPattern>com.starrocks.shade.com.alibaba.fastjson</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.http</pattern>
<shadedPattern>com.starrocks.shade.org.apache.http</shadedPattern>
Expand All @@ -117,7 +113,6 @@
<include>commons-logging:*</include>
<include>org.apache.httpcomponents:httpclient</include>
<include>org.apache.httpcomponents:httpcore</include>
<include>com.alibaba:fastjson</include>
</includes>
</artifactSet>
<filters>
Expand Down

0 comments on commit 3172e24

Please sign in to comment.