Skip to content

Commit

Permalink
Extra EAR projects are created needlessly on Maven Project import #57
Browse files Browse the repository at this point in the history
- set jaxrs to provided

Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Sep 13, 2019
1 parent 34f241a commit f854d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fhir-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down

0 comments on commit f854d0b

Please sign in to comment.