You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hapi-fhir-storage-cr has a hardcoded dependency on an older spring-security-core version (5.7.8) - which is not compatible with the springboot version of the overall project.
Since hapi-fhir-storage-cr is a dependency in the jpa starter project, this causes app context creation errors when adding spring-boot-starter-security as a dependency in the that project (for instance to support OAuth). see also: hapifhir/hapi-fhir-jpaserver-starter#618
At this time, the version should be 6.2.0, but I think the version should inherit from the BOM and not be specified in hapi-fhir-storage-cr at all.
The text was updated successfully, but these errors were encountered:
hapi-fhir-storage-cr has a hardcoded dependency on an older spring-security-core version (5.7.8) - which is not compatible with the springboot version of the overall project.
Offending line:
https://github.com/hapifhir/hapi-fhir/blob/master/hapi-fhir-storage-cr/pom.xml#L22
Since hapi-fhir-storage-cr is a dependency in the jpa starter project, this causes app context creation errors when adding spring-boot-starter-security as a dependency in the that project (for instance to support OAuth). see also: hapifhir/hapi-fhir-jpaserver-starter#618
At this time, the version should be 6.2.0, but I think the version should inherit from the BOM and not be specified in hapi-fhir-storage-cr at all.
The text was updated successfully, but these errors were encountered: