Change parent from hapi-fhir to spring-boot-starter-parent

15 views
Skip to first unread message

Jordi Cabré

unread,
May 5, 2021, 3:55:54 AM5/5/21
to HAPI FHIR
We've started configuring our hapi-fhir project.

We've taken hapi-fhir-jpaserver-starter as reference.

Everything is working.

Nevertheless, we'd like to change the pom.xml parent reference.

Currently, it's referenced to:

<parent>
   <groupId>ca.uhn.hapi.fhir</groupId>
   <artifactId>hapi-fhir</artifactId>
   <version>5.3.0</version>
</parent>

We'd like to change it and use:

<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-parent</artifactId>
  <version>...</version>
</parent>

Is it possible?
What should we manage with?
Reply all
Reply to author
Forward
0 new messages