Skip to content

Commit 9357173

Browse files
committed
Added AKI to CA certificate
1 parent 15c66c7 commit 9357173

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

certificate-manager/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,11 @@
5151
<artifactId>jackson-databind</artifactId>
5252
<scope>test</scope>
5353
</dependency>
54+
<dependency>
55+
<groupId>org.bouncycastle</groupId>
56+
<artifactId>bcprov-jdk18on</artifactId>
57+
<version>${bouncycastle.version}</version>
58+
<scope>test</scope>
59+
</dependency>
5460
</dependencies>
5561
</project>

0 commit comments

Comments
 (0)