Skip to content

Commit

Permalink
Fix missing test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosvictor committed Feb 7, 2024
1 parent 1af770f commit 6eb9f16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pulsar-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,11 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 6eb9f16

Please sign in to comment.