Skip to content

Commit

Permalink
Merge pull request #276 from MeasureAuthoringTool/feature/mat-7243-fh…
Browse files Browse the repository at this point in the history
…ir-remove-duplicate-hr-template

[MAT-7243] Remove unused Human Readable Template
  • Loading branch information
jkotanchik-SB authored Jan 14, 2025
2 parents 165df27 + a3e6e3c commit 21576df
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 435 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>gov.cms.madie</groupId>
<artifactId>madie-java-models</artifactId>
<version>0.6.72-SNAPSHOT</version>
<version>0.6.74-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
Expand All @@ -158,7 +158,7 @@
<dependency>
<groupId>gov.cms.madie.packaging</groupId>
<artifactId>packaging-utility</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
<exclusions>
<exclusion>
<groupId>gov.cms.madie</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,4 @@ private Extension createEffectiveDataRequirementExtension() {
extension.getValueReference().setReference("#effective-data-requirements");
return extension;
}

protected String addCssToHumanReadable(String measureHr) {
// Wrapper template for Measure.liquid o/p
String humanReadable = getData("/templates/HumanReadable.liquid");
return humanReadable.replace("human_readable_content_holder", measureHr);
}
}
Loading

0 comments on commit 21576df

Please sign in to comment.