Skip to content

Commit b565e3b

Browse files
authored
Merge pull request #2277 from IBM/issue-badPom
Fix for bad Pom
2 parents 0c9c353 + f7b588e commit b565e3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fhir-persistence-scout/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
<artifactId>fhir-persistence</artifactId>
4545
<version>${project.version}</version>
4646
</dependency>
47+
<dependency>
48+
<groupId>${project.groupId}</groupId>
49+
<artifactId>fhir-cache</artifactId>
50+
<version>${project.version}</version>
51+
</dependency>
4752
<dependency>
4853
<groupId>${project.groupId}</groupId>
4954
<artifactId>fhir-examples</artifactId>

0 commit comments

Comments
 (0)