Skip to content

Commit 55d8239

Browse files
authored
Merge pull request #495 from CMSgov/chore/QPPCT-550_unhealty_health_check
QPPCT-550: add missing dependency
2 parents 52cff60 + 9b9d617 commit 55d8239

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rest-api/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
</dependencyManagement>
6969

7070
<dependencies>
71+
72+
<dependency>
73+
<groupId>com.fasterxml.jackson.module</groupId>
74+
<artifactId>jackson-module-jaxb-annotations</artifactId>
75+
<version>2.4.0</version>
76+
</dependency>
77+
7178
<dependency>
7279
<groupId>gov.cms.qpp.conversion</groupId>
7380
<artifactId>rest-logging</artifactId>

0 commit comments

Comments
 (0)