File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
polaris-distribution/polaris-all Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 57
57
<artifactId >commons-io</artifactId >
58
58
<version >${commons.io.version} </version >
59
59
</dependency >
60
+ <dependency >
61
+ <groupId >commons-beanutils</groupId >
62
+ <artifactId >commons-beanutils</artifactId >
63
+ <version >${commons.beanutils.version} </version >
64
+ </dependency >
65
+ <dependency >
66
+ <groupId >org.bitbucket.b_c</groupId >
67
+ <artifactId >jose4j</artifactId >
68
+ <version >${jose4j.version} </version >
69
+ </dependency >
60
70
</dependencies >
61
71
62
72
<build >
201
211
<pattern >org.apache.commons.io</pattern >
202
212
<shadedPattern >shade.polaris.org.apache.commons.io</shadedPattern >
203
213
</relocation >
214
+ <relocation >
215
+ <pattern >org.apache.commons.beanutils</pattern >
216
+ <shadedPattern >shade.polaris.org.apache.commons.beanutils</shadedPattern >
217
+ </relocation >
218
+ <relocation >
219
+ <pattern >org.jose4j</pattern >
220
+ <shadedPattern >shade.polaris.org.jose4j</shadedPattern >
221
+ </relocation >
204
222
</relocations >
205
223
<artifactSet >
206
224
<excludes >
Original file line number Diff line number Diff line change 87
87
<protobuf .version>3.21.7</protobuf .version>
88
88
<commons .io.version>2.6</commons .io.version>
89
89
<commons .codec.version>1.15</commons .codec.version>
90
+ <commons .beanutils.version>1.11.0</commons .beanutils.version>
91
+ <jose4j .version>0.9.4</jose4j .version>
90
92
<guava .version>32.0.1-jre</guava .version>
91
93
<slf4j .version>1.7.25</slf4j .version>
92
94
<logback .version>1.2.13</logback .version>
You can’t perform that action at this time.
0 commit comments