diff --git a/pom.xml b/pom.xml index fb188fc..ca54c6b 100644 --- a/pom.xml +++ b/pom.xml @@ -111,12 +111,6 @@ - - - - - - org.springframework diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR4.java b/src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR4.java index e658930..a9957e9 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR4.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/FhirServerConfigR4.java @@ -18,7 +18,6 @@ public class FhirServerConfigR4 extends BaseJavaConfigR4 { @Autowired private DataSource myDataSource; - /** * We override the paging provider definition so that we can customize * the default/max page sizes for search results. You can set these however diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 6ebba85..6ce88b0 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -31,7 +31,7 @@ contextConfigLocation - ca.uhn.fhir.jpa.starter.FhirTesterConfig, + ca.uhn.fhir.jpa.starter.FhirTesterConfig 2 @@ -51,50 +51,4 @@ /fhir/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -