Skip to content

Commit

Permalink
Merge pull request #4792 from MattGill98/FISH-240
Browse files Browse the repository at this point in the history
FISH-240 Fix Classpath Exceptions in Samples
  • Loading branch information
MarkWareham authored Jul 16, 2020
2 parents 0484592 + c93b063 commit d762472
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions appserver/tests/payara-samples/samples/jaxws-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

</project>

0 comments on commit d762472

Please sign in to comment.