File tree 3 files changed +12
-1
lines changed
polaris-distribution/polaris-all
polaris-plugins/polaris-plugins-configfilefilter/configfilefilter-crypto
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 42
42
<version >${javax.annotation.version} </version >
43
43
<scope >provided</scope >
44
44
</dependency >
45
+ <dependency >
46
+ <groupId >org.bouncycastle</groupId >
47
+ <artifactId >bcpkix-jdk15to18</artifactId >
48
+ <version >${bouncycastle.version} </version >
49
+ </dependency >
45
50
</dependencies >
46
51
47
52
<build >
166
171
<shadedPattern >shade.polaris.io.netty</shadedPattern >
167
172
</relocation >
168
173
</relocations >
174
+ <artifactSet >
175
+ <excludes >
176
+ <exclude >org.bouncycastle:*</exclude >
177
+ </excludes >
178
+ </artifactSet >
169
179
</configuration >
170
180
</execution >
171
181
</executions >
Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >org.bouncycastle</groupId >
35
35
<artifactId >bcpkix-jdk15to18</artifactId >
36
- <version >1.78.1 </version >
36
+ <version >${bouncycastle.version} </version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >com.tencent.polaris</groupId >
Original file line number Diff line number Diff line change 109
109
<okhttp .version>2.7.5</okhttp .version>
110
110
<httpclient .version>4.5.14</httpclient .version>
111
111
<jacoco-maven-plugin .version>0.8.12</jacoco-maven-plugin .version>
112
+ <bouncycastle .version>1.78.1</bouncycastle .version>
112
113
</properties >
113
114
114
115
<dependencies >
You can’t perform that action at this time.
0 commit comments