Skip to content

Commit

Permalink
MID-9197 fix for ninja startup (missing classes, were available by mi…
Browse files Browse the repository at this point in the history
…stake on test scope only)

(cherry picked from commit 0855233)
  • Loading branch information
1azyman committed Oct 9, 2023
1 parent dbca9b7 commit e6cec7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/ninja/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<scope>runtime</scope>
</dependency>

<!-- LOGGING -->

Expand Down Expand Up @@ -249,11 +254,6 @@
<artifactId>ojdbc11</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit e6cec7f

Please sign in to comment.