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

OZG-3961 - spring native config

parent 090e1d01
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,14 @@
<version>${operator-sdk.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>3.15.6.Final</version>
</dependency>
<!-- Thanks for using https://jar-download.com -->
<!-- https://mvnrepository.com/artifact/javax.validation/validation-api -->
<dependency>
<groupId>javax.validation</groupId>
......
......@@ -58,6 +58,11 @@ public class SpringNativeConfiguration {
combined.add(org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.class);
combined.addAll(reflections.getSubTypesOf(org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.class));
combined.add(org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.class);
combined.addAll(reflections.getSubTypesOf(org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.class));
combined.add(org.jboss.resteasy.plugins.providers.RegisterBuiltin.class);
combined.add(org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl.class);
combined.add(org.keycloak.admin.client.Keycloak.class);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment