removed basecr config due to spring errors

This commit is contained in:
Justin McKelvy
2023-11-21 15:30:44 -07:00
parent 408da72cf4
commit 0cf1ec8a7e
5 changed files with 122 additions and 89 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>6.9.10-SNAPSHOT</version>
<version>6.10.0</version>
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
@@ -132,6 +132,10 @@
<artifactId>hapi-fhir-jpaserver-mdm</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<!-- This dependency includes the CDS Hooks Server -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>