Skip to content

Commit 58ebb98

Browse files
committed
Bump to HAPI 7.7.7-SNAPSHOT
1 parent 103fd01 commit 58ebb98

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>ca.uhn.hapi.fhir</groupId>
1616
<artifactId>hapi-fhir</artifactId>
17-
<version>7.6.0</version>
17+
<version>7.7.7-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>hapi-fhir-jpaserver-starter</artifactId>

src/main/java/ca/uhn/fhir/jpa/starter/cdshooks/CdsHooksRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package ca.uhn.fhir.jpa.starter.cdshooks;
22

3-
import ca.uhn.hapi.fhir.cdshooks.api.json.CdsServiceRequestJson;
3+
import ca.uhn.fhir.rest.api.server.cdshooks.CdsServiceRequestJson;
44
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
55

66
@JsonIgnoreProperties({"extension"})

src/main/java/ca/uhn/fhir/jpa/starter/cdshooks/CdsHooksServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import ca.uhn.fhir.rest.server.RestfulServer;
55
import ca.uhn.fhir.rest.server.exceptions.BaseServerResponseException;
66
import ca.uhn.hapi.fhir.cdshooks.api.ICdsServiceRegistry;
7-
import ca.uhn.hapi.fhir.cdshooks.api.json.CdsServiceRequestJson;
7+
import ca.uhn.fhir.rest.api.server.cdshooks.CdsServiceRequestJson;
88
import ca.uhn.hapi.fhir.cdshooks.api.json.CdsServiceResponseJson;
99
import ca.uhn.hapi.fhir.cdshooks.api.json.CdsServicesJson;
1010
import com.fasterxml.jackson.databind.ObjectMapper;

src/main/java/ca/uhn/fhir/jpa/starter/cdshooks/ModuleConfigurationPrefetchSvc.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import ca.uhn.hapi.fhir.cdshooks.api.ICdsHooksDaoAuthorizationSvc;
1212
import ca.uhn.hapi.fhir.cdshooks.api.ICdsServiceMethod;
1313
import ca.uhn.hapi.fhir.cdshooks.api.json.CdsServiceJson;
14-
import ca.uhn.hapi.fhir.cdshooks.api.json.CdsServiceRequestAuthorizationJson;
15-
import ca.uhn.hapi.fhir.cdshooks.api.json.CdsServiceRequestJson;
14+
import ca.uhn.fhir.rest.api.server.cdshooks.CdsServiceRequestAuthorizationJson;
15+
import ca.uhn.fhir.rest.api.server.cdshooks.CdsServiceRequestJson;
1616
import ca.uhn.hapi.fhir.cdshooks.svc.prefetch.CdsPrefetchDaoSvc;
1717
import ca.uhn.hapi.fhir.cdshooks.svc.prefetch.CdsPrefetchFhirClientSvc;
1818
import ca.uhn.hapi.fhir.cdshooks.svc.prefetch.CdsPrefetchSvc;

src/main/java/ca/uhn/fhir/jpa/starter/cdshooks/UpdatedCdsCrServiceR4.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import ca.uhn.fhir.rest.api.server.RequestDetails;
44
import ca.uhn.hapi.fhir.cdshooks.api.ICdsConfigService;
5-
import ca.uhn.hapi.fhir.cdshooks.api.json.CdsServiceRequestJson;
5+
import ca.uhn.fhir.rest.api.server.cdshooks.CdsServiceRequestJson;
66
import ca.uhn.hapi.fhir.cdshooks.svc.cr.CdsCrServiceR4;
77
import org.hl7.fhir.r4.model.BooleanType;
88
import org.hl7.fhir.r4.model.Parameters;

0 commit comments

Comments
 (0)