Skip to content

Commit

Permalink
ninja dependencies fix
Browse files Browse the repository at this point in the history
(cherry picked from commit 5596762)
  • Loading branch information
1azyman committed Oct 4, 2023
1 parent e8e65e0 commit 651721d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/ninja/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@
<artifactId>ojdbc11</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 651721d

Please sign in to comment.