Skip to content

Commit

Permalink
Fix java.lang.ClassNotFoundException: javax.ws.rs.ProcessingException
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Feb 1, 2024
1 parent b161117 commit ffbbb4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integration-tests-base-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,10 @@
<artifactId>arquillian-junit-container</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.1.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit ffbbb4b

Please sign in to comment.