Skip to content

Commit

Permalink
CAMEL-21093 - Workaround to fix fhir auth x test due to commons-io (#140
Browse files Browse the repository at this point in the history
)

version clash

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier authored Sep 4, 2024
1 parent cc1648b commit 48a31f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fhir-auth-tx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 48a31f6

Please sign in to comment.