Skip to content

Commit

Permalink
make FHIR dependencies optional for ATNA artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
unixoid committed Oct 20, 2024
1 parent a74c1bf commit ddcc655
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boot/ipf-atna-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<dependency>
<groupId>org.openehealth.ipf.commons</groupId>
<artifactId>ipf-commons-ihe-fhir-r4-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -56,6 +57,8 @@
<artifactId>spring-security-web</artifactId>
<optional>true</optional>
</dependency>

<!-- dependencies for test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions commons/audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>
<optional>true</optional>
</dependency>

<!-- dependencies for test -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit ddcc655

Please sign in to comment.