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 5757 <artifactId >commons-io</artifactId >
5858 <version >${commons.io.version} </version >
5959 </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 >
6070 </dependencies >
6171
6272 <build >
201211 <pattern >org.apache.commons.io</pattern >
202212 <shadedPattern >shade.polaris.org.apache.commons.io</shadedPattern >
203213 </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 >
204222 </relocations >
205223 <artifactSet >
206224 <excludes >
Original file line number Diff line number Diff line change 8787 <protobuf .version>3.21.7</protobuf .version>
8888 <commons .io.version>2.6</commons .io.version>
8989 <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>
9092 <guava .version>32.0.1-jre</guava .version>
9193 <slf4j .version>1.7.25</slf4j .version>
9294 <logback .version>1.2.13</logback .version>
You can’t perform that action at this time.
0 commit comments