diff --git a/src/main/java/com/c4181/beans/GoogleApiBeans.java b/src/main/java/com/c4181/beans/GoogleApiBeans.java index 6668072..0789a2c 100644 --- a/src/main/java/com/c4181/beans/GoogleApiBeans.java +++ b/src/main/java/com/c4181/beans/GoogleApiBeans.java @@ -2,12 +2,14 @@ package com.c4181.beans; import com.c4181.properties.AppProperties; import com.google.maps.GeoApiContext; +import io.quarkus.runtime.annotations.RegisterForReflection; import javax.enterprise.context.ApplicationScoped; import javax.enterprise.inject.Produces; import javax.inject.Inject; @ApplicationScoped +@RegisterForReflection(targets = {com.google.maps.GeocodingApi.Response.class}) public class GoogleApiBeans { @Inject