From e9fa2f2b8a0d8f62cb5166299114fdbe52ea3c16 Mon Sep 17 00:00:00 2001 From: Ken Stevens Date: Wed, 27 May 2020 17:54:07 -0400 Subject: [PATCH] pre-review cleanup --- .travis.yml | 2 +- pom.xml | 5 +- .../fhir/jpa/starter/ApplicationContext.java | 55 +++++++++++++------ .../ca/uhn/fhir/jpa/starter/EmpiConfig.java | 6 +- .../jpa/starter/FhirServerConfigCommon.java | 28 ++++------ .../uhn/fhir/jpa/starter/HapiProperties.java | 4 ++ .../fhir/jpa/starter/JpaRestfulServer.java | 52 +++++++----------- src/main/resources/hapi.properties | 2 + .../fhir/jpa/starter/ExampleServerR4IT.java | 1 - .../fhir/jpa/starter/ExampleServerR5IT.java | 8 +-- 10 files changed, 80 insertions(+), 83 deletions(-) diff --git a/.travis.yml b/.travis.yml index 54d387b..c0c0974 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_script: - sudo chown -R travis:travis "$HOME/.m2/repository"; script: - - mvn -U install + - mvn -B install diff --git a/pom.xml b/pom.xml index 8b61b9b..3618cb5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0