Skip to content

Commit

Permalink
MAT-7243: Remove unused Human Readable template file and use template…
Browse files Browse the repository at this point in the history
… in Packaging Utility.
  • Loading branch information
jkotanchik-SB committed Jan 14, 2025
1 parent 9f86f7e commit 6a0cca8
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 6a0cca8

Please sign in to comment.