Skip to content

Commit

Permalink
included bouncy castle libraries so reading kube config files can be …
Browse files Browse the repository at this point in the history
…done on any environment
  • Loading branch information
mswiderski committed Nov 25, 2021
1 parent 3da9d0f commit 238dbd8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions mysql-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,16 @@
<dependencies>
<dependency>
<groupId>io.automatiko.quarkus</groupId>
<artifactId>automatiko-operator</artifactId>
<artifactId>automatiko-operator</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</dependency>

<!-- automatiko process management addon - optional -->
<dependency>
<groupId>io.automatiko.addons</groupId>
Expand Down

0 comments on commit 238dbd8

Please sign in to comment.