Skip to content

Commit

Permalink
ninja dependencies fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 4, 2023
1 parent 35233cc commit 5596762
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 @@ -253,6 +253,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 5596762

Please sign in to comment.