Version bump for build JDK

This commit is contained in:
jamesagnew 2018-12-23 15:14:43 -05:00
parent 596320d200
commit 28218c9bba
2 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,8 @@ dist: trusty
language: java language: java
jdk: jdk:
- oraclejdk9 - openjdk11
# - openjdk11 #- oraclejdk9
env: env:
global: global:

View File

@ -2,6 +2,7 @@ package ca.uhn.fhir.jpa.provider.r4;
import ca.uhn.fhir.jpa.dao.DaoConfig; import ca.uhn.fhir.jpa.dao.DaoConfig;
import ca.uhn.fhir.jpa.dao.IFhirResourceDao; import ca.uhn.fhir.jpa.dao.IFhirResourceDao;
import ca.uhn.fhir.jpa.provider.r4.BaseResourceProviderR4Test;
import ca.uhn.fhir.jpa.searchparam.SearchParameterMap; import ca.uhn.fhir.jpa.searchparam.SearchParameterMap;
import ca.uhn.fhir.jpa.util.ExpungeOptions; import ca.uhn.fhir.jpa.util.ExpungeOptions;
import ca.uhn.fhir.rest.api.server.IBundleProvider; import ca.uhn.fhir.rest.api.server.IBundleProvider;