File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 102102 <groupId >com.amazonaws</groupId >
103103 <artifactId >aws-encryption-sdk-java</artifactId >
104104 <version >${aws.encryption.sdk.version} </version >
105+ <exclusions >
106+ <exclusion >
107+ <groupId >org.bouncycastle</groupId >
108+ <artifactId >bcprov-ext-jdk15on</artifactId >
109+ </exclusion >
110+ </exclusions >
111+ </dependency >
112+
113+ <dependency >
114+ <groupId >org.bouncycastle</groupId >
115+ <artifactId >bcprov-ext-jdk15on</artifactId >
116+ <version >${bouncycastle.version} </version >
105117 </dependency >
106118
107119 <dependency >
Original file line number Diff line number Diff line change 5555 <aws .sdk.version>1.11.75</aws .sdk.version>
5656 <camel .version>2.22.0</camel .version>
5757 <aws .encryption.sdk.version>1.3.2</aws .encryption.sdk.version>
58+ <bouncycastle .version>1.60</bouncycastle .version>
5859 <commons .beanutils.bundle.version>1.9.2_1</commons .beanutils.bundle.version>
5960 <commons .beanutils.version>1.9.4</commons .beanutils.version>
6061 <commons .codec.version>1.11</commons .codec.version>
You can’t perform that action at this time.
0 commit comments