Skip to content

Commit

Permalink
Merge pull request #72 from IBM/issue-67-aw
Browse files Browse the repository at this point in the history
issue #67 add org.json to javabatchjob war
  • Loading branch information
lmsurpre committed Sep 14, 2019
2 parents 571c518 + 7cc1f4f commit 9565105
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fhir-bulkimportexport-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<artifactId>fhir-bulkimportexport</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down

0 comments on commit 9565105

Please sign in to comment.