File tree Expand file tree Collapse file tree 2 files changed +5
-29
lines changed
polaris-distribution/polaris-all
polaris-plugins/polaris-plugins-connector/connector-nacos Expand file tree Collapse file tree 2 files changed +5
-29
lines changed Original file line number Diff line number Diff line change 167167 <shadedPattern >shade.polaris.org.apache.org.apache.http
168168 </shadedPattern >
169169 </relocation >
170+ <relocation >
171+ <pattern >com.alibaba</pattern >
172+ <shadedPattern >shade.polaris.com.alibaba
173+ </shadedPattern >
174+ </relocation >
170175 <relocation >
171176 <pattern >io.perfmark</pattern >
172177 <shadedPattern >shade.polaris.io.perfmark</shadedPattern >
Original file line number Diff line number Diff line change 4444 <version >${httpclient.version} </version >
4545 </dependency >
4646 </dependencies >
47- <build >
48- <plugins >
49- <plugin >
50- <artifactId >maven-shade-plugin</artifactId >
51- <version >${maven.shaded.plugin.version} </version >
52- <executions >
53- <execution >
54- <phase >package</phase >
55- <goals >
56- <goal >shade</goal >
57- </goals >
58- <configuration >
59- <artifactSet >
60- <includes >
61- <include >com.alibaba:*</include >
62- </includes >
63- </artifactSet >
64- <relocations >
65- <relocation >
66- <pattern >com.alibaba</pattern >
67- <shadedPattern >shade.polaris.com.alibaba</shadedPattern >
68- </relocation >
69- </relocations >
70- </configuration >
71- </execution >
72- </executions >
73- </plugin >
74- </plugins >
75- </build >
7647</project >
You can’t perform that action at this time.
0 commit comments