Skip to content
Snippets Groups Projects
Commit 4ab399e6 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3961 - spring native config

parent b90ce3b5
Branches
Tags
No related merge requests found
......@@ -50,6 +50,8 @@ public class SpringNativeConfiguration {
combined.add(KeycloakUserSpec.KeycloakUserSpecUserGroup.class);
combined.add(KeycloakUserStatus.class);
combined.add(org.keycloak.admin.client.Keycloak.class);
try {
combined.add(Class.forName("io.fabric8.kubernetes.client.okhttp.OkHttpClientBuilderImpl"));
} catch (ClassNotFoundException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment