We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbf93e commit 1648d3dCopy full SHA for 1648d3d
pom.xml
@@ -71,6 +71,14 @@
71
<version>1.6.0</version>
72
</dependency>
73
74
+ <dependency>
75
+ <groupId>software.amazon.cryptography</groupId>
76
+ <artifactId>TestAwsCryptographicMaterialProviders</artifactId>
77
+ <version>1.6.0-SNAPSHOT</version>
78
+ <optional>true</optional>
79
+ <scope>test</scope>
80
+ </dependency>
81
+
82
<dependency>
83
<groupId>org.bouncycastle</groupId>
84
<artifactId>bcprov-jdk18on</artifactId>
0 commit comments