Skip to content

Commit

Permalink
issue #67 add org.json to javabatchjob war
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Wang <xuwang@us.ibm.com>
  • Loading branch information
albertwang-ibm committed Sep 14, 2019
1 parent 697b4a9 commit 7cc1f4f
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 7cc1f4f

Please sign in to comment.