From 64b497e4e9b17f38c77b83a3b7085fc06a994604 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Tue, 24 Jan 2023 13:30:09 -0500 Subject: [PATCH] HAPI FHIR bump --- pom.xml | 2 +- src/main/java/ca/uhn/fhir/jpa/starter/ips/StarterIpsConfig.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 428df3e..8987c6d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ ca.uhn.hapi.fhir hapi-fhir - 6.3.7-SNAPSHOT + 6.3.13-SNAPSHOT hapi-fhir-jpaserver-starter diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/ips/StarterIpsConfig.java b/src/main/java/ca/uhn/fhir/jpa/starter/ips/StarterIpsConfig.java index 698fd91..e777879 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/ips/StarterIpsConfig.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/ips/StarterIpsConfig.java @@ -5,7 +5,7 @@ import org.springframework.context.annotation.Bean; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.jpa.api.dao.DaoRegistry; import ca.uhn.fhir.jpa.ips.api.IIpsGenerationStrategy; -import ca.uhn.fhir.jpa.ips.generator.DefaultIpsGenerationStrategy; +import ca.uhn.fhir.jpa.ips.strategy.DefaultIpsGenerationStrategy; import ca.uhn.fhir.jpa.ips.generator.IIpsGeneratorSvc; import org.springframework.context.annotation.Conditional; import ca.uhn.fhir.jpa.ips.provider.IpsOperationProvider;