Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ndduc01 committed Dec 12, 2024
1 parent 4dff74d commit 6a2e599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-ingestion-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ dependencies {
if (findProject(':hl7-parser')) {
implementation project(':hl7-parser')
} else {
implementation files('libs/hl7-parser-0.0.1-SNAPSHOT-BK.jar')
implementation files('libs/hl7-parser-0.0.1-SNAPSHOT.jar')
}

implementation files('libs/cda-schema.jar')
Expand Down

0 comments on commit 6a2e599

Please sign in to comment.