Skip to content

Commit

Permalink
fix: miss test log in prometheus-metrics-provider module (apache#4279)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
  • Loading branch information
shoothzj committed Apr 12, 2024
1 parent f37145e commit a9aae83
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,11 @@
<artifactId>sketches-core</artifactId>
</dependency>

<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>testtools</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit a9aae83

Please sign in to comment.