Skip to content

Commit 82f7eb7

Browse files
authored
add package for security test (#3698)
Signed-off-by: Mingshi Liu <mingshl@amazon.com>
1 parent 0f34877 commit 82f7eb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ml-algorithms/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ dependencies {
7373
implementation ('com.amazonaws:aws-encryption-sdk-java:2.4.1') {
7474
exclude group: 'org.bouncycastle', module: 'bcprov-ext-jdk18on'
7575
}
76-
76+
// needed by aws-encryption-sdk-java
77+
implementation "org.bouncycastle:bc-fips:${versions.bouncycastle_jce}"
7778
compileOnly group: 'software.amazon.awssdk', name: 'aws-core', version: "2.30.18"
7879
compileOnly group: 'software.amazon.awssdk', name: 's3', version: "2.30.18"
7980
compileOnly group: 'software.amazon.awssdk', name: 'regions', version: "2.30.18"

0 commit comments

Comments
 (0)