Skip to content

Commit

Permalink
added picocli dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zdeveloper committed Oct 18, 2023
1 parent 94e05a5 commit 46dade6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ dependencies {
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.6.2'

implementation 'commons-validator:commons-validator:1.7'

// Needed for Liquibase Gradle Plugin 2.2.0
liquibaseRuntime 'info.picocli:picocli:4.6.1'
}

dependencyManagement {
Expand Down

0 comments on commit 46dade6

Please sign in to comment.