Skip to content

Commit

Permalink
Merge pull request #2277 from IBM/issue-badPom
Browse files Browse the repository at this point in the history
Fix for bad Pom
  • Loading branch information
d0roppe committed Apr 23, 2021
2 parents 0c9c353 + f7b588e commit b565e3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fhir-persistence-scout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
<artifactId>fhir-persistence</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>fhir-cache</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>fhir-examples</artifactId>
Expand Down

0 comments on commit b565e3b

Please sign in to comment.