We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79f742 commit 3172e24Copy full SHA for 3172e24
starrockswriter/pom.xml
@@ -97,10 +97,6 @@
97
<configuration>
98
<createDependencyReducedPom>true</createDependencyReducedPom>
99
<relocations>
100
- <relocation>
101
- <pattern>com.alibaba.fastjson</pattern>
102
- <shadedPattern>com.starrocks.shade.com.alibaba.fastjson</shadedPattern>
103
- </relocation>
104
<relocation>
105
<pattern>org.apache.http</pattern>
106
<shadedPattern>com.starrocks.shade.org.apache.http</shadedPattern>
@@ -117,7 +113,6 @@
117
113
<include>commons-logging:*</include>
118
114
<include>org.apache.httpcomponents:httpclient</include>
119
115
<include>org.apache.httpcomponents:httpcore</include>
120
- <include>com.alibaba:fastjson</include>
121
116
</includes>
122
</artifactSet>
123
<filters>
0 commit comments