Skip to content

Commit

Permalink
Merge pull request #89 from LinuxForHealth/fix_build
Browse files Browse the repository at this point in the history
updated maven repo for IBM fhir libraries
  • Loading branch information
pbhallam authored May 5, 2021
2 parents 7ae588b + d4b9311 commit 9ccf707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ compile group: 'org.apache.commons', name: 'commons-jexl3', version: '3.1'
compile group: 'org.apache.commons', name: 'commons-configuration2', version: '2.7'
// https://mvnrepository.com/artifact/org.apache.commons/commons-collections4
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
compile group:'com.ibm.fhir', name:'fhir-registry', version:'4.4.0'
compile group:'com.ibm.fhir', name:'fhir-term', version:'4.4.0'
compile group:'com.ibm.fhir', name:'fhir-registry', version:'4.7.1'
compile group:'com.ibm.fhir', name:'fhir-term', version:'4.7.1'
compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'

testCompile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
Expand All @@ -67,10 +67,7 @@ testImplementation 'junit:junit:4.12'
repositories {

mavenCentral()
jcenter()
maven {
url "https://dl.bintray.com/ibm-watson-health/ibm-fhir-server-releases"
}

}

test {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import com.ibm.fhir.model.type.Uri;
import com.ibm.fhir.registry.FHIRRegistry;
import com.ibm.fhir.term.service.FHIRTermService;
import com.ibm.fhir.term.spi.LookupOutcome;
import com.ibm.fhir.term.service.LookupOutcome;

public class TerminologyLookup {

Expand Down

0 comments on commit 9ccf707

Please sign in to comment.