Postgres version #1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import javax.enterprise.inject.Produces;
|
||||||
import javax.inject.Inject;
|
import javax.inject.Inject;
|
||||||
|
|
||||||
@ApplicationScoped
|
@ApplicationScoped
|
||||||
@RegisterForReflection(targets = {com.google.maps.GeocodingApi.Response.class})
|
@RegisterForReflection(targets = {com.google.maps.GeocodingApi.Response.class, com.google.maps.model.GeocodingResult.class})
|
||||||
public class GoogleApiBeans {
|
public class GoogleApiBeans {
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue